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
676
EN + हिं
GB Which join refers to join records from the write table that have no matching key in the left table are include in the result set:
IN कौन सा जुड़ाव लेखन तालिका से उन रिकॉर्डों को जोड़ने को संदर्भित करता है जिनकी बाईं तालिका में कोई मिलान कुंजी नहीं है, उन्हें परिणाम सेट में शामिल किया गया है:
A
left outer join बाईं ओर का बाहरी जोड़
B
right outer join दायां बाहरी जोड़
C
full outer join पूर्ण बाहरी जुड़ाव
D
half outer join आधा बाहरी जुड़ाव
✅ Correct Answer:
677
EN + हिं
GB Which operation are allowed in a join view:
IN सम्मिलित दृश्य में कौन से ऑपरेशन की अनुमति है:
A
update अद्यतन
B
insert डालना
C
delete मिटाना
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
678
EN + हिं
GB Which view that contains more than one table in the top-level FROM clause of the SELECT statement:
IN वह कौन सा दृश्य है जिसमें SELECT कथन के शीर्ष-स्तर FROM खंड में एक से अधिक तालिकाएँ शामिल हैं:
A
join view दृश्य में शामिल हों
B
datable join view डेटाटेबल जॉइन व्यू
C
updatable join view अद्यतन करने योग्य सम्मिलित दृश्य
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
679
EN + हिं
GB The results of each intermediate operation are created and then are used for evaluation of the next-level operations. This is called
IN प्रत्येक मध्यवर्ती ऑपरेशन के परिणाम बनाए जाते हैं और फिर अगले स्तर के संचालन के मूल्यांकन के लिए उपयोग किए जाते हैं। यह कहा जाता है
A
materialized evaluation भौतिक मूल्यांकन
B
expression evaluation अभिव्यक्ति मूल्यांकन
C
tree evaluation वृक्ष मूल्यांकन
D
tree materialization वृक्ष भौतिकीकरण
✅ Correct Answer:
680
EN + हिं
GB                              allows the algorithm to execute more quickly by performing CPU activity in parallel with I/O activity.
IN                              I/O गतिविधि के समानांतर सीपीयू गतिविधि निष्पादित करके एल्गोरिदम को अधिक तेज़ी से निष्पादित करने की अनुमति देता है।
A
buffering बफ़रिंग
B
double buffering डबल बफरिंग
C
multiple buffering एकाधिक बफरिंग
D
double reading दोहरा पढ़ना
✅ Correct Answer:
681
EN + हिं
GB Pipelines can be executed in
IN में पाइपलाइनों का क्रियान्वयन किया जा सकता है
A
4 4
B
3 3
C
2 2
D
5 5
✅ Correct Answer:
682
EN + हिं
GB In a                    the system makes repeated requests for tuples from the operation at the top of the pipeline.
IN                 में सिस्टम पाइपलाइन के शीर्ष पर ऑपरेशन से टुपल्स के लिए बार-बार अनुरोध करता है।
A
demand-driven pipeline मांग-संचालित पाइपलाइन
B
producer-driven pipeline निर्माता-संचालित पाइपलाइन
C
demand pipeline मांग पाइपलाइन
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
683
EN + हिं
GB In a                            operations do not wait for requests to produce tuples, but instead generate the tuples eagerly.
IN -------------------------------------------------------------------------------- संचालन में ट्यूपल्स उत्पन्न करने के लिए अनुरोधों की प्रतीक्षा नहीं की जाती है, बल्कि उत्सुकता से ट्यूपल्स उत्पन्न किए जाते हैं।
A
demand-driven pipeline मांग-संचालित पाइपलाइन
B
producer-driven pipeline निर्माता-संचालित पाइपलाइन
C
demand pipeline मांग पाइपलाइन
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
684
EN + हिं
GB Each operation in a demand-driven pipeline can be implemented as an          that provides the following functions: open(), next(), and close().
IN मांग-संचालित पाइपलाइन में प्रत्येक ऑपरेशन को ---------------------- के रूप में कार्यान्वित किया जा सकता है जो निम्नलिखित कार्य प्रदान करता है: खुला (), अगला (), और बंद ()।
A
demand माँग
B
pipeline पाइपलाइन
C
iterator इटरेटर
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
685
EN + हिं
GB The iterator maintains the                      of its execution in between calls so that successive next() requests receive successive result tuples.
IN पुनरावर्तक कॉल के बीच में अपने निष्पादन के                    को बनाए रखता है ताकि क्रमिक अगले() अनुरोधों को क्रमिक परिणाम टुपल्स प्राप्त हों।
A
state राज्य
B
transition संक्रमण
C
rate दर
D
block अवरोध पैदा करना
✅ Correct Answer:
686
EN + हिं
GB Tuples are generated                        in producer-driven pipelining, they are generated                  on demand, in demand- driven pipelining.
IN निर्माता-संचालित पाइपलाइनिंग में टुपल्स उत्पन्न होते हैं, वे मांग पर उत्पन्न होते हैं, मांग-संचालित पाइपलाइनिंग में।
A
lazily, eagerly आलस्य से, उत्सुकता से
B
eagerly, lazily उत्सुकता से, आलस्य से
C
slowly, eagerly धीरे-धीरे, उत्सुकता से
D
eagerly, slowly उत्सुकता से, धीरे-धीरे
✅ Correct Answer:
687
EN + हिं
GB When two inputs that we desire to pipeline into the join are not already sorted it is the                            technique.
IN जब दो इनपुट जिन्हें हम पाइपलाइन में जोड़ना चाहते हैं, पहले से ही क्रमबद्ध नहीं हैं तो यह तकनीक है।
A
hash join हैश जॉइन
B
buffer join बफ़र शामिल हों
C
double-pipelined hash join डबल-पाइपलाइन हैश जॉइन
D
double-pipelined join डबल-पाइपलाइन वाला जुड़ाव
✅ Correct Answer:
688
EN + हिं
GB Which of the following is/are false for RAW mode of FOR XML?
IN FOR XML के RAW मोड के लिए निम्नलिखित में से कौन सा/से गलत है/हैं?
A
xmlschema option does not returns an in-line xsd schema xmlschema विकल्प इन-लाइन xsd स्कीमा नहीं लौटाता है
B
binary base32 returns the binary data in base32-encoded format बाइनरी बेस32 बाइनरी डेटा को बेस32-एन्कोडेड प्रारूप में लौटाता है
C
each row in the query result is transformed into an xml element क्वेरी परिणाम में प्रत्येक पंक्ति एक xml तत्व में बदल जाती है
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
689
EN + हिं
GB                        refers to the ability of the system to recover committed transaction updates if either the system or the storage media fails.
IN                        यदि सिस्टम या स्टोरेज मीडिया विफल हो जाता है तो प्रतिबद्ध लेनदेन अपडेट को पुनर्प्राप्त करने की सिस्टम की क्षमता को संदर्भित करता है।
A
isolation एकांत
B
atomicity परमाणुता
C
consistency स्थिरता
D
durability टिकाऊपन
✅ Correct Answer:
690
EN + हिं
GB You have a column that will only contain values from 0 to 256. What is the most economical data type to use for the column?
IN आपके पास एक कॉलम है जिसमें केवल 0 से 256 तक मान होंगे। कॉलम के लिए उपयोग करने के लिए सबसे किफायती डेटा प्रकार क्या है?
A
tinyint टिनिंट
B
smallint छोटा सा
C
int int यहाँ
D
decimal(1) दशमलव(1)
✅ Correct Answer:
676–690 of 2982