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
406
EN + हिं
GB The command                                  such tables are available only within the transaction executing the query and are dropped when the transaction finishes.
IN आदेश                             ऐसी तालिकाएँ केवल क्वेरी निष्पादित करने वाले लेन-देन के भीतर ही उपलब्ध होती हैं और लेन-देन समाप्त होने पर हटा दी जाती हैं।
A
create table तालिका बनाएं
B
create temporary table अस्थायी तालिका बनाएं
C
create view दृश्य बनाएँ
D
create label view लेबल दृश्य बनाएं
✅ Correct Answer:
407
EN + हिं
GB OLAP stands for
IN OLAP का मतलब है
A
online analytical processing ऑनलाइन विश्लेषणात्मक प्रसंस्करण
B
online analysis processing ऑनलाइन विश्लेषण प्रसंस्करण
C
online transaction processing ऑनलाइन लेनदेन प्रसंस्करण
D
online aggregate processing ऑनलाइन समग्र प्रसंस्करण
✅ Correct Answer:
408
EN + हिं
GB The process of viewing the cross-tab (Single dimensional) with a fixed value of one attribute is
IN एक विशेषता के निश्चित मान के साथ क्रॉस-टैब (एकल आयामी) देखने की प्रक्रिया है
A
slicing टुकड़ा करने की क्रिया
B
dicing डाइसिंग
C
pivoting पिवट
D
both slicing and dicing स्लाइसिंग और डाइसिंग दोनों
✅ Correct Answer:
409
EN + हिं
GB The operation of moving from finer- granularity data to a coarser granularity (by means of aggregation) is called a                  
IN बारीक ग्रैन्युलैरिटी डेटा से मोटे ग्रैन्युलैरिटी (एकत्रीकरण के माध्यम से) में जाने की प्रक्रिया को कहा जाता है                  
A
rollup जमना
B
drill down ड्रिल द्वारा छेद बनाएं
C
dicing डाइसिंग
D
pivoting पिवट
✅ Correct Answer:
410
EN + हिं
GB In SQL the cross-tabs are created using
IN SQL में क्रॉस-टैब का उपयोग करके बनाया जाता है
A
slice टुकड़ा
B
dice पासा
C
pivot धुरी
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
411
EN + हिं
GB What do data warehouses support?
IN डेटा वेयरहाउस किसका समर्थन करते हैं?
A
olap ओलाप
B
oltp oltp
C
olap and oltp ओलाप और ओल्टप
D
operational databases परिचालन डेटाबेस
✅ Correct Answer:
412
EN + हिं
GB Which one of the following is the right syntax for DECODE?
IN निम्नलिखित में से कौन सा DECODE के लिए सही सिंटैक्स है?
A
decode (search, expression, result [, search, result]… [, default]) डिकोड (खोज, अभिव्यक्ति, परिणाम [, खोज, परिणाम]… [, डिफ़ॉल्ट])
B
decode (expression, result [, search, result]… [, default], search) डिकोड (अभिव्यक्ति, परिणाम [, खोज, परिणाम]… [, डिफ़ॉल्ट], खोज)
C
decode (search, result [, search, result]… [, default], expression) डिकोड (खोज, परिणाम [, खोज, परिणाम]… [, डिफ़ॉल्ट], अभिव्यक्ति)
D
decode (expression, search, result [, search, result]… [, default]) डिकोड (अभिव्यक्ति, खोज, परिणाम [, खोज, परिणाम]… [, डिफ़ॉल्ट])
✅ Correct Answer:
413
EN + हिं
GB Relational Algebra is a                      query language that takes two relations as input and produces another relation as an output of the query.
IN संबंधपरक बीजगणित एक                    क्वेरी भाषा है जो दो संबंधों को इनपुट के रूप में लेती है और क्वेरी के आउटपुट के रूप में एक और संबंध उत्पन्न करती है।
A
relational रिलेशनल
B
structural संरचनात्मक
C
procedural ि यात्मक
D
fundamental मौलिक
✅ Correct Answer:
414
EN + हिं
GB Which of the following is a fundamental operation in relational algebra?
IN निम्नलिखित में से कौन सा संबंधपरक बीजगणित में एक मौलिक ऑपरेशन है?
A
set intersection चौराहा सेट करें
B
natural join प्राकृतिक जुड़ाव
C
assignment कार्यभार
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
415
EN + हिं
GB Which of the following is used to denote the selection operation in relational algebra?
IN संबंधपरक बीजगणित में चयन संक्रिया को दर्शाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
A
pi (greek) पाई (ग्रीक)
B
sigma (greek) सिग्मा (ग्रीक)
C
lambda (greek) लैम्ब्डा (ग्रीक)
D
omega (greek) ओमेगा (ग्रीक)
✅ Correct Answer:
416
EN + हिं
GB For select operation the                  appear in the subscript and the                         argument appears in the paranthesis after the sigma.
IN चुनिंदा ऑपरेशन के लिए                 सबस्क्रिप्ट में दिखाई देता है और                    तर्क सिग्मा के बाद पैरांथेसिस में दिखाई देता है।
A
predicates, relation विधेय, संबंध
B
relation, predicates संबंध, विधेय
C
operation, predicates संचालन, विधेय
D
relation, operation संबंध, संचालन
✅ Correct Answer:
417
EN + हिं
GB The                        operation, denoted by −, allows us to find tuples that are in one relation but are not in another.
IN                       ऑपरेशन, जिसे - द्वारा दर्शाया गया है, हमें उन टुपल्स को ढूंढने की अनुमति देता है जो एक रिश्ते में हैं लेकिन दूसरे में नहीं हैं।
A
union मिलन
B
set-difference सेट-अंतर
C
difference अंतर
D
intersection चौराहा
✅ Correct Answer:
418
EN + हिं
GB Which is a unary operation:
IN जो एक यूनरी ऑपरेशन है:
A
selection operation चयन प्रचालन
B
primitive operation आदिम संचालन
C
projection operation प्रक्षेपण संचालन
D
generalized selection सामान्यीकृत चयन
✅ Correct Answer:
419
EN + हिं
GB Which is a join condition contains an equality operator:
IN जोइन कंडीशन में एक समानता ऑपरेटर होता है:
A
equijoins समजुड
B
cartesian काटीज़ियन
C
natural प्राकृतिक
D
left बाएं
✅ Correct Answer:
420
EN + हिं
GB Which of the following is not outer join?
IN निम्नलिखित में से कौन सा बाहरी जुड़ाव नहीं है?
A
left outer join बाईं ओर का बाहरी जोड़
B
right outer join दायां बाहरी जोड़
C
full outer join पूर्ण बाहरी जुड़ाव
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
406–420 of 2982