DBMS — MCQ Practice

Hindi aur English dono mein practice karo — click karo answer check karne ke liye

📚 126 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
126 questions
46
EN + हिं
GB In the                        scheme, a transaction that wants to update the database first creates a complete copy of the database.
IN योजना में, एक लेनदेन जो डेटाबेस को अपडेट करना चाहता है वह पहले डेटाबेस की एक पूरी प्रतिलिपि बनाता है।
A
shadow copy छाया प्रति
B
shadow paging छाया पृष्ठन
C
update log records लॉग रिकॉर्ड अद्यतन करें
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
47
EN + हिं
GB A dump of the database contents is also referred to as an                            dump.
IN डेटाबेस सामग्री के डंप को डंप के रूप में भी जाना जाता है।
A
archival अभिलेखीय
B
fuzzy फजी
C
sql एसक्यूएल
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
48
EN + हिं
GB Shadow paging has
IN शैडो पेजिंग है
A
no redo कोई दोबारा नहीं
B
no undo कोई पूर्ववत नहीं
C
redo but no undo पुनः करें लेकिन पूर्ववत नहीं करें
D
neither redo nor undo न तो दोबारा करें और न ही पूर्ववत करें
✅ Correct Answer:
49
EN + हिं
GB To select all columns from the table the syntax is:
IN तालिका से सभी कॉलमों का चयन करने के लिए सिंटैक्स है:
A
Select all from table_name तालिका_नाम से सभी का चयन करें
B
Select * from table_name तालिका_नाम से * चुनें
C
Select from table_name तालिका_नाम से चुनें
D
Non of the above उपरोक्त में से कोई नहीं
✅ Correct Answer:
50
EN + हिं
GB DCL stands for
IN डीसीएल का मतलब है
A
Data Control Language डेटा नियंत्रण भाषा
B
Data Console Language डेटा कंसोल भाषा
C
Data Console Level डेटा कंसोल स्तर
D
Data Control Level डेटा नियंत्रण स्तर
✅ Correct Answer:
51
EN + हिं
GB Which of the syntax is correct for insert statement? i) insert into values ii) insert into (column list) values
IN इन्सर्ट स्टेटमेंट के लिए कौन सा सिंटैक्स सही है? i) मानों में डालें ii) (कॉलम सूची) मानों में डालें
A
i-only मैं केवल
B
ii-only द्वितीय-केवल
C
Both of them वे दोनों
D
None of them इनमें से कोई भी नहीं
✅ Correct Answer:
52
EN + हिं
GB DML is a language by which user accesses or manipulates the ________:
IN डीएमएल एक ऐसी भाषा है जिसके द्वारा उपयोगकर्ता ________ तक पहुंचता है या उसमें हेरफेर करता है:
A
Data model डेटा मॉडल
B
Data consistency डेटा संगतता
C
Data integration डेटा एकीकरण
D
Data sharing डेटा साझा करना
✅ Correct Answer:
53
EN + हिं
GB How many types of data independence:
IN डेटा स्वतंत्रता कितने प्रकार की होती है:
A
1 1
B
2 2
C
3 3
D
4 4
✅ Correct Answer:
54
EN + हिं
GB ----------- is a virtual table
IN ----------- एक वर्चुअल टेबल है
A
Stored procedure संग्रहित प्रक्रिया
B
View देखना
C
Table मेज़
D
Rules नियम
✅ Correct Answer:
55
EN + हिं
GB For some relations, changing the data can have undesirable consequences called:
IN कुछ संबंधों के लिए, डेटा बदलने से अवांछनीय परिणाम हो सकते हैं जिन्हें कहा जाता है:
A
Referential integrity constraints. संदर्भात्मक अखंडता बाधाएँ.
B
Modification anomalies. संशोधन विसंगतियाँ.
C
Normal forms. सामान्य रूप.
D
Transitive dependencies. सकर्मक निर्भरताएँ।
✅ Correct Answer:
56
EN + हिं
GB BCNF stands for:
IN बीसीएनएफ का मतलब है:
A
Basic -Codd normal form बेसिक -कोड सामान्य रूप
B
Build -Codd normal form बिल्ड-कोड सामान्य रूप
C
Boyce-Codd normal form बॉयस-कॉड सामान्य रूप
D
None of these इनमें से कोई नहीं
✅ Correct Answer:
57
EN + हिं
GB A ____ database state is one in which all data integrity constraints are satisfied.
IN ____ डेटाबेस स्थिति वह है जिसमें सभी डेटा अखंडता बाधाएँ संतुष्ट होती हैं।
A
fixed तय
B
complete पूरा
C
consistent सुसंगत
D
Secure सुरक्षित
✅ Correct Answer:
58
EN + हिं
GB Which is relation calculus:
IN संबंध कैलकुलस कौन सा है:
A
Tuple relational calculus टुपल रिलेशनल कैलकुलस
B
Domain relational calculus डोमेन रिलेशनल कैलकुलस
C
Both दोनों
D
None कोई नहीं
✅ Correct Answer:
59
EN + हिं
GB Which of the following schemas defines the stored data structures in terms of the database model used?
IN निम्नलिखित में से कौन सा स्कीमा उपयोग किए गए डेटाबेस मॉडल के संदर्भ में संग्रहीत डेटा संरचनाओं को परिभाषित करता है?
A
External बाहरी
B
Conceptual वैचारिक
C
Internal आंतरिक
D
None of these इनमें से कोई नहीं
✅ Correct Answer:
60
EN + हिं
GB What is the name of the system database that contains descriptions of the data in the database?
IN उस सिस्टम डेटाबेस का नाम क्या है जिसमें डेटाबेस में डेटा का विवरण होता है?
A
Metadata मेटाडाटा
B
Data dictionary डेटा शब्दकोश
C
Table मेज़
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
46–60 of 126