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
346
EN + हिं
GB Subqueries cannot:
IN उपश्रेणियाँ नहीं कर सकतीं:
A
use group by or group functions ग्रुप बाय या ग्रुप फ़ंक्शंस का उपयोग करें
B
retrieve data from a table different from the one in the outer query बाहरी क्वेरी से भिन्न तालिका से डेटा पुनर्प्राप्त करें
C
join tables तालिकाओं में शामिल हों
D
appear in select, update, delete, insert statements. सेलेक्ट, अपडेट, डिलीट, इंसर्ट स्टेटमेंट में दिखाई दें।
✅ Correct Answer:
347
EN + हिं
GB The EXISTS keyword will be true if:
IN EXISTS कीवर्ड सत्य होगा यदि:
A
any row in the subquery meets the condition only सबक्वेरी में कोई भी पंक्ति केवल शर्त को पूरा करती है
B
all rows in the subquery fail the condition only सबक्वेरी में सभी पंक्तियाँ केवल शर्त में विफल रहती हैं
C
both of these two conditions are met ये दोनों शर्तें पूरी होती हैं
D
neither of these two conditions is met इन दोनों शर्तों में से कोई भी पूरी नहीं होती
✅ Correct Answer:
348
EN + हिं
GB How can you find rows that do not match some specified condition?
IN आप ऐसी पंक्तियाँ कैसे ढूंढ सकते हैं जो कुछ निर्दिष्ट शर्तों से मेल नहीं खातीं?
A
exists मौजूद है
B
double use of not exists मौजूद नहीं का दोहरा उपयोग
C
not exists मौजूद नहीं है
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
349
EN + हिं
GB Which one of the following deletes all the entries but keeps the structure of the relation.
IN निम्नलिखित में से कौन सा सभी प्रविष्टियों को हटा देता है लेकिन संबंध की संरचना को बनाए रखता है।
A
delete from r where p; आर से हटाएं जहां पी;
B
delete from instructor where dept name= ’finance’; प्रशिक्षक से हटाएं जहां विभाग का नाम = 'वित्त';
C
delete from instructor where salary between 13000 and 15000; जहां वेतन 13000 से 15000 के बीच हो वहां प्रशिक्षक से हटाएं;
D
delete from instructor; प्रशिक्षक से हटाएँ;
✅ Correct Answer:
350
EN + हिं
GB The problem of ordering the update in multiple updates is avoided using
IN कई अपडेट में अपडेट ऑर्डर करने की समस्या से बचा जा सकता है
A
set तय करना
B
where कहाँ
C
case मामला
D
when कब
✅ Correct Answer:
351
EN + हिं
GB The        condition allows a general predicate over the relations being joined.
IN शर्त शामिल होने वाले संबंधों पर एक सामान्य विधेय की अनुमति देती है।
A
on पर
B
using का उपयोग करते हुए
C
set तय करना
D
where कहाँ
✅ Correct Answer:
352
EN + हिं
GB How many tables may be included with a join?
IN एक जॉइन के साथ कितनी टेबलें शामिल की जा सकती हैं?
A
one एक
B
two दो
C
three तीन
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
353
EN + हिं
GB Which are the join types in join condition:
IN जुड़ने की स्थिति में जुड़ने के प्रकार कौन से हैं:
A
cross join क्रॉस जॉइन
B
natural join प्राकृतिक जुड़ाव
C
join with using clause उपवाक्य का उपयोग करके जुड़ें
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
354
EN + हिं
GB How many join types in join condition:
IN जॉइन कंडीशन में कितने जॉइन प्रकार होते हैं:
A
2 2
B
3 3
C
4 4
D
5 5
✅ Correct Answer:
355
EN + हिं
GB The operation which is not considered a basic operation of relational algebra is
IN वह संक्रिया जिसे संबंधपरक बीजगणित का मूल संक्रिया नहीं माना जाता है
A
join जोड़ना
B
selection चयन
C
union मिलन
D
cross product पार उत्पाद
✅ Correct Answer:
356
EN + हिं
GB In SQL the statement select * from R, S is equivalent to
IN एसक्यूएल में स्टेटमेंट सेलेक्ट * आर से, एस के बराबर है
A
select * from r natural join s आर नेचुरल जॉइन एस से * चुनें
B
select * from r cross join s आर क्रॉस जॉइन एस से * चुनें
C
select * from r union join s आर यूनियन जॉइन एस से * चुनें
D
select * from r inner join s आर इनर जॉइन एस से * चुनें
✅ Correct Answer:
357
EN + हिं
GB Which of the following creates a virtual relation for storing the query?
IN निम्नलिखित में से कौन क्वेरी को संग्रहीत करने के लिए एक आभासी संबंध बनाता है?
A
function समारोह
B
view देखना
C
procedure प्रक्रिया
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
358
EN + हिं
GB Materialised views make sure that
IN भौतिकवादी विचार यह सुनिश्चित करते हैं
A
view definition is kept stable दृश्य परिभाषा को स्थिर रखा गया है
B
view definition is kept up-to-date दृश्य परिभाषा को अद्यतन रखा जाता है
C
view definition is verified for error त्रुटि के लिए दृश्य परिभाषा का सत्यापन किया जाता है
D
view is deleted after specified time निर्दिष्ट समय के बाद दृश्य हटा दिया जाता है
✅ Correct Answer:
359
EN + हिं
GB Updating the value of the view
IN दृश्य का मान अद्यतन कर रहा है
A
will affect the relation from which it is defined उस संबंध को प्रभावित करेगा जिससे इसे परिभाषित किया गया है
B
will not change the view definition दृश्य परिभाषा नहीं बदलेगा
C
will not affect the relation from which it is defined उस संबंध को प्रभावित नहीं करेगा जिससे यह परिभाषित किया गया है
D
cannot determine निर्धारित नहीं कर सकते
✅ Correct Answer:
360
EN + हिं
GB Which of the following is used at the end of the view to reject the tuples which do not satisfy the condition in where clause?
IN निम्नलिखित में से किसका उपयोग दृश्य के अंत में उन टुपल्स को अस्वीकार करने के लिए किया जाता है जो व्हेयर क्लॉज में शर्त को पूरा नहीं करते हैं?
A
with साथ
B
check जाँच करना
C
with check चेक के साथ
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
346–360 of 2982