DBMS — MCQ Practice

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

📚 158 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
158 questions
16
EN + हिं
GB In a large DBMS
IN एक बड़े DBMS में
A
each subschema contains every field in the logical schema प्रत्येक उपस्कीमा में तार्किक स्कीमा में प्रत्येक फ़ील्ड शामिल होती है
B
each user can access every subschema प्रत्येक उपयोगकर्ता प्रत्येक उपयोजना तक पहुंच सकता है
C
none of the options कोई भी विकल्प नहीं
D
each user can "see" only a small part of the entire database प्रत्येक उपयोगकर्ता संपूर्ण डेटाबेस का केवल एक छोटा सा हिस्सा "देख" सकता है
✅ Correct Answer:
17
EN + हिं
GB The term                is used to refer to a row.
IN                शब्द का प्रयोग पंक्ति को संदर्भित करने के लिए किया जाता है।
A
attribute गुण
B
tuple टपल
C
field मैदान
D
instance उदाहरण
✅ Correct Answer:
18
EN + हिं
GB Which one of the following provides the ability to query information from the database and to insert tuples into, delete tuples from, and modify tuples in the database?
IN निम्नलिखित में से कौन सा डेटाबेस से जानकारी को क्वेरी करने और टुपल्स को सम्मिलित करने, टुपल्स को हटाने और डेटाबेस में टुपल्स को संशोधित करने की क्षमता प्रदान करता है?
A
dml(data manipulation langauge) डीएमएल (डेटा हेरफेर भाषा)
B
ddl(data definition langauge) डीडीएल (डेटा परिभाषा भाषा)
C
query सवाल
D
relational schema संबंधपरक स्कीमा
✅ Correct Answer:
19
EN + हिं
GB The result of           unknown is unknown.
IN          अज्ञात का परिणाम अज्ञात है।
A
xor xor
B
or या
C
and और
D
not नहीं
✅ Correct Answer:
20
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:
21
EN + हिं
GB The user defined data type can be created using
IN उपयोगकर्ता परिभाषित डेटा प्रकार का उपयोग करके बनाया जा सकता है
A
create datatype डेटाटाइप बनाएं
B
create data डेटा बनाएं
C
create definetype निश्चित प्रकार बनाएँ
D
create type प्रकार बनाएँ
✅ Correct Answer:
22
EN + हिं
GB Triggers are supported in
IN ट्रिगर्स समर्थित हैं
A
delete मिटाना
B
update अद्यतन
C
views दृश्य
D
all of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
23
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:
24
EN + हिं
GB The attribute name could be structured as an attribute consisting of first name, middle initial, and last name. This type of attribute is called
IN विशेषता नाम को पहले नाम, मध्य प्रारंभिक और अंतिम नाम से युक्त एक विशेषता के रूप में संरचित किया जा सकता है। इस प्रकार की विशेषता कहलाती है
A
simple attribute सरल गुण
B
composite attribute समग्र विशेषता
C
multivalued attribute बहुमूल्यवान विशेषता
D
derived attribute व्युत्पन्न विशेषता
✅ Correct Answer:
25
EN + हिं
GB An entity set that does not have sufficient attributes to form a primary key is termed a
IN एक इकाई सेट जिसमें प्राथमिक कुंजी बनाने के लिए पर्याप्त विशेषताएँ नहीं होती हैं, उसे कहा जाता है
A
strong entity set मजबूत इकाई सेट
B
variant set वैरिएंट सेट
C
weak entity set कमजोर इकाई सेट
D
variable set परिवर्तनीय सेट
✅ Correct Answer:
26
EN + हिं
GB A window into a portion of a database is
IN डेटाबेस के एक हिस्से में एक विंडो होती है
A
schema योजना
B
view देखना
C
query सवाल
D
data dictionary डेटा शब्दकोश
✅ Correct Answer:
27
EN + हिं
GB To replace the relation section with some other relation the initial step to be carried out is
IN संबंध अनुभाग को किसी अन्य संबंध से बदलने के लिए प्रारंभिक कदम उठाया जाना है
A
delete section; अनुभाग हटाएं;
B
drop section; ड्रॉप अनुभाग;
C
delete from section; अनुभाग से हटाएँ;
D
replace section new_table ; अनुभाग को बदलें new_table ;
✅ Correct Answer:
28
EN + हिं
GB Which normal form is considered adequate for normal relational database design?
IN सामान्य रिलेशनल डेटाबेस डिज़ाइन के लिए कौन सा सामान्य रूप पर्याप्त माना जाता है?
A
2nf 2nf
B
5nf 5nf
C
4nf 4nf
D
3nf 3nf
✅ Correct Answer:
29
EN + हिं
GB HTTP defines two ways in which values entered by a user at the browser can be sent to the Web server. The            method encodes the values as part of the URL.
IN HTTP दो तरीकों को परिभाषित करता है जिसमें ब्राउज़र में उपयोगकर्ता द्वारा दर्ज किए गए मान वेब सर्वर पर भेजे जा सकते हैं। ----------------------विधि यूआरएल के हिस्से के रूप में मानों को एन्कोड करती है।
A
post डाक
B
get पाना
C
read पढ़ना
D
argument तर्क
✅ Correct Answer:
30
EN + हिं
GB The                            system is widely used for mapping from Java objects to relations.
IN जावा ऑब्जेक्ट्स से संबंधों तक मैपिंग के लिए सिस्टम का व्यापक रूप से उपयोग किया जाता है।
A
hibernate सीतनिद्रा में होना
B
object oriented वस्तु के उन्मुख
C
objective उद्देश्य
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
16–30 of 158