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 Batch processing is appropriate if
IN यदि बैच प्रोसेसिंग उपयुक्त है
A
only a few transactions are involved केवल कुछ ही लेन-देन शामिल हैं
B
none of the options कोई भी विकल्प नहीं
C
large computer system is available बड़ा कंप्यूटर सिस्टम उपलब्ध है
D
only a small computer system is avilbale केवल एक छोटा कंप्यूटर सिस्टम ही उपलब्ध है
✅ Correct Answer:
17
EN + हिं
GB In an Entity-Relationship Diagram “Diamonds” represents
IN इकाई-संबंध आरेख में "हीरे" दर्शाता है
A
attributes गुण
B
multi-valued attributes बहु-मूल्यवान गुण
C
weak entity set कमजोर इकाई सेट
D
relationship sets संबंध सेट
✅ Correct Answer:
18
EN + हिं
GB A                    integrity constraint requires that the values appearing in specified attributes of any tuple in the referencing relation also appear in specified attributes of at least one tuple in the referenced relation.
IN ए                   अखंडता बाधा के लिए आवश्यक है कि संदर्भित संबंध में किसी भी टुपल की विशिष्ट विशेषताओं में प्रदर्शित होने वाले मान संदर्भित संबंध में कम से कम एक टुपल की विशिष्ट विशेषताओं में भी दिखाई दें।
A
referential निर्देशात्मक
B
referencing को संदर्भित
C
specific विशिष्ट
D
primary प्राथमिक
✅ Correct Answer:
19
EN + हिं
GB The number of attributes in relation is called as its
IN संबंध में गुणों की संख्या को उसका कहा जाता है
A
cardinality प्रमुखता
B
degree डिग्री
C
tuples टुपल्स
D
entity इकाई
✅ Correct Answer:
20
EN + हिं
GB How can you find rows that do not match some specified condition?
IN आप ऐसी पंक्तियाँ कैसे ढूंढ सकते हैं जो कुछ निर्दिष्ट शर्तों से मेल नहीं खातीं?
A
exists मौजूद है
B
double use of not exists मौजूद नहीं का दोहरा उपयोग
C
not exists मौजूद नहीं है
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
21
EN + हिं
GB              will undo all statements up to commit?
IN              प्रतिबद्ध होने तक के सभी कथनों को पूर्ववत कर देंगे?
A
transaction लेन-देन
B
flashback फ़्लैश बैक
C
rollback रोलबैक
D
abort गर्भपात
✅ Correct Answer:
22
EN + हिं
GB Which of the following is used to access the database server at the time of executing the program and get the data from the server accordingly?
IN प्रोग्राम को निष्पादित करते समय डेटाबेस सर्वर तक पहुंचने और तदनुसार सर्वर से डेटा प्राप्त करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
A
embedded sql एंबेडेड एसक्यूएल
B
dynamic sql गतिशील एसक्यूएल
C
sql declarations एसक्यूएल घोषणाएँ
D
sql data analysis एसक्यूएल डेटा विश्लेषण
✅ Correct Answer:
23
EN + हिं
GB In rank() function if one value is shared by two tuples then
IN रैंक() फ़ंक्शन में यदि एक मान दो टुपल्स द्वारा साझा किया जाता है
A
the rank order continues as counting numbers रैंक क्रम संख्याओं की गिनती के रूप में जारी रहता है
B
the rank order continues by leaving one rank in the middle बीच में एक रैंक छोड़कर रैंक क्रम जारी रहता है
C
the user specifies the order उपयोगकर्ता ऑर्डर निर्दिष्ट करता है
D
the order does not change क्रम नहीं बदलता
✅ Correct Answer:
24
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:
25
EN + हिं
GB Which of the following can be addressed by enforcing a referential integrity constraint?
IN निम्नलिखित में से किसको संदर्भात्मक अखंडता बाधा लागू करके संबोधित किया जा सकता है?
A
all phone numbers must include the area code सभी फ़ोन नंबरों में क्षेत्र कोड शामिल होना चाहिए
B
certain fields are required (such as the email address, or phone number) before the record is accepted रिकॉर्ड स्वीकार करने से पहले कुछ फ़ील्ड आवश्यक हैं (जैसे ईमेल पता, या फ़ोन नंबर)।
C
information on the customer must be known before anything can be sold to that customer उस ग्राहक को कुछ भी बेचने से पहले ग्राहक के बारे में जानकारी अवश्य पता होनी चाहिए
D
then entering an order quantity, the user must input a number and not some text (i.e., 12 rather than ‘a dozen’) फिर एक ऑर्डर मात्रा दर्ज करते हुए, उपयोगकर्ता को एक नंबर इनपुट करना होगा, न कि कुछ टेक्स्ट (यानी, 'एक दर्जन' के बजाय 12)
✅ Correct Answer:
26
EN + हिं
GB Let us consider phone_number ,which can take single or several values . Treating phone_numberas an                    permits instructors to have several phone numbers (including zero) associated with them.
IN आइए फ़ोन_नंबर पर विचार करें, जो एकल या कई मान ले सकता है। फ़ोन_नंबर को एक के रूप में मानने से प्रशिक्षकों को अपने साथ कई फ़ोन नंबर (शून्य सहित) संबद्ध रखने की अनुमति मिल जाती है।
A
entity इकाई
B
attribute गुण
C
relation रिश्ता
D
value कीमत
✅ Correct Answer:
27
EN + हिं
GB Functional dependencies are a generalization of
IN कार्यात्मक निर्भरताएँ का एक सामान्यीकरण है
A
key dependencies प्रमुख निर्भरताएँ
B
relation dependencies संबंध निर्भरता
C
database dependencies डेटाबेस निर्भरताएँ
D
none of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
28
EN + हिं
GB A dependency exist between two columns when
IN जब दो स्तंभों के बीच एक निर्भरता मौजूद होती है
A
together they constitute a composite key for the table साथ में वे तालिका के लिए एक समग्र कुंजी बनाते हैं
B
knowing the value in one column determines the value stored in another column एक कॉलम में मूल्य जानने से दूसरे कॉलम में संग्रहीत मूल्य निर्धारित होता है
C
the table is in 3nf तालिका 3nf में है
D
together they constitute a foreign key वे मिलकर एक विदेशी कुंजी बनाते हैं
✅ Correct Answer:
29
EN + हिं
GB Information architecture influences:
IN सूचना वास्तुकला प्रभाव:
A
answer choice उत्तर विकल्प
B
site structure साइट संरचना
C
labeling लेबलिंग
D
navigation design नेविगेशन डिज़ाइन
✅ Correct Answer:
30
EN + हिं
GB Which JDBC driver Type(s) can be used in either applet or servlet code?
IN कौन से जेडीबीसी ड्राइवर प्रकार का उपयोग एप्लेट या सर्वलेट कोड में किया जा सकता है?
A
both type 1 and type 2 टाइप 1 और टाइप 2 दोनों
B
both type 1 and type 3 टाइप 1 और टाइप 3 दोनों
C
both type 3 and type 4 टाइप 3 और टाइप 4 दोनों
D
type 4 only केवल टाइप 4
✅ Correct Answer:
16–30 of 158