DBMS — MCQ Practice

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

📚 135 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
135 questions
1
EN + हिं
GB A collection of related data.
IN संबंधित डेटा का संग्रह.
A
Information जानकारी
B
Valuable information बहुमूल्य जानकारी
C
Database डेटाबेस
D
Metadata मेटाडाटा
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Explanation: A database is a collection of related data that is organized and structured in a way that allows for easy access and manipulation. It typically includes data tables, indices, and other components that are used to store, manage, and retrieve data. A database is a useful tool for storing and managing large amounts of structured data, and it is commonly used in a wide range of applications, including business, finance, healthcare, and more.
व्याख्या (हिन्दी) स्पष्टीकरण: एक डेटाबेस संबंधित डेटा का एक संग्रह है जो इस तरह से व्यवस्थित और संरचित किया जाता है जो आसान पहुंच और हेरफेर की अनुमति देता है। इसमें आम तौर पर डेटा टेबल, सूचकांक और अन्य घटक शामिल होते हैं जिनका उपयोग डेटा को संग्रहीत, प्रबंधित और पुनर्प्राप्त करने के लिए किया जाता है। डेटाबेस बड़ी मात्रा में संरचित डेटा को संग्रहीत और प्रबंधित करने के लिए एक उपयोगी उपकरण है, और इसका उपयोग आमतौर पर व्यवसाय, वित्त, स्वास्थ्य देखभाल और अन्य सहित अनुप्रयोगों की एक विस्तृत श्रृंखला में किया जाता है।
2
EN + हिं
GB The function that an entity plays in a relationship is called that entity’s _____________
IN किसी रिश्ते में एक इकाई जो कार्य करती है उसे उस इकाई का _____________ कहा जाता है
A
Participation भाग लेना
B
Position पद
C
Role भूमिका
D
Instance उदाहरण
✅ Correct Answer:
3
EN + हिं
GB Which of the following gives a logical structure of the database graphically?
IN निम्नलिखित में से कौन ग्राफ़िक रूप से डेटाबेस की तार्किक संरचना देता है?
A
Entity-relationship diagram इकाई-संबंध आरेख
B
Entity diagram इकाई आरेख
C
Database diagram डेटाबेस आरेख
D
Architectural representation स्थापत्य प्रतिनिधित्व
✅ Correct Answer:
4
EN + हिं
GB A tablespace is further broken down into ________
IN एक टेबलस्पेस को ________ में विभाजित किया गया है
A
Tablespace टेबल-स्पेस
B
Segments सेगमेंट
C
Extents विस्तार
D
Blocks ब्लाकों
✅ Correct Answer:
5
EN + हिं
GB In a __________ index, an index entry appears for only some of the search-key values.
IN __________ सूचकांक में, एक सूचकांक प्रविष्टि केवल कुछ खोज-कुंजी मानों के लिए दिखाई देती है।
A
Dense घना
B
Sparse विरल
C
Straight सीधा
D
Continuous निरंतर
✅ Correct Answer:
6
EN + हिं
GB Consider attributes ID, CITY and NAME. Which one of this can be considered as a super key?
IN विशेषताओं आईडी, शहर और नाम पर विचार करें। इनमें से किसे सुपर कुंजी माना जा सकता है?
A
NAME नाम
B
ID पहचान
C
CITY शहर
D
CITY, ID शहर, आईडी
✅ Correct Answer:
7
EN + हिं
GB What is a foreign key?
IN विदेशी कुंजी क्या है?
A
A foreign key is a primary key of a relation which is an attribute in another relation एक विदेशी कुंजी एक संबंध की प्राथमिक कुंजी है जो दूसरे संबंध में एक विशेषता है
B
A foreign key is a superkey of a relation which is an attribute in more than one other relations एक विदेशी कुंजी एक रिश्ते की एक सुपरकी है जो एक से अधिक अन्य संबंधों में एक विशेषता है
C
A foreign key is an attribute of a relation that is a primary key of another relation एक विदेशी कुंजी एक संबंध का एक गुण है जो दूसरे संबंध की प्राथमिक कुंजी है
D
A foreign key is the primary key of a relation that does not occur anywhere else in the schema एक विदेशी कुंजी किसी संबंध की प्राथमिक कुंजी है जो स्कीमा में कहीं और नहीं होती है
✅ Correct Answer:
8
EN + हिं
GB Which SQL function is used to count the number of rows in a SQL query?
IN SQL क्वेरी में पंक्तियों की संख्या गिनने के लिए किस SQL ​​फ़ंक्शन का उपयोग किया जाता है?
A
COUNT() गिनती करना()
B
NUMBER() संख्या()
C
SUM() जोड़()
D
COUNT(*) गिनती करना(*)
✅ Correct Answer:
9
EN + हिं
GB Which SQL keyword is used to sort the result-set?
IN परिणाम-सेट को सॉर्ट करने के लिए किस SQL ​​कीवर्ड का उपयोग किया जाता है?
A
ORDER BY द्वारा आदेश
B
SORT क्रम से लगाना
C
ORDER आदेश
D
SORT BY इसके अनुसार क्रमबद्ध करें
✅ Correct Answer:
10
EN + हिं
GB Which of the following is a correlated subquery?
IN निम्नलिखित में से कौन सा सहसंबद्ध सबक्वेरी है?
A
Uses the result of an inner query to determine the processing of an outer query बाहरी क्वेरी की प्रोसेसिंग निर्धारित करने के लिए आंतरिक क्वेरी के परिणाम का उपयोग करता है
B
Uses the result of an outer query to determine the processing of an inner query आंतरिक क्वेरी के प्रसंस्करण को निर्धारित करने के लिए बाहरी क्वेरी के परिणाम का उपयोग करता है
C
Uses the result of an inner query to determine the processing of an inner query किसी आंतरिक क्वेरी के प्रसंस्करण को निर्धारित करने के लिए आंतरिक क्वेरी के परिणाम का उपयोग करता है
D
Uses the result of an outer query to determine the processing of an outer query किसी बाहरी क्वेरी के प्रसंस्करण को निर्धारित करने के लिए बाहरी क्वेरी के परिणाम का उपयोग करता है
✅ Correct Answer:
11
EN + हिं
GB Which forms has a relation that possesses data about an individual entity:
IN किस प्रपत्र में एक संबंध है जिसमें एक व्यक्तिगत इकाई के बारे में डेटा होता है:
A
2NF 2NF
B
3NF 3NF
C
4NF 4NF
D
5NF 5NF
✅ Correct Answer:
12
EN + हिं
GB Which forms has a relation that possesses data about an individual entity?
IN किस फॉर्म में ऐसा संबंध होता है जिसमें किसी व्यक्तिगत इकाई के बारे में डेटा होता है?
A
2NF 2NF
B
3NF 3NF
C
4NF 4NF
D
5NF 5NF
✅ Correct Answer:
13
EN + हिं
GB _______ allow us to identify uniquely a tuple in the relation.
IN _______ हमें संबंध में विशिष्ट रूप से टुपल की पहचान करने की अनुमति देता है।
A
schema योजना
B
superkey सुपरकी
C
domain कार्यक्षेत्र
D
attribute गुण
✅ Correct Answer:
14
EN + हिं
GB UML is stands for
IN यूएमएल का मतलब है
A
universal modeling language सार्वभौमिक मॉडलिंग भाषा
B
united modeling language संयुक्त मॉडलिंग भाषा
C
uni modeling language यूनी मॉडलिंग भाषा
D
unified modeling language एकीकृत मॉडलिंग भाषा
✅ Correct Answer:
15
EN + हिं
GB A form defined
IN एक रूप परिभाषित
A
none of the options कोई भी विकल्प नहीं
B
where data is placed on the screen जहां डेटा स्क्रीन पर रखा जाता है
C
the width of each field प्रत्येक फ़ील्ड की चौड़ाई
D
both where data is placed on the screen and the width of each field दोनों जहां डेटा स्क्रीन पर रखा जाता है और प्रत्येक फ़ील्ड की चौड़ाई
✅ Correct Answer:
1–15 of 135