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
166
EN + हिं Easy
GB A minimal superkey is called
IN न्यूनतम सुपरकी कहा जाता है
A
Foreign key विदेशी कुंजी
B
Primary key प्राथमिक कुंजी
C
Candidate key उम्मीदवार कुंजी
D
Super attribute अति उत्तम विशेषता
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Candidate key: a minimal superkey - no proper subset of it is also a superkey.
व्याख्या (हिन्दी) उम्मीदवार कुंजी: एक न्यूनतम सुपरकी - इसका कोई उचित उपसमुच्चय भी एक सुपरकी नहीं है।
167
EN + हिं Easy
GB Referential integrity requires
IN संदर्भात्मक अखंडता की आवश्यकता है
A
Primary keys to be unique प्राथमिक कुंजियाँ अद्वितीय होनी चाहिए
B
Foreign key values to match existing primary key values in referenced relation संदर्भित संबंध में मौजूदा प्राथमिक कुंजी मानों से मेल खाने के लिए विदेशी कुंजी मान
C
All attributes non-null सभी विशेषताएँ शून्य नहीं हैं
D
Tuples to be ordered टुपल्स का ऑर्डर दिया जाना है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Referential integrity: every FK value must match an existing PK value in the referenced relation (or be NULL).
व्याख्या (हिन्दी) संदर्भात्मक अखंडता: प्रत्येक FK मान को संदर्भित संबंध में मौजूदा PK मान से मेल खाना चाहिए (या NULL होना चाहिए)।
168
EN + हिं Easy
GB NULL in a database represents
IN डेटाबेस में NULL दर्शाता है
A
Zero value शून्य मान
B
Empty string खाली स्ट्रिंग
C
Unknown or non-existent value अज्ञात या अस्तित्वहीन मूल्य
D
The number one नंबर एक
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) NULL signifies value is unknown, missing, or not applicable - not zero or empty string.
व्याख्या (हिन्दी) NULL का अर्थ है कि मान अज्ञात है, गायब है, या लागू नहीं है - शून्य या खाली स्ट्रिंग नहीं।
169
EN + हिं Easy
GB Which SQL language specifies the database schema?
IN कौन सी SQL भाषा डेटाबेस स्कीमा निर्दिष्ट करती है?
A
DML डीएमएल
B
DDL डीडीएल
C
DCL डीसीएल
D
TCL टीसीएल
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) DDL (Data Definition Language): specifies schema, constraints, creates/modifies/drops tables.
व्याख्या (हिन्दी) डीडीएल (डेटा डेफिनिशन लैंग्वेज): स्कीमा, बाधाओं को निर्दिष्ट करता है, तालिकाएँ बनाता/संशोधित/छोड़ता है।
170
EN + हिं Easy
GB A schema diagram shows
IN एक स्कीमा आरेख दिखाता है
A
Current data in tables तालिकाओं में वर्तमान डेटा
B
Database schema with PK and FK dependencies पीके और एफके निर्भरता के साथ डेटाबेस स्कीमा
C
Query execution plans क्वेरी निष्पादन योजनाएँ
D
User access logs उपयोगकर्ता पहुंच लॉग
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Schema diagram depicts the database schema with primary key and foreign key dependencies.
व्याख्या (हिन्दी) स्कीमा आरेख प्राथमिक कुंजी और विदेशी कुंजी निर्भरता के साथ डेटाबेस स्कीमा को दर्शाता है।
171
EN + हिं Easy
GB Which storage manager component handles integrity constraints?
IN कौन सा भंडारण प्रबंधक घटक अखंडता बाधाओं को संभालता है?
A
Buffer manager बफ़र प्रबंधक
B
File manager फ़ाइल मैनेजर
C
Authorization and integrity manager प्राधिकरण और अखंडता प्रबंधक
D
Transaction manager लेन-देन प्रबंधक
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Authorization and integrity manager: tests satisfaction of integrity constraints and checks user authority.
व्याख्या (हिन्दी) प्राधिकरण और अखंडता प्रबंधक: अखंडता बाधाओं की संतुष्टि का परीक्षण करता है और उपयोगकर्ता प्राधिकरण की जांच करता है।
172
EN + हिं Easy
GB An attribute referencing PK of another relation is called
IN किसी अन्य संबंध के पीके को संदर्भित करने वाली विशेषता को कहा जाता है
A
Superkey सुपरकी
B
Candidate key उम्मीदवार कुंजी
C
Primary key प्राथमिक कुंजी
D
Foreign key विदेशी कुंजी
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Foreign key: an attribute in relation r1 whose values match primary key values in another relation r2.
व्याख्या (हिन्दी) विदेशी कुंजी: संबंध r1 में एक विशेषता जिसका मान किसी अन्य संबंध r2 में प्राथमिक कुंजी मानों से मेल खाता है।
173
EN + हिं Easy
GB Domain of an attribute is
IN किसी विशेषता का डोमेन है
A
Current values stored वर्तमान मान संग्रहीत
B
Set of all possible valid values for that attribute उस विशेषता के लिए सभी संभावित मान्य मानों का सेट
C
Primary key values प्राथमिक कुंजी मान
D
NULL values only केवल शून्य मान
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Domain: the pool of all permitted values an attribute can take.
व्याख्या (हिन्दी) डोमेन: सभी अनुमत मानों का पूल जो एक विशेषता ले सकता है।
174
EN + हिं Easy
GB Integrity constraints include
IN सत्यनिष्ठा बाधाओं में शामिल हैं
A
Only primary key constraints केवल प्राथमिक कुंजी बाधाएँ
B
Domain, key, entity integrity, and referential integrity constraints डोमेन, कुंजी, इकाई अखंडता, और संदर्भात्मक अखंडता बाधाएँ
C
Only foreign key constraints केवल विदेशी कुंजी बाधाएँ
D
Only NULL constraints केवल शून्य बाधाएँ
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Relational integrity: domain constraints, key constraints, entity integrity (PK not NULL), referential integrity.
व्याख्या (हिन्दी) संबंधपरक अखंडता: डोमेन बाधाएं, मुख्य बाधाएं, इकाई अखंडता (पीके NULL नहीं), संदर्भात्मक अखंडता।
175
EN + हिं Easy
GB Entity integrity constraint states
IN इकाई अखंडता बाधा स्थितियाँ
A
Foreign keys cannot be NULL विदेशी कुंजियाँ शून्य नहीं हो सकतीं
B
Primary key attributes must NOT be NULL प्राथमिक कुंजी विशेषताएँ शून्य नहीं होनी चाहिए
C
All attributes must be unique सभी विशेषताएँ अद्वितीय होनी चाहिए
D
Tuples must be ordered टुपल्स का ऑर्डर दिया जाना चाहिए
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Entity integrity: no primary key attribute in a base relation can have a NULL value.
व्याख्या (हिन्दी) इकाई अखंडता: आधार संबंध में किसी भी प्राथमिक कुंजी विशेषता का शून्य मान नहीं हो सकता है।
176
EN + हिं Easy
GB Concurrent access anomalies in file systems occur because
IN फ़ाइल सिस्टम में समवर्ती पहुँच विसंगतियाँ इसलिए उत्पन्न होती हैं
A
Files are too large फ़ाइलें बहुत बड़ी हैं
B
Multiple users update data simultaneously without coordination leading to inconsistency एकाधिक उपयोगकर्ता बिना समन्वय के एक साथ डेटा अपडेट करते हैं जिससे असंगति पैदा होती है
C
Networks are slow नेटवर्क धीमे हैं
D
Disks are full डिस्क भरी हुई हैं
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Concurrent access anomaly: multiple simultaneous updates without coordination cause inconsistent results.
व्याख्या (हिन्दी) समवर्ती पहुंच विसंगति: समन्वय के बिना एक साथ कई अपडेट असंगत परिणामों का कारण बनते हैं।
177
EN + हिं Easy
GB Security problem in file processing systems is that
IN फ़ाइल प्रोसेसिंग सिस्टम में सुरक्षा समस्या वह है
A
Data is always encrypted डेटा हमेशा एन्क्रिप्टेड होता है
B
Enforcing access constraints is difficult in ad hoc file-based systems तदर्थ फ़ाइल-आधारित सिस्टम में पहुंच संबंधी बाधाओं को लागू करना कठिन है
C
All users have equal access सभी उपयोगकर्ताओं को समान पहुंच प्राप्त है
D
Data is always secure डेटा हमेशा सुरक्षित रहता है
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) File systems: security constraints are hard to enforce since application programs are added in ad hoc manner.
व्याख्या (हिन्दी) फ़ाइल सिस्टम: सुरक्षा बाधाओं को लागू करना कठिन है क्योंकि एप्लिकेशन प्रोग्राम तदर्थ तरीके से जोड़े जाते हैं।
178
EN + हिं Easy
GB A database-management system (DBMS) is
IN एक डेटाबेस-प्रबंधन प्रणाली (डीबीएमएस) है
A
Only a storage system केवल एक भंडारण प्रणाली
B
A collection of interrelated data AND set of programs to access those data परस्पर संबंधित डेटा का संग्रह और उन डेटा तक पहुंचने के लिए कार्यक्रमों का सेट
C
Only query processing software केवल क्वेरी प्रोसेसिंग सॉफ्टवेयर
D
Only a backup system केवल एक बैकअप सिस्टम
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) DBMS: a collection of interrelated data and a set of programs to access those data efficiently.
व्याख्या (हिन्दी) DBMS: परस्पर संबंधित डेटा का एक संग्रह और उन डेटा तक कुशलतापूर्वक पहुंचने के लिए कार्यक्रमों का एक सेट।
179
EN + हिं Easy
GB Which symbol represents an entity in ER notation?
IN ईआर नोटेशन में कौन सा प्रतीक एक इकाई का प्रतिनिधित्व करता है?
A
Diamond डायमंड
B
Ellipse अंडाकार
C
Rectangle आयत
D
Triangle त्रिकोण
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Entities are represented by rectangles in Chen's ER notation.
व्याख्या (हिन्दी) चेन के ईआर नोटेशन में संस्थाओं को आयतों द्वारा दर्शाया जाता है।
180
EN + हिं Easy
GB Which symbol represents a relationship in ER notation?
IN ईआर नोटेशन में कौन सा प्रतीक एक रिश्ते का प्रतिनिधित्व करता है?
A
Rectangle आयत
B
Ellipse अंडाकार
C
Double rectangle दोहरा आयत
D
Diamond डायमंड
✅ Correct Answer:
💡 Explanation / व्याख्या
Explanation (English) Relationships are represented by diamond shapes in Chen's ER notation.
व्याख्या (हिन्दी) चेन के ईआर नोटेशन में रिश्तों को हीरे की आकृतियों द्वारा दर्शाया जाता है।
166–180 of 639