DBMS — MCQ Practice

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

📚 639 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
639 questions
1
EN + हिं
GB Which of the following is a Data Model?
IN निम्नलिखित में से कौन सा डेटा मॉडल है?
A
entity-relationship model इकाई-संबंध मॉडल
B
relational data model संबंधपरक डेटा मॉडल
C
object-based data model ऑब्जेक्ट-आधारित डेटा मॉडल
D
all of the above ऊपर के सभी
✅ Correct Answer:
2
EN + हिं
GB The descriptive property possessed by each entity set is _________
IN प्रत्येक इकाई सेट के पास मौजूद वर्णनात्मक संपत्ति _________ है
A
Entity इकाई
B
Attribute गुण
C
Relation रिश्ता
D
Model नमूना
✅ Correct Answer:
3
EN + हिं
GB Entity Relationship model consists of collection of basic objects called _________ and relationship among these objects.
IN इकाई संबंध मॉडल में बुनियादी वस्तुओं का संग्रह होता है जिन्हें _________ कहा जाता है और इन वस्तुओं के बीच संबंध होता है।
A
functions कार्य
B
models मॉडल
C
None of these इनमें से कोई नहीं
D
entities इकाइयां,
✅ Correct Answer:
4
EN + हिं
GB A ________ is a logical grouping of database objects, usually to facilitate security, performance, or the availability of database objects such as tables and indexes.
IN ________ डेटाबेस ऑब्जेक्ट्स का एक तार्किक समूह है, आमतौर पर सुरक्षा, प्रदर्शन, या टेबल और इंडेक्स जैसे डेटाबेस ऑब्जेक्ट्स की उपलब्धता को सुविधाजनक बनाने के लिए।
A
Tablespace टेबल-स्पेस
B
Segments सेगमेंट
C
Extents विस्तार
D
Blocks ब्लाकों
✅ Correct Answer:
5
EN + हिं
GB In a _______ clustering index, the index record contains the search-key value and a pointer to the first data record with that search-key value and the rest of the records will be in the sequential pointers.
IN _______ क्लस्टरिंग इंडेक्स में, इंडेक्स रिकॉर्ड में खोज-कुंजी मान और उस खोज-कुंजी मान के साथ पहले डेटा रिकॉर्ड के लिए एक पॉइंटर होता है और बाकी रिकॉर्ड अनुक्रमिक पॉइंटर्स में होंगे।
A
Dense घना
B
Sparse विरल
C
Straight सीधा
D
Continuous निरंतर
✅ Correct Answer:
6
EN + हिं
GB Which one of the following is a set of one or more attributes taken collectively to uniquely identify a record?
IN निम्नलिखित में से कौन सा एक रिकॉर्ड को विशिष्ट रूप से पहचानने के लिए सामूहिक रूप से ली गई एक या अधिक विशेषताओं का एक सेट है?
A
Candidate key उम्मीदवार कुंजी
B
Sub key उपकुंजी
C
Super key सुपर कुंजी
D
Foreign key विदेशी कुंजी
✅ Correct Answer:
7
EN + हिं
GB What is an Instance of a Database?
IN डेटाबेस का एक उदाहरण क्या है?
A
The logical design of the database system डेटाबेस सिस्टम का तार्किक डिज़ाइन
B
The entire set of attributes of the Database put together in a single relation डेटाबेस की विशेषताओं का पूरा सेट एक ही संबंध में एक साथ रखा गया है
C
The state of the database system at any given point of time किसी भी समय डेटाबेस सिस्टम की स्थिति
D
The initial values inserted into the Database immediately after its creation इसके निर्माण के तुरंत बाद प्रारंभिक मान डेटाबेस में डाले गए
✅ Correct Answer:
8
EN + हिं
GB What does the notnull integrity constraint do?
IN नॉटनल इंटीग्रिटी बाधा क्या करती है?
A
It ensures that at least one tuple is present in the relation यह सुनिश्चित करता है कि संबंध में कम से कम एक टुपल मौजूद है
B
It ensures that at least one foreign key is present in the relation यह सुनिश्चित करता है कि संबंध में कम से कम एक विदेशी कुंजी मौजूद है
C
It ensures that all tuples have a finite value on a specified attribute यह सुनिश्चित करता है कि सभी टुपल्स का एक निर्दिष्ट विशेषता पर एक सीमित मान हो
D
It ensures that all tuples have finite attributes on all the relations यह सुनिश्चित करता है कि सभी टुपल्स के सभी संबंधों पर सीमित गुण हों
✅ Correct Answer:
9
EN + हिं
GB Which SQL statement is used to return only different values?
IN किस SQL ​​कथन का उपयोग केवल भिन्न मान लौटाने के लिए किया जाता है?
A
SELECT DIFFERENT भिन्न चुनें
B
SELECT UNIQUE अद्वितीय का चयन करें
C
SELECT DISTINCT विशिष्ट का चयन करें
D
SELECT ALL सबका चयन करें
✅ Correct Answer:
10
EN + हिं
GB Which of the following statements is true concerning subqueries?
IN सबक्वेरीज़ के संबंध में निम्नलिखित में से कौन सा कथन सत्य है?
A
Involves the use of an inner and outer query इसमें आंतरिक और बाहरी क्वेरी का उपयोग शामिल है
B
Cannot return the same result as a query that is not a subquery उस क्वेरी के समान परिणाम नहीं लौटाया जा सकता जो सबक्वेरी नहीं है
C
Does not start with the word SELECT SELECT शब्द से प्रारंभ नहीं होता
D
All of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
11
EN + हिं
GB Which forms simplifies and ensures that there are minimal data aggregates and repetitive groups:
IN कौन सा फॉर्म सरल बनाता है और सुनिश्चित करता है कि न्यूनतम डेटा समुच्चय और दोहराव वाले समूह हों:
A
1NF 1NF
B
2NF 2NF
C
3NF 3NF
D
All of the mentioned सभी का उल्लेख किया गया है
✅ Correct Answer:
12
EN + हिं
GB The main task carried out in the __________ is to remove repeating attributes to separate tables.
IN __________ में किया गया मुख्य कार्य अलग-अलग तालिकाओं में दोहराई जाने वाली विशेषताओं को हटाना है।
A
First Normal Form पहला सामान्य रूप
B
Second Normal Form दूसरा सामान्य रूप
C
Third Normal Form तीसरा सामान्य रूप
D
Fourth Normal Form चौथा सामान्य रूप
✅ Correct Answer:
13
EN + हिं
GB Column header is refer as
IN कॉलम हेडर को संदर्भित किया जाता है
A
table मेज़
B
domain कार्यक्षेत्र
C
attributes गुण
D
relation रिश्ता
✅ Correct Answer:
14
EN + हिं
GB Database locking concept is used to solve the problem of
IN डेटाबेस लॉकिंग अवधारणा का उपयोग किस समस्या के समाधान के लिए किया जाता है?
A
inconsistent data असंगत डेटा
B
all of the options सभी विकल्प
C
lost update अद्यतन खो गया
D
uncommitted dependency अप्रतिबद्ध निर्भरता
✅ Correct Answer:
15
EN + हिं
GB A type of query that is placed within a WHERE or HAVING clause of another query is called
IN एक प्रकार की क्वेरी जिसे किसी अन्य क्वेरी के WHERE या HAVING क्लॉज के भीतर रखा जाता है, कहलाती है
A
multi-query बहु-प्रश्न
B
sub query उप क्वेरी
C
super query सुपर क्वेरी
D
master query मास्टर क्वेरी
✅ Correct Answer:
1–15 of 639