DBMS — MCQ Practice

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

📚 2982 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2982 questions
1216
EN + हिं
GB Assigning a value to a collection element can cause exceptions, such as
IN किसी संग्रह तत्व को मान निर्दिष्ट करने से अपवाद हो सकते हैं, जैसे
A
If the subscript is NULL or is not convertible to the right datatype, PL/SQL raises the predefined exception VALUE_ERROR. Usually, the subscript must be an integer. Associative arrays can also be declared to have VARCHAR2 subscripts. यदि सबस्क्रिप्ट शून्य है या सही डेटाटाइप में परिवर्तनीय नहीं है, तो पीएल/एसक्यूएल पूर्वनिर्धारित अपवाद VALUE_ERROR उठाता है। आमतौर पर, सबस्क्रिप्ट एक पूर्णांक होना चाहिए। सहयोगी सरणियों को VARCHAR2 सबस्क्रिप्ट के रूप में भी घोषित किया जा सकता है।
B
If the subscript refers to an uninitialized element, PL/SQL raises SUBSCRIPT_BEYOND_COUNT. यदि सबस्क्रिप्ट किसी अप्रारंभीकृत तत्व को संदर्भित करता है, तो PL/SQL SUBSCRIPT_BEYOND_COUNT बढ़ा देता है।
C
If the collection is atomically null, PL/SQL raises COLLECTION_IS_NULL. यदि संग्रह परमाणु रूप से शून्य है, तो PL/SQL COLLECTION_IS_NULL बढ़ा देता है।
D
All mentioned above उपरोक्त सभी का उल्लेख किया गया है
✅ Correct Answer:
1217
EN + हिं
GB Which is a procedural extension of Oracle- SQL that offers language constructs similar tothose in imperative programming languages?
IN ओरेकल-एसक्यूएल का एक प्रक्रियात्मक विस्तार कौन सा है जो अनिवार्य प्रोग्रामिंग भाषाओं के समान भाषा निर्माण प्रदान करता है?
A
PQL पीक्यूएल
B
Advanced SQL उन्नत एसक्यूएल
C
PL/SQL पीएल/एसक्यूएल
D
SQL एसक्यूएल
✅ Correct Answer:
1218
EN + हिं
GB Which of the following retains duplicate rows in the result of a query or in an Aggregate expression?
IN निम्नलिखित में से कौन किसी क्वेरी के परिणाम में या समग्र अभिव्यक्ति में डुप्लिकेट पंक्तियों को बरकरार रखता है?
A
ALL सभी
B
DISTINCT विशिष्ट
C
PRIOR पूर्व
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1219
EN + हिं
GB Which of the following is an aggregate function in SQL?
IN निम्नलिखित में से कौन सा SQL में एक समग्र फ़ंक्शन है?
A
Union मिलन
B
Like पसंद
C
Group By द्वारा समूह बनाएं
D
Max अधिकतम
✅ Correct Answer:
1220
EN + हिं
GB Which command is used to add a column to an existing table?
IN किसी मौजूदा टेबल में कॉलम जोड़ने के लिए किस कमांड का उपयोग किया जाता है?
A
Create बनाएं
B
Update अद्यतन
C
Alter ऑल्टर
D
None of these इनमें से कोई नहीं
✅ Correct Answer:
1221
EN + हिं
GB A deadlock exists in the system if and only if the wait for graph:
IN सिस्टम में गतिरोध तभी मौजूद होता है जब ग्राफ़ के लिए प्रतीक्षा की जाती है:
A
has a cycle in it इसमें एक चक्र है
B
has a path from first node to last node पहले नोड से अंतिम नोड तक एक पथ है
C
is a tree एक पेड़ है
D
none of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1222
EN + हिं
GB Rollback of transactions is normally used to:
IN लेन-देन का रोलबैक आमतौर पर इसके लिए उपयोग किया जाता है:
A
recover from transaction failure लेन-देन विफलता से उबरें
B
update the transaction लेन-देन अद्यतन करें
C
retrieve old records पुराने रिकॉर्ड पुनः प्राप्त करें
D
repeat a transaction एक लेन-देन दोहराएँ
✅ Correct Answer:
1223
EN + हिं
GB The DBMS language component which can be embedded in a program is
IN DBMS भाषा घटक जिसे किसी प्रोग्राम में एम्बेड किया जा सकता है वह है
A
The data definition language (DDL). डेटा परिभाषा भाषा (डीडीएल)।
B
The data manipulation language (DML). डेटा हेरफेर भाषा (डीएमएल)।
C
The database administrator (DBA). डेटाबेस प्रशासक (डीबीए)।
D
A query language एक प्रश्न भाषा
✅ Correct Answer:
1224
EN + हिं
GB A DBMS query language is designed to
IN एक DBMS क्वेरी भाषा को डिज़ाइन किया गया है
A
support end users who use English-like commands. उन अंतिम उपयोगकर्ताओं का समर्थन करें जो अंग्रेजी जैसे आदेशों का उपयोग करते हैं।
B
support in the development of complex applications software. जटिल एप्लिकेशन सॉफ़्टवेयर के विकास में सहायता।
C
specify the structure of a database. डेटाबेस की संरचना निर्दिष्ट करें.
D
all of the above. ऊपर के सभी।
✅ Correct Answer:
1225
EN + हिं
GB Which of the following is correct
IN निम्न में से कौन सा सही है
A
a SQL query automatically eliminates duplicates. SQL क्वेरी स्वचालित रूप से डुप्लिकेट को हटा देती है।
B
SQL permits attribute names to be repeated in the same relation. SQL विशेषता नामों को एक ही संबंध में दोहराने की अनुमति देता है।
C
a SQL query will not work if there are no indexes on the relations यदि संबंधों पर कोई अनुक्रमणिका नहीं है तो SQL क्वेरी काम नहीं करेगी
D
None of these इनमें से कोई नहीं
✅ Correct Answer:
1226
EN + हिं
GB Which of the following is a valid SQL type?
IN निम्नलिखित में से कौन सा वैध SQL प्रकार है?
A
CHARACTER चरित्र
B
NUMERIC संख्यात्मक
C
FLOAT तैरना
D
All of the above ऊपर के सभी
✅ Correct Answer:
1227
EN + हिं
GB Which of the following is a legal expression in SQL?
IN निम्नलिखित में से कौन सा SQL में कानूनी अभिव्यक्ति है?
A
SELECT NULL FROM EMPLOYEE; कर्मचारी से शून्य का चयन करें;
B
SELECT NAME FROM EMPLOYEE; कर्मचारी से नाम चुनें;
C
SELECT NAME FROM EMPLOYEE WHERE SALARY = NULL; कर्मचारी का नाम चुनें जहां वेतन = शून्य;
D
none of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1228
EN + हिं
GB If every non-key attribute is functionally dependent on the primary key, then the relation will be in:
IN यदि प्रत्येक गैर-कुंजी विशेषता कार्यात्मक रूप से प्राथमिक कुंजी पर निर्भर है, तो संबंध इस प्रकार होगा:
A
First normal form पहला सामान्य रूप
B
Second normal form दूसरा सामान्य रूप
C
Third normal form तीसरा सामान्य रूप
D
Fourth normal form चौथा सामान्य रूप
✅ Correct Answer:
1229
EN + हिं
GB Given the functional dependencies X →W; X→Y; Y→Z and Z→PQ Which of the following doesn’t hold well?
IN कार्यात्मक निर्भरताएँ X →W दी गई हैं; एक्स→वाई; Y→Z और Z→PQ निम्नलिखित में से कौन सा अच्छा नहीं है?
A
X→Z एक्स→जेड
B
W→Z डब्ल्यू→जेड
C
X→WY एक्स→वाई
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1230
EN + हिं
GB Relations produced from an E-R model will always be in
IN ई-आर मॉडल से निर्मित संबंध हमेशा बने रहेंगे
A
First normal form पहला सामान्य रूप
B
Second normal form दूसरा सामान्य रूप
C
Third normal form तीसरा सामान्य रूप
D
Fourth normal form चौथा सामान्य रूप
✅ Correct Answer:
1216–1230 of 2982