DBMS — MCQ Practice

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

📚 2982 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2982 questions
106
EN + हिं
GB A domain is atomic if elements of the domain are considered to be ____________ units.
IN एक डोमेन परमाणु है यदि डोमेन के तत्वों को ____________ इकाइयाँ माना जाता है।
A
Different अलग
B
Indivisbile अविभाज्य
C
Constant स्थिर
D
Divisible भाज्य
✅ Correct Answer:
107
EN + हिं
GB The tuples of the relations can be of ________ order.
IN संबंधों के टुपल्स ________ क्रम के हो सकते हैं।
A
Any कोई
B
Same वही
C
Sorted क्रमबद्ध
D
Constant स्थिर
✅ Correct Answer:
108
EN + हिं
GB Choose the correct statement regarding superkeys
IN सुपरकीज़ के संबंध में सही कथन चुनें
A
A superkey is an attribute or a group of multiple attributes that can uniquely identify a tuple सुपरकी एक विशेषता या कई विशेषताओं का एक समूह है जो विशिष्ट रूप से एक टुपल की पहचान कर सकता है
B
A superkey is a tuple or a set of multiple tuples that can uniquely identify an attribute सुपरकी एक टुपल या कई टुपल्स का एक सेट है जो विशिष्ट रूप से एक विशेषता की पहचान कर सकता है
C
Every superkey is a candidate key प्रत्येक सुपरकी एक उम्मीदवार कुंजी है
D
A superkey is an attribute or a set of attributes that distinguish the relation from other relations सुपरकी एक विशेषता या विशेषताओं का एक समूह है जो संबंध को अन्य संबंधों से अलग करता है
✅ Correct Answer:
109
EN + हिं
GB What is an Instance of a Database?
IN डेटाबेस का एक उदाहरण क्या है?
A
The logical design of the database system डेटाबेस सिस्टम का तार्किक डिज़ाइन
B
The entire set of attributes of the Database put together in a single relation डेटाबेस की विशेषताओं का पूरा सेट एक ही संबंध में एक साथ रखा गया है
C
The state of the database system at any given point of time किसी भी समय डेटाबेस सिस्टम की स्थिति
D
The initial values inserted into the Database immediately after its creation इसके निर्माण के तुरंत बाद प्रारंभिक मान डेटाबेस में डाले गए
✅ Correct Answer:
110
EN + हिं
GB What is a foreign key?
IN विदेशी कुंजी क्या है?
A
A foreign key is a primary key of a relation which is an attribute in another relation एक विदेशी कुंजी एक संबंध की प्राथमिक कुंजी है जो दूसरे संबंध में एक विशेषता है
B
A foreign key is a superkey of a relation which is an attribute in more than one other relations एक विदेशी कुंजी एक रिश्ते की एक सुपरकी है जो एक से अधिक अन्य संबंधों में एक विशेषता है
C
A foreign key is an attribute of a relation that is a primary key of another relation एक विदेशी कुंजी एक संबंध का एक गुण है जो दूसरे संबंध की प्राथमिक कुंजी है
D
A foreign key is the primary key of a relation that does not occur anywhere else in the schema एक विदेशी कुंजी किसी संबंध की प्राथमिक कुंजी है जो स्कीमा में कहीं और नहीं होती है
✅ Correct Answer:
111
EN + हिं
GB What action does ⋈ operator perform in relational algebra
IN रिलेशनल बीजगणित में ⋈ ऑपरेटर क्या क्रिया करता है
A
Output specified attributes from all rows of the input relation and remove duplicate tuples from the output इनपुट रिलेशन की सभी पंक्तियों से निर्दिष्ट विशेषताओं को आउटपुट करें और आउटपुट से डुप्लिकेट टुपल्स को हटा दें
B
Outputs pairs of rows from the two input relations that have the same value on all attributes that have the same name दो इनपुट संबंधों से पंक्तियों के आउटपुट जोड़े जिनका समान नाम वाली सभी विशेषताओं पर समान मान होता है
C
Output all pairs of rows from the two input relations (regardless of whether or not they have the same values on common attributes) दो इनपुट संबंधों से पंक्तियों के सभी जोड़े आउटपुट करें (भले ही उनके सामान्य गुणों पर समान मान हों या नहीं)
D
Return rows of the input relation that satisfy the predicate इनपुट संबंध की पंक्तियाँ लौटाएँ जो विधेय को संतुष्ट करती हैं
✅ Correct Answer:
112
EN + हिं
GB What does the “x” operator do in relational algebra?
IN संबंधपरक बीजगणित में "x" ऑपरेटर क्या करता है?
A
Output specified attributes from all rows of the input relation. Remove duplicate tuples from the output इनपुट संबंध की सभी पंक्तियों से निर्दिष्ट विशेषताएँ आउटपुट करें। आउटपुट से डुप्लिकेट टुपल्स हटाएं
B
Output pairs of rows from the two input relations that have the same value on all attributes that have the same name दो इनपुट संबंधों से पंक्तियों के आउटपुट जोड़े जिनका समान नाम वाली सभी विशेषताओं पर समान मान होता है
C
Output all pairs of rows from the two input relations (regardless of whether or not they have the same values on common attributes) दो इनपुट संबंधों से पंक्तियों के सभी जोड़े आउटपुट करें (भले ही उनके सामान्य गुणों पर समान मान हों या नहीं)
D
Returns the rows of the input relation that satisfy the predicate इनपुट संबंध की पंक्तियाँ लौटाता है जो विधेय को संतुष्ट करती हैं
✅ Correct Answer:
113
EN + हिं
GB An attribute is a __________ in a relation.
IN किसी संबंध में एक विशेषता __________ है।
A
Row पंक्ति
B
Column स्तंभ
C
Value कीमत
D
Tuple टपल
✅ Correct Answer:
114
EN + हिं
GB What is the method of specifying a primary key in a schema description?
IN स्कीमा विवरण में प्राथमिक कुंजी निर्दिष्ट करने की विधि क्या है?
A
By writing it in bold letters इसे मोटे अक्षरों में लिखकर
B
By underlining it using a dashed line इसे धराशायी रेखा का उपयोग करके रेखांकित करके
C
By writing it in capital letters इसे बड़े अक्षरों में लिखकर
D
By underlining it using a bold line इसे बोल्ड लाइन का उपयोग करके रेखांकित करें
✅ Correct Answer:
115
EN + हिं
GB Statement 1: A tuple is a row in a relation Statement 2: Existence of multiple foreign keys in a same relation is possible
IN कथन 1: टुपल एक संबंध में एक पंक्ति है कथन 2: एक ही संबंध में एकाधिक विदेशी कुंजियों का अस्तित्व संभव है
A
Both the statements are true दोनों कथन सत्य हैं
B
Statement 1 is correct but Statement 2 is false कथन 1 सही है लेकिन कथन 2 गलत है
C
Statement 1 is false but Statement 2 is correct कथन 1 गलत है लेकिन कथन 2 सही है
D
Both the statements are false दोनों ही बयान गलत हैं
✅ Correct Answer:
116
EN + हिं
GB Choose the option that correctly explains in words, the function of the following relational algebra expression σyear≥2009 (book ⋈ borrow)
IN वह विकल्प चुनें जो निम्नलिखित संबंधपरक बीजगणित अभिव्यक्ति के कार्य को शब्दों में सही ढंग से समझाता है σyear≥2009 (पुस्तक ⋈ उधार)
A
Selects all tuples from the Cartesian product of book and borrow पुस्तक और उधार के कार्टेशियन उत्पाद से सभी टुपल्स का चयन करता है
B
Selects all the tuples from the natural join of book and borrow wherever the year is lesser than 2009 जहां भी वर्ष 2009 से कम है, पुस्तक और उधार के प्राकृतिक जुड़ाव से सभी टुपल्स का चयन करता है
C
Selects all the tuples from the natural join of book and student wherever the year is greater than or equal to 2009 जहां भी वर्ष 2009 से बड़ा या उसके बराबर है, पुस्तक और छात्र के प्राकृतिक जुड़ाव से सभी टुपल्स का चयन करता है
D
Selects all tuples from the Cartesian product of book and borrow wherever the year is greater than or equal to 2009 पुस्तक के कार्टेशियन उत्पाद से सभी टुपल्स का चयन करें और जहां भी वर्ष 2009 से अधिक या उसके बराबर हो, वहां उधार लें
✅ Correct Answer:
117
EN + हिं
GB State true or false: If a relation consists of a foreign key, then it is called a referenced relation of the foreign key dependency.
IN सही या गलत बताएं: यदि किसी संबंध में एक विदेशी कुंजी शामिल है, तो इसे विदेशी कुंजी निर्भरता का संदर्भित संबंध कहा जाता है।
A
TRUE सत्य
B
FALSE असत्य
C
none कोई नहीं
D
all सभी
✅ Correct Answer:
118
EN + हिं
GB Which of the following information does an SQL DDL not specify?
IN SQL DDL निम्नलिखित में से कौन सी जानकारी निर्दिष्ट नहीं करता है?
A
The schema for each relation प्रत्येक संबंध के लिए स्कीमा
B
The integrity constraints अखंडता बाधाएँ
C
The operations on the tuples टुपल्स पर संचालन
D
The security and authorization information for each relation प्रत्येक संबंध के लिए सुरक्षा और प्राधिकरण जानकारी
✅ Correct Answer:
119
EN + हिं
GB Which of the following data types does the SQL standard not support?
IN SQL मानक निम्नलिखित में से किस डेटा प्रकार का समर्थन नहीं करता है?
A
char(n) चार(एन)
B
String(n) स्ट्रिंग(एन)
C
varchar(n) वर्चर(एन)
D
float(n) फ्लोट(एन)
✅ Correct Answer:
120
EN + हिं
GB Which command is used to create a new relation in SQL
IN SQL में नया रिलेशन बनाने के लिए किस कमांड का उपयोग किया जाता है?
A
create table( , …) तालिका बनाएं( , …)
B
create relation( , …) संबंध बनाएं( ,…)
C
new table( , …) नई तालिका( ,…)
D
new relation( , …) नया संबंध( ,…)
✅ Correct Answer:
106–120 of 2982