DBMS — MCQ Practice

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

📚 639 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
639 questions
16
EN + हिं
GB A top-to-bottom relationship among the items in a database is established by a
IN डेटाबेस में आइटमों के बीच ऊपर से नीचे का संबंध किसके द्वारा स्थापित किया जाता है?
A
hierarchical schema पदानुक्रमित स्कीमा
B
all of the options सभी विकल्प
C
network schema नेटवर्क स्कीमा
D
relational schema संबंधपरक स्कीमा
✅ Correct Answer:
17
EN + हिं
GB In mathematical term Row is referred as
IN गणितीय शब्द में पंक्ति को कहा जाता है
A
relation रिश्ता
B
attribute गुण
C
tuple टपल
D
domain कार्यक्षेत्र
✅ Correct Answer:
18
EN + हिं
GB Which one of the following attribute can be taken as a primary key?
IN निम्नलिखित में से किस विशेषता को प्राथमिक कुंजी के रूप में लिया जा सकता है?
A
name नाम
B
street गली
C
id पहचान
D
department विभाग
✅ Correct Answer:
19
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:
20
EN + हिं
GB SQL applies predicates in the                 clause after groups have been formed, so aggregate functions may be used.
IN समूह बनने के बाद SQL                 खंड में विधेय लागू करता है, इसलिए समग्र कार्यों का उपयोग किया जा सकता है।
A
group by द्वारा समूह बनाएं
B
with साथ
C
where कहाँ
D
having होना
✅ Correct Answer:
21
EN + हिं
GB A                    consists of a sequence of query and/or update statements.
IN ए                   में क्वेरी और/या अपडेट स्टेटमेंट का एक क्रम शामिल होता है।
A
transaction लेन-देन
B
commit प्रतिबद्ध
C
rollback रोलबैक
D
flashback फ़्लैश बैक
✅ Correct Answer:
22
EN + हिं
GB Which of the following is used to provide privilege to only a particular attribute?
IN निम्नलिखित में से किसका उपयोग केवल किसी विशेष विशेषता को विशेषाधिकार प्रदान करने के लिए किया जाता है?
A
grant select on employee to amit कर्मचारी को अमित्र करने के लिए चयन प्रदान करें
B
grant update(budget) on department to raj राज को विभाग पर अद्यतन (बजट) अनुदान
C
grant update(budget,salary,rate) on department to raj राज को विभाग पर अनुदान अद्यतन (बजट, वेतन, दर)
D
grant delete to amit अमित को डिलीट की अनुमति दें
✅ Correct Answer:
23
EN + हिं
GB What are the different in triggers?
IN ट्रिगर्स में अंतर क्या हैं?
A
define, create परिभाषित करें, बनाएं
B
drop, comment छोड़ें, टिप्पणी करें
C
insert, update, delete सम्मिलित करें, अद्यतन करें, हटाएँ
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
24
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:
25
EN + हिं
GB In a relation between the entities the type and condition of the relation should be specified. That is called as            attribute.
IN संस्थाओं के बीच संबंध में संबंध का प्रकार और स्थिति निर्दिष्ट की जानी चाहिए। उसे ही विशेषता कहा जाता है।
A
desciptive वर्णनात्मक
B
derived व्युत्पन्न
C
recursive पुनरावर्ती
D
relative रिश्तेदार
✅ Correct Answer:
26
EN + हिं
GB The primary key in the section relation is
IN अनुभाग संबंध में प्राथमिक कुंजी है
A
course_id पाठ्यक्रम आईडी
B
sec_id sec_id
C
both course_id and sec_id course_id और sec_id दोनों
D
all the attributes सभी गुण
✅ Correct Answer:
27
EN + हिं
GB There are similarities between the instructor entity set and the secretary entity set in the sense that they have several attributes that are conceptually the same across the two entity sets: namely, the identifier, name, and salary attributes. This process is called
IN प्रशिक्षक इकाई सेट और सचिव इकाई सेट के बीच इस अर्थ में समानताएं हैं कि उनके पास कई विशेषताएं हैं जो दोनों इकाई सेटों में वैचारिक रूप से समान हैं: अर्थात्, पहचानकर्ता, नाम और वेतन विशेषताएँ। इस प्रक्रिया को कहा जाता है
A
commonality समानता
B
specialization विशेषज्ञता
C
generalization सामान्यकरण
D
similarity समानता
✅ Correct Answer:
28
EN + हिं
GB Identify the composite attributes
IN समग्र विशेषताओं को पहचानें
A
salary वेतन
B
credits क्रेडिट
C
section_id अनुभाग_आईडी
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
29
EN + हिं
GB Designers use which of the following to tune the performance of systems to support time-critical operations?
IN समय-महत्वपूर्ण संचालन का समर्थन करने के लिए सिस्टम के प्रदर्शन को ट्यून करने के लिए डिजाइनर निम्नलिखित में से किसका उपयोग करते हैं?
A
denormalization असमान्यीकरण
B
redundant optimization निरर्थक अनुकूलन
C
optimization अनुकूलन
D
realization वसूली
✅ Correct Answer:
30
EN + हिं
GB Html code contains:
IN HTML कोड में शामिल हैं:
A
tags टैग
B
attributes गुण
C
elements तत्वों
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
16–30 of 639