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
316
EN + हिं
GB The most commonly used operation in relational algebra for projecting a set of tuple from a relation is
IN किसी संबंध से टुपल के एक सेट को प्रक्षेपित करने के लिए संबंधपरक बीजगणित में सबसे अधिक उपयोग किया जाने वाला ऑपरेशन है
A
join जोड़ना
B
projection अनुमान
C
select चुनना
D
union मिलन
✅ Correct Answer:
317
EN + हिं
GB The                operator takes the results of two queries and returns only rows that appear in both result sets.
IN --------------------------------------ऑपरेटर दो प्रश्नों के परिणाम लेता है और केवल वही पंक्तियाँ लौटाता है जो दोनों परिणाम सेटों में दिखाई देती हैं।
A
union मिलन
B
intersect इंटरसेक्ट
C
difference अंतर
D
projection अनुमान
✅ Correct Answer:
318
EN + हिं
GB A                  is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys.
IN ए                 एक डेटाबेस के स्कीमा का एक सचित्र चित्रण है जो डेटाबेस में संबंधों, उनकी विशेषताओं और प्राथमिक कुंजी और विदेशी कुंजी को दर्शाता है।
A
schema diagram स्कीमा आरेख
B
relational algebra संबंधपरक बीजगणित
C
database diagram डेटाबेस आरेख
D
schema flow स्कीमा प्रवाह
✅ Correct Answer:
319
EN + हिं
GB The                    provides a set of operations that take one or more relations as input and return a relation as an output.
IN                  परिचालनों का एक सेट प्रदान करता है जो एक या अधिक संबंधों को इनपुट के रूप में लेता है और एक संबंध को आउटपुट के रूप में लौटाता है।
A
schematic representation योजनाबद्ध प्रतिनिधित्व
B
relational algebra संबंधपरक बीजगणित
C
scheme diagram योजना आरेख
D
relation flow संबंध प्रवाह
✅ Correct Answer:
320
EN + हिं
GB Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database?
IN निम्नलिखित में से कौन सा डेटाबेस से जानकारी को क्वेरी करने और टुपल्स को सम्मिलित करने, टुपल्स को हटाने और डेटाबेस में टुपल्स को संशोधित करने की क्षमता प्रदान करता है?
A
dml(data manipulation langauge) डीएमएल (डेटा हेरफेर भाषा)
B
ddl(data definition langauge) डीडीएल (डेटा परिभाषा भाषा)
C
query सवाल
D
relational schema संबंधपरक स्कीमा
✅ Correct Answer:
321
EN + हिं
GB To remove a relation from an SQL database, we use the              command.
IN SQL डेटाबेस से किसी संबंध को हटाने के लिए, हम             कमांड का उपयोग करते हैं।
A
delete मिटाना
B
purge शुद्ध
C
remove निकालना
D
drop table ड्रॉप तालिका
✅ Correct Answer:
322
EN + हिं
GB Updates that violate                      are disallowed.
IN जो अपडेट                       का उल्लंघन करते हैं उन्हें अस्वीकार कर दिया जाता है।
A
integrity constraints अखंडता बाधाएँ
B
transaction control लेन-देन नियंत्रण
C
authorization प्राधिकार
D
ddl constraints डीडीएल बाधाएँ
✅ Correct Answer:
323
EN + हिं
GB The              clause allows us to select only those rows in the result relation of the           clause that satisfy a specified predicate.
IN            खंड हमें           खंड के परिणाम संबंध में केवल उन पंक्तियों का चयन करने की अनुमति देता है जो एक निर्दिष्ट विधेय को संतुष्ट करते हैं।
A
where, from कहां से
B
from, select से, चुनें
C
select, from चुनें, से
D
from, where कहां से
✅ Correct Answer:
324
EN + हिं
GB The                  clause is used to list the attributes desired in the result of a query.
IN किसी क्वेरी के परिणाम में वांछित विशेषताओं को सूचीबद्ध करने के लिए                 क्लॉज का उपयोग किया जाता है।
A
where कहाँ
B
select चुनना
C
from से
D
distinct विशिष्ट
✅ Correct Answer:
325
EN + हिं
GB Which of the following statements contains an error?
IN निम्नलिखित में से किस कथन में त्रुटि है?
A
select * from emp where empid = 10003; एम्प से * चुनें जहां एम्पिड = 10003;
B
select empid from emp where empid = 10006; emp से empid चुनें जहां empid = 10006;
C
select empid from emp; एम्प से एम्पिड का चयन करें;
D
select empid where empid = 1009 and lastname = ‘geller’; एम्पिड का चयन करें जहां एम्पिड = 1009 और अंतिम नाम = 'गेलर';
✅ Correct Answer:
326
EN + हिं
GB In SQL the spaces at the end of the string are removed by                function.
IN एसक्यूएल में स्ट्रिंग के अंत में रिक्त स्थान को --------------------------------------फ़ंक्शन द्वारा हटा दिया जाता है।
A
upper अपर
B
string डोरी
C
trim काट-छांट करना
D
lower निचला
✅ Correct Answer:
327
EN + हिं
GB The union operation is represented by
IN संघ संचालन का प्रतिनिधित्व करता है
A
B
u यू
C
D
* *
✅ Correct Answer:
328
EN + हिं
GB The intersection operator is used to get the            tuples.
IN इंटरसेक्शन ऑपरेटर का उपयोग ट्यूपल्स प्राप्त करने के लिए किया जाता है।
A
different अलग
B
common सामान्य
C
all सभी
D
repeating दोहरा
✅ Correct Answer:
329
EN + हिं
GB If we want to retain all duplicates, we must write                  in place of union.
IN यदि हम सभी डुप्लिकेट को बनाए रखना चाहते हैं, तो हमें यूनियन के स्थान पर                 लिखना होगा।
A
union all संघ सब
B
union some संघ कुछ
C
intersect all सभी को प्रतिच्छेद करें
D
intersect some कुछ को प्रतिच्छेद करें
✅ Correct Answer:
330
EN + हिं
GB The number of attributes in relation is called as its
IN संबंध में गुणों की संख्या को उसका कहा जाता है
A
cardinality प्रमुखता
B
degree डिग्री
C
tuples टुपल्स
D
entity इकाई
✅ Correct Answer:
316–330 of 2982