DBMS — MCQ Practice

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

📚 135 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
135 questions
16
EN + हिं
GB Choose the RDBMS which supports full fledged client server application development
IN आरडीबीएमएस चुनें जो पूर्ण क्लाइंट सर्वर एप्लिकेशन विकास का समर्थन करता है
A
dbase v डीबेस वी
B
ingress प्रवेश
C
oracle 7.1 ओरेकल 7.1
D
foxpro 2.1 फॉक्सप्रो 2.1
✅ Correct Answer:
17
EN + हिं
GB Which of the following is Relation-algebra Operation
IN निम्नलिखित में से कौन सा रिलेशन-बीजगणित ऑपरेशन है
A
select चुनना
B
union मिलन
C
rename नाम बदलने
D
all of the above ऊपर के सभी
✅ Correct Answer:
18
EN + हिं
GB Which one of the following cannot be taken as a primary key?
IN निम्नलिखित में से किसे प्राथमिक कुंजी के रूप में नहीं लिया जा सकता है?
A
id पहचान
B
register number संख्या रजिस्टर
C
dept_id विभाग_आईडी
D
street गली
✅ Correct Answer:
19
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:
20
EN + हिं
GB The                  keyword is used to access attributes of preceding tables or subqueries in the from clause.
IN                 कीवर्ड का उपयोग फ्रॉम क्लॉज में पूर्ववर्ती तालिकाओं या सबक्वेरी की विशेषताओं तक पहुंचने के लिए किया जाता है।
A
in में
B
lateral पार्श्व
C
having होना
D
with साथ
✅ Correct Answer:
21
EN + हिं
GB In order to undo the work of transaction after last commit which one should be used?
IN अंतिम कमिट के बाद लेनदेन के कार्य को पूर्ववत करने के लिए किसका उपयोग किया जाना चाहिए?
A
view देखना
B
commit प्रतिबद्ध
C
rollback रोलबैक
D
flashback फ़्लैश बैक
✅ Correct Answer:
22
EN + हिं
GB Which of the following is true regarding views?
IN विचारों के संबंध में निम्नलिखित में से कौन सा सत्य है?
A
the user who creates a view cannot be given update authorization on a view without having update authorization on the relations used to define the view जो उपयोगकर्ता दृश्य बनाता है उसे दृश्य को परिभाषित करने के लिए उपयोग किए गए संबंधों पर अद्यतन प्राधिकरण के बिना दृश्य पर अद्यतन प्राधिकरण नहीं दिया जा सकता है
B
the user who creates a view cannot be given update authorization on a view without having update authorization on the relations used to define the view जो उपयोगकर्ता दृश्य बनाता है उसे दृश्य को परिभाषित करने के लिए उपयोग किए गए संबंधों पर अद्यतन प्राधिकरण के बिना दृश्य पर अद्यतन प्राधिकरण नहीं दिया जा सकता है
C
if a user creates a view on which no authorization can be granted, the system will allow the view creation request यदि कोई उपयोगकर्ता ऐसा दृश्य बनाता है जिस पर कोई प्राधिकरण नहीं दिया जा सकता है, तो सिस्टम दृश्य निर्माण अनुरोध की अनुमति देगा
D
a user who creates a view receives all privileges on that view एक उपयोगकर्ता जो एक दृश्य बनाता है उसे उस दृश्य पर सभी विशेषाधिकार प्राप्त होते हैं
✅ Correct Answer:
23
EN + हिं
GB Triggers                  enabled or disabled
IN ट्रिगर                 सक्षम या अक्षम
A
can be हो सकता है
B
cannot be हो नहीं सकता
C
ought to be होना चाहिए
D
always हमेशा
✅ Correct Answer:
24
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:
25
EN + हिं
GB                            express the number of entities to which another entity can be associated via a relationship set.
IN                            उन संस्थाओं की संख्या व्यक्त करें जिनसे किसी अन्य इकाई को संबंध सेट के माध्यम से जोड़ा जा सकता है।
A
mapping cardinality कार्डिनैलिटी का मानचित्रण
B
relational cardinality संबंधपरक प्रमुखता
C
participation constraints भागीदारी की बाधाएँ
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
26
EN + हिं
GB The relation with primary key can be created using
IN प्राथमिक कुंजी के साथ संबंध का उपयोग करके बनाया जा सकता है
A
create table instructor (id, name) टेबल प्रशिक्षक बनाएं (आईडी, नाम)
B
create table instructor (id, name, primary key(name)) तालिका प्रशिक्षक बनाएं (आईडी, नाम, प्राथमिक कुंजी (नाम))
C
create table instructor (id, name, primary key (id)) तालिका प्रशिक्षक बनाएं (आईडी, नाम, प्राथमिक कुंजी (आईडी))
D
create table instructor ( id unique, name ) टेबल इंस्ट्रक्टर बनाएं (आईडी अद्वितीय, नाम)
✅ Correct Answer:
27
EN + हिं
GB If an entity set is a lower-level entity set in more than one ISA relationship, then the entity set has
IN यदि कोई इकाई सेट एक से अधिक आईएसए संबंधों में निचले स्तर की इकाई सेट है, तो इकाई सेट में है
A
hierarchy पदानुक्रम
B
multilevel inheritance बहुस्तरीय विरासत
C
single inheritance एकल विरासत
D
multiple inheritance एकाधिक विरासत
✅ Correct Answer:
28
EN + हिं
GB Which one is based on multi-valued dependency:
IN कौन सा बहु-मूल्यवान निर्भरता पर आधारित है:
A
first पहला
B
second दूसरा
C
third तीसरा
D
fourth चौथी
✅ Correct Answer:
29
EN + हिं
GB Thus a                of course data gives the values of all attributes, such as title and department, of all courses at a particular point in time.
IN इस प्रकार ------------------------------------------------बेशक डेटा एक विशेष समय पर सभी पाठ्यक्रमों की सभी विशेषताओं, जैसे शीर्षक और विभाग, का मान देता है।
A
instance उदाहरण
B
snapshot स्नैपशॉट
C
both instance and snapshot उदाहरण और स्नैपशॉट दोनों
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
30
EN + हिं
GB Html document must always be saved with:
IN Html दस्तावेज़ को हमेशा इसके साथ सहेजा जाना चाहिए:
A
.html .html
B
.htm .htm
C
.doc .doc
D
both .html & .htm .html और .htm दोनों
✅ Correct Answer:
16–30 of 135