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
1126
EN + हिं
GB Which of the following company now known as the Oracle Corporation?
IN निम्नलिखित में से कौन सी कंपनी अब Oracle Corporation के नाम से जानी जाती है?
A
Stepware Inc. स्टेपवेयर इंक.
B
Relational Software Inc. रिलेशनल सॉफ्टवेयर इंक.
C
Rational Inc. तर्कसंगत इंक.
D
Oracle Software Inc. ओरेकल सॉफ्टवेयर इंक.
✅ Correct Answer:
1127
EN + हिं
GB What is the process that is done to SQL before execution, to check for proper syntax and to optimize the request called?
IN उचित सिंटैक्स की जांच करने और अनुरोध को अनुकूलित करने के लिए निष्पादन से पहले SQL में की जाने वाली प्रक्रिया क्या है?
A
Syntax checking सिंटैक्स जाँच
B
Performance tuning प्रदर्शन ट्यूनिंग
C
Parsing पदच्छेद
D
Optimizing अनुकूलन
✅ Correct Answer:
1128
EN + हिं
GB Which of the following is a valid SQL data type?
IN निम्नलिखित में से कौन सा वैध SQL डेटा प्रकार है?
A
CHARACTER चरित्र
B
NUMERIC संख्यात्मक
C
FLOAT तैरना
D
All of the above ऊपर के सभी
✅ Correct Answer:
1129
EN + हिं
GB Which of the following is not a data definition language statement?
IN निम्नलिखित में से कौन सा डेटा परिभाषा भाषा कथन नहीं है?
A
CREATE बनाएं
B
ALTER ऑल्टर
C
DROP बूँद
D
SELECT चुनना
✅ Correct Answer:
1130
EN + हिं
GB Which of the following is a comparison operator?
IN निम्नलिखित में से कौन सा तुलना ऑपरेटर है?
A
= =
B
LIKE पसंद
C
BETWEEN बीच में
D
All of the above ऊपर के सभी
✅ Correct Answer:
1131
EN + हिं
GB Which of the following consists of a row of column headings, together with zero or more rows of data values?
IN निम्नलिखित में से किसमें डेटा मानों की शून्य या अधिक पंक्तियों के साथ कॉलम शीर्षकों की एक पंक्ति शामिल है?
A
COMPOSITE INDEX संयुक्त सूचकांक
B
UNIQUE INDEX अद्वितीय सूचकांक
C
TABLE मेज़
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1132
EN + हिं
GB In which of the following cases will the RDBMS specify a default value for the column if there are no values for it?
IN निम्नलिखित में से किस मामले में आरडीबीएमएस कॉलम के लिए एक डिफ़ॉल्ट मान निर्दिष्ट करेगा यदि इसके लिए कोई मान नहीं हैं?
A
NOT NULL WITH DEFAULT डिफ़ॉल्ट रूप से शून्य नहीं
B
COLUMN DEFAULT कॉलम डिफ़ॉल्ट
C
NOT NULL UNIUE शून्य UNIUE नहीं
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1133
EN + हिं
GB Which of the following database object does not physically exist?
IN निम्नलिखित में से कौन सा डेटाबेस ऑब्जेक्ट भौतिक रूप से मौजूद नहीं है?
A
Base table बेस टेबल
B
Index अनुक्रमणिका
C
View देखना
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1134
EN + हिं
GB Which of the following is a structure that provides faster access to the rows of a table based on the values of one or more columns?
IN निम्नलिखित में से कौन सी एक संरचना है जो एक या अधिक कॉलम के मानों के आधार पर तालिका की पंक्तियों तक तेज़ पहुंच प्रदान करती है?
A
Table मेज़
B
View देखना
C
Index अनुक्रमणिका
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1135
EN + हिं
GB Which of the following index is made up of more than one column?
IN निम्नलिखित में से कौन सा सूचकांक एक से अधिक कॉलम से बना है?
A
Composite index संयुक्त सूचकांक
B
Clustered index संकुल सूचकांक
C
Simple index सरल सूचकांक
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1136
EN + हिं
GB Which of the following index can occur only one per table?
IN निम्नलिखित में से कौन सा सूचकांक प्रति तालिका केवल एक ही हो सकता है?
A
Distinct index विशिष्ट सूचकांक
B
Unique index अनोखा सूचकांक
C
Simple index सरल सूचकांक
D
Clustered index संकुल सूचकांक
✅ Correct Answer:
1137
EN + हिं
GB Which question corresponds best to the following query? SELECT CID, CDUR - 1,' = PRICE' FROM COURSES ORDER BY 2
IN कौन सा प्रश्न निम्नलिखित प्रश्न से सबसे अच्छा मेल खाता है? पाठ्यक्रम क्रम से सीआईडी, सीडीयूआर - 1,' = मूल्य' 2 का चयन करें
A
Select three columns from the COURSES table, of which the third one has a constantvalue, i.e. “ = PRICE”. Leave an empty line after every second line. पाठ्यक्रम तालिका से तीन कॉलम चुनें, जिनमें से तीसरे का एक स्थिर मान है, यानी "= मूल्य"। प्रत्येक दूसरी पंक्ति के बाद एक खाली पंक्ति छोड़ें।
B
Select two columns from the COURSES table, the second one gets as title “ =PRICE”.Sort the data according to the second column, in ascending order. COURSES तालिका से दो कॉलम चुनें, दूसरे का शीर्षक " =PRICE" होगा। दूसरे कॉलम के अनुसार डेटा को आरोही क्रम में क्रमबद्ध करें।
C
Select three columns from the COURSES table, of which the third one has a constantvalue, i.e. “ = PRICE”. Sort the data according to the second column, in ascending order. पाठ्यक्रम तालिका से तीन कॉलम चुनें, जिनमें से तीसरे का एक स्थिर मान है, यानी "= मूल्य"। डेटा को दूसरे कॉलम के अनुसार आरोही क्रम में क्रमबद्ध करें।
D
Select two columns from the COURSES table, of which the second one has a constantvalue, i.e. “ = PRICE”. Sort the data according to the second column, in ascending order COURSES तालिका से दो कॉलम चुनें, जिनमें से दूसरे का एक स्थिर मान है, अर्थात " = PRICE"। डेटा को दूसरे कॉलम के अनुसार आरोही क्रम में क्रमबद्ध करें
✅ Correct Answer:
1138
EN + हिं
GB What is the default order of Order by clause?
IN ऑर्डर बाय क्लॉज का डिफ़ॉल्ट ऑर्डर क्या है?
A
Descending अवरोही
B
Ascending आरोही
C
Random यादृच्छिक
D
None of the above इनमे से कोई भी नहीं
✅ Correct Answer:
1139
EN + हिं
GB View the Exhibit and examine the structure of the EMPLOYEES and DEPARTMENTS tables.
Which SET operator would you use in the blank space in the following SQL statement to list the departments where all the employees have managers?
SELECT department_id FROM departments ____ SELECT department_id FROM employees WHERE manager_id IS NULL;
IN प्रदर्शनी देखें और कर्मचारियों और विभागों की तालिकाओं की संरचना की जांच करें। निम्नलिखित SQL कथन में रिक्त स्थान पर आप उन विभागों को सूचीबद्ध करने के लिए किस सेट ऑपरेटर का उपयोग करेंगे जहां सभी कर्मचारियों के प्रबंधक हैं? विभागों से विभाग_आईडी चुनें ____ कर्मचारियों से विभाग_आईडी चुनें जहां प्रबंधक_आईडी शून्य है;
A
UNION मिलन
B
MINUS ऋण
C
INTERSECT इंटरसेक्ट
D
UNION ALL संघ सब
✅ Correct Answer:
1140
EN + हिं
GB View the Exhibit and examine the data in the EMPLOYEES tables. Evaluate the following SQL statement: SELECT employee_id, department_id FROM employees WHERE department_id= 50 ORDER BY department_id UNION SELECT employee_id, department_id FROM employees WHERE department_id= 90 UNION SELECT employee_id, department_id FROM employees WHERE department_id= 10; What would be the outcome of the above SQL statement?
IN प्रदर्शनी देखें और कर्मचारी तालिकाओं में डेटा की जांच करें। निम्नलिखित एसक्यूएल कथन का मूल्यांकन करें: कर्मचारियों से कर्मचारी_आईडी, विभाग_आईडी चुनें जहां विभाग_आईडी = 50 ऑर्डर विभाग_आईडी यूनियन द्वारा कर्मचारियों से कर्मचारी_आईडी, विभाग_आईडी चुनें जहां विभाग_आईडी = 90 यूनियन कर्मचारियों से कर्मचारी_आईडी, विभाग_आईडी चुनें जहां विभाग_आईडी = 10; उपरोक्त SQL कथन का परिणाम क्या होगा?
A
The statement would execute successfully and display all the rows in the ascending order ofDEPARTMENT_ID. कथन सफलतापूर्वक निष्पादित होगा और सभी पंक्तियों को DEPARTMENT_ID के आरोही क्रम में प्रदर्शित करेगा।
B
The statement would execute successfully but it will ignore the ORDER BY clause and display the rows in random order. कथन सफलतापूर्वक निष्पादित होगा लेकिन यह ORDER BY खंड को अनदेखा कर देगा और पंक्तियों को यादृच्छिक क्रम में प्रदर्शित करेगा।
C
The statement would not execute because the positional notation instead of the column name should be used with the ORDER BY clause. कथन निष्पादित नहीं होगा क्योंकि कॉलम नाम के बजाय स्थितीय नोटेशन का उपयोग ऑर्डर बाय क्लॉज के साथ किया जाना चाहिए।
D
The statement would not execute because the ORDER BY clause should appear only at the end of the SQL statement, that is, in the last SELECT statement. स्टेटमेंट निष्पादित नहीं होगा क्योंकि ORDER BY क्लॉज केवल SQL स्टेटमेंट के अंत में, यानी अंतिम SELECT स्टेटमेंट में दिखाई देना चाहिए।
✅ Correct Answer:
1126–1140 of 2982