DBMS — MCQ Practice

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

📚 144 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
144 questions
16
EN + हिं
GB In the DBMS approach, application programs perform the
IN डीबीएमएस दृष्टिकोण में, एप्लिकेशन प्रोग्राम कार्य करते हैं
A
storage function भंडारण समारोह
B
access control अभिगम नियंत्रण
C
all of the options सभी विकल्प
D
processing functions प्रसंस्करण कार्य
✅ Correct Answer:
17
EN + हिं
GB In an Entity-Relationship Diagram “Ellipses” represents
IN एक इकाई-संबंध आरेख में "एलिप्सेज़" दर्शाता है
A
attributes गुण
B
weak entity set कमजोर इकाई सेट
C
relationship sets संबंध सेट
D
multi-valued attributes बहु-मूल्यवान गुण
✅ Correct Answer:
18
EN + हिं
GB The              is the one in which the primary key of one relation is used as a normal attribute in another relation.
IN           वह वह है जिसमें एक संबंध की प्राथमिक कुंजी को दूसरे संबंध में सामान्य विशेषता के रूप में उपयोग किया जाता है।
A
referential relation संदर्भात्मक संबंध
B
referencing relation संदर्भ संबंध
C
referenced relation संदर्भित संबंध
D
referred relation संदर्भित संबंध
✅ Correct Answer:
19
EN + हिं
GB If we want to retain all duplicates, we must write                  in place of union.
IN यदि हम सभी डुप्लिकेट को बनाए रखना चाहते हैं, तो हमें यूनियन के स्थान पर                 लिखना होगा।
A
union all संघ सब
B
union some संघ कुछ
C
intersect all सभी को प्रतिच्छेद करें
D
intersect some कुछ को प्रतिच्छेद करें
✅ Correct Answer:
20
EN + हिं
GB The EXISTS keyword will be true if:
IN EXISTS कीवर्ड सत्य होगा यदि:
A
any row in the subquery meets the condition only सबक्वेरी में कोई भी पंक्ति केवल शर्त को पूरा करती है
B
all rows in the subquery fail the condition only सबक्वेरी में सभी पंक्तियाँ केवल शर्त में विफल रहती हैं
C
both of these two conditions are met ये दोनों शर्तें पूरी होती हैं
D
neither of these two conditions is met इन दोनों शर्तों में से कोई भी पूरी नहीं होती
✅ Correct Answer:
21
EN + हिं
GB Which of the following is used to get back all the transactions back after rollback?
IN रोलबैक के बाद सभी लेनदेन को वापस पाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
A
commit प्रतिबद्ध
B
rollback रोलबैक
C
flashback फ़्लैश बैक
D
redo फिर से करना
✅ Correct Answer:
22
EN + हिं
GB The granting and revoking of roles by the user may cause some confusions when that user role is revoked. To overcome the above situation
IN उपयोगकर्ता द्वारा भूमिकाएँ देने और रद्द करने से उस उपयोगकर्ता की भूमिका रद्द होने पर कुछ भ्रम पैदा हो सकता है। उपरोक्त स्थिति पर काबू पाने के लिए
A
the privilege must be granted only by roles विशेषाधिकार केवल भूमिकाओं द्वारा ही दिया जाना चाहिए
B
the privilege is granted by roles and users विशेषाधिकार भूमिकाओं और उपयोगकर्ताओं द्वारा प्रदान किया जाता है
C
the user role cannot be removed once given एक बार दिए जाने के बाद उपयोगकर्ता भूमिका को हटाया नहीं जा सकता
D
by restricting the user access to the roles भूमिकाओं तक उपयोगकर्ता की पहुंच को प्रतिबंधित करके
✅ Correct Answer:
23
EN + हिं
GB Ranking of queries is done by which of the following?
IN प्रश्नों की रैंकिंग निम्नलिखित में से किसके द्वारा की जाती है?
A
group by द्वारा समूह बनाएं
B
order by द्वारा आदेश
C
having होना
D
both group by and order by दोनों समूह द्वारा और क्रम से
✅ Correct Answer:
24
EN + हिं
GB Which is a join condition contains an equality operator:
IN जोइन कंडीशन में एक समानता ऑपरेटर होता है:
A
equijoins समजुड
B
cartesian काटीज़ियन
C
natural प्राकृतिक
D
left बाएं
✅ Correct Answer:
25
EN + हिं
GB Establishing limits on allowable property values, and specifying a set of acceptable, predefined options that can be assigned to a property are examples of:
IN स्वीकार्य संपत्ति मूल्यों पर सीमाएं स्थापित करना, और स्वीकार्य, पूर्वनिर्धारित विकल्पों का एक सेट निर्दिष्ट करना जिन्हें किसी संपत्ति को सौंपा जा सकता है, इसके उदाहरण हैं:
A
attributes गुण
B
data integrity constraints डेटा अखंडता बाधाएँ
C
method constraints विधि की बाधाएँ
D
referential integrity constraints संदर्भात्मक अखंडता बाधाएँ
✅ Correct Answer:
26
EN + हिं
GB The relation changes can be got back using                  command
IN                 कमांड का उपयोग करके संबंध परिवर्तन वापस पाया जा सकता है
A
flashback फ़्लैश बैक
B
purge शुद्ध
C
delete मिटाना
D
getback वापस आना
✅ Correct Answer:
27
EN + हिं
GB The completeness constraint may be one of the following: Total generalization or specialization, Partial generalization or specialization. Which is the default?
IN पूर्णता बाधा निम्नलिखित में से एक हो सकती है: कुल सामान्यीकरण या विशेषज्ञता, आंशिक सामान्यीकरण या विशेषज्ञता। डिफ़ॉल्ट कौन सा है?
A
total कुल
B
partial आंशिक
C
should be specified निर्दिष्ट किया जाना चाहिए
D
cannot be determined तय नहीं किया जा सकता
✅ Correct Answer:
28
EN + हिं
GB A data type that creates unique numbers for key columns in Microsoft Access is:
IN एक डेटा प्रकार जो Microsoft Access में कुंजी कॉलम के लिए अद्वितीय संख्याएँ बनाता है:
A
autonumber ऑटोनंबर
B
boolean बूलियन
C
sequential key अनुक्रमिक कुंजी
D
sequential number अनुक्रमिक संख्या
✅ Correct Answer:
29
EN + हिं
GB A method of modelling and describing user tasks for an interactive application is referred to as:
IN एक इंटरैक्टिव एप्लिकेशन के लिए उपयोगकर्ता कार्यों के मॉडलिंग और वर्णन की एक विधि को कहा जाता है:
A
customer journey ग्राहक यात्रा
B
primary persona प्राथमिक व्यक्तित्व
C
use case उदाहरण
D
web design persona वेब डिज़ाइन व्यक्तित्व
✅ Correct Answer:
30
EN + हिं
GB How many JDBC driver types does Sun define?
IN Sun कितने JDBC ड्राइवर प्रकार परिभाषित करता है?
A
one एक
B
two दो
C
three तीन
D
four चार
✅ Correct Answer:
16–30 of 144