DBMS — MCQ Practice

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

📚 138 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
138 questions
1
EN + हिं
GB DBMS is software.
IN DBMS एक सॉफ्टवेयर है.
A
TRUE सत्य
B
FALSE असत्य
C
none कोई नहीं
D
all सभी
✅ Correct Answer:
2
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:
3
EN + हिं
GB Consider a directed line(->) from the relationship set advisor to both entity sets instructor and student. This indicates _________ cardinality
IN रिलेशनशिप सेट सलाहकार से इकाई सेट प्रशिक्षक और छात्र दोनों के लिए एक निर्देशित लाइन (->) पर विचार करें। यह _________ प्रमुखता को इंगित करता है
A
One to many कई लोगों के लिए एक
B
One to one एक से एक
C
Many to many अनेक से अनेक
D
Many to one अनेक से एक
✅ Correct Answer:
4
EN + हिं
GB __________ is a contiguous group of blocks allocated for use as part of a table, index, and so forth.
IN __________ तालिका, सूचकांक आदि के भाग के रूप में उपयोग के लिए आवंटित ब्लॉकों का एक सन्निहित समूह है।
A
Tablespace टेबल-स्पेस
B
Segment खंड
C
Extent क्षेत्र
D
Block अवरोध पैदा करना
✅ Correct Answer:
5
EN + हिं
GB Incase the indices values are larger, index is created for these values of the index. This is called
IN यदि सूचकांक के मान बड़े हैं, तो सूचकांक के इन मूल्यों के लिए सूचकांक बनाया जाता है। यह कहा जाता है
A
Pointed index नुकीला सूचकांक
B
Sequential index अनुक्रमिक सूचकांक
C
Multilevel index बहुस्तरीय सूचकांक
D
Multiple index एकाधिक सूचकांक
✅ Correct Answer:
6
EN + हिं
GB A _____ is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.
IN _____ व्यक्तिगत टुपल्स के बजाय संपूर्ण संबंध की एक संपत्ति है, जिसमें प्रत्येक टुपल अद्वितीय है।
A
Rows पंक्तियों
B
Key चाबी
C
Attribute गुण
D
Fields खेत
✅ Correct Answer:
7
EN + हिं
GB What action does ⋈ operator perform in relational algebra
IN रिलेशनल बीजगणित में ⋈ ऑपरेटर क्या क्रिया करता है
A
Output specified attributes from all rows of the input relation and remove duplicate tuples from the output इनपुट रिलेशन की सभी पंक्तियों से निर्दिष्ट विशेषताओं को आउटपुट करें और आउटपुट से डुप्लिकेट टुपल्स को हटा दें
B
Outputs pairs of rows from the two input relations that have the same value on all attributes that have the same name दो इनपुट संबंधों से पंक्तियों के आउटपुट जोड़े जिनका समान नाम वाली सभी विशेषताओं पर समान मान होता है
C
Output all pairs of rows from the two input relations (regardless of whether or not they have the same values on common attributes) दो इनपुट संबंधों से पंक्तियों के सभी जोड़े आउटपुट करें (भले ही उनके सामान्य गुणों पर समान मान हों या नहीं)
D
Return rows of the input relation that satisfy the predicate इनपुट संबंध की पंक्तियाँ लौटाएँ जो विधेय को संतुष्ट करती हैं
✅ Correct Answer:
8
EN + हिं
GB Which SQL keyword is used to retrieve a maximum value?
IN अधिकतम मान प्राप्त करने के लिए किस SQL ​​कीवर्ड का उपयोग किया जाता है?
A
MOST अधिकांश
B
TOP शीर्ष
C
MAX मैक्स
D
UPPER ऊपरी
✅ Correct Answer:
9
EN + हिं
GB How can you change “Hansen” into “Nilsen” in the “LastName” column in the Persons table?
IN आप व्यक्ति तालिका में "अंतिम नाम" कॉलम में "हैनसेन" को "निल्सन" में कैसे बदल सकते हैं?
A
UPDATE Persons SET LastName=’Hansen’ INTO LastName=’Nilsen’ अद्यतन व्यक्तियों ने LastName='Hansen' को LastName='Nilsen' में सेट किया
B
MODIFY Persons SET LastName=’Nilsen’ WHERE LastName=’Hansen’ संशोधित व्यक्तियों ने अंतिम नाम = 'निल्सन' सेट किया जहां अंतिम नाम = 'हैनसेन'
C
MODIFY Persons SET LastName=’Hansen’ INTO LastName=’Nilsen’ व्यक्तियों द्वारा निर्धारित LastName='Hansen' को LastName='Nilsen' में संशोधित करें
D
UPDATE Persons SET LastName=’Nilsen’ WHERE LastName=’Hansen’ अद्यतन व्यक्तियों ने अंतिम नाम = 'निल्सन' सेट किया है, जहां अंतिम नाम = 'हैनसेन' है
✅ Correct Answer:
10
EN + हिं
GB The following SQL is which type of join: SELECT CUSTOMER_T. CUSTOMER_ID, ORDER_T. CUSTOMER_ID, NAME, ORDER_ID FROM CUSTOMER_T,ORDER_T?
IN निम्नलिखित SQL किस प्रकार का जुड़ाव है: SELECT CUSTOMER_T. ग्राहक_आईडी, ऑर्डर_टी. CUSTOMER_ID, NAME, ORDER_ID CUSTOMER_T,ORDER_T से?
A
Equi-join सम में शामिल होने के
B
Natural join प्राकृतिक जुड़ाव
C
Outer join बाहरी जोड़
D
Cartesian join कार्तीय जोड़
✅ Correct Answer:
11
EN + हिं
GB Which forms are based on the concept of functional dependency:
IN कार्यात्मक निर्भरता की अवधारणा पर कौन से रूप आधारित हैं:
A
1NF 1NF
B
2NF 2NF
C
3NF 3NF
D
4NF 4NF
✅ Correct Answer:
12
EN + हिं
GB Which of the following has each related entity set has its own schema and there is an additional schema for the relationship set?
IN निम्नलिखित में से किसमें प्रत्येक संबंधित इकाई सेट की अपनी स्कीमा होती है और संबंध सेट के लिए एक अतिरिक्त स्कीमा होती है?
A
A many-to-many relationship set अनेक-से-अनेक संबंध सेट
B
A multivalued attribute of an entity set किसी इकाई सेट की एक बहुमूल्यवान विशेषता
C
A one-to-many relationship set एक-से-अनेक संबंध सेट
D
None of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
13
EN + हिं
GB Minimal Superkeys are called
IN मिनिमल सुपरकीज़ कहलाती हैं
A
schema keys स्कीमा कुंजियाँ
B
attribute keys विशेषता कुंजियाँ
C
candidate keys उम्मीदवार कुंजी
D
domain keys डोमेन कुंजियाँ
✅ Correct Answer:
14
EN + हिं
GB Data Manipulation Language (DML) is not to
IN डेटा मैनिप्युलेशन लैंग्वेज (डीएमएल) नहीं है
A
insertion of new information into the database डेटाबेस में नई जानकारी सम्मिलित करना
B
modification of information in the database डेटाबेस में जानकारी का संशोधन
C
create information table in the database डेटाबेस में सूचना तालिका बनाएँ
D
deletion of information in the database डेटाबेस में जानकारी का विलोपन
✅ Correct Answer:
15
EN + हिं
GB Which of the following is a problem of file management system?
IN निम्नलिखित में से कौन सी फ़ाइल प्रबंधन प्रणाली की समस्या है?
A
data redundancy and program dependence डेटा अतिरेक और प्रोग्राम निर्भरता
B
all of the options सभी विकल्प
C
difficult to update अद्यतन करना कठिन है
D
lack of data independence डेटा स्वतंत्रता की कमी
✅ Correct Answer:
1–15 of 138