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 manages the interaction between __________ and database.
IN DBMS __________ और डेटाबेस के बीच इंटरैक्शन का प्रबंधन करता है।
A
Users उपयोगकर्ताओं
B
Clients ग्राहकों
C
End Users आखिरी उपयोगकर्ता
D
Stake Holders हितधारक
✅ Correct Answer:
2
EN + हिं
GB In a relation between the entities the type and condition of the relation should be specified. That is called as______attribute.
IN संस्थाओं के बीच संबंध में संबंध के प्रकार और स्थिति को निर्दिष्ट किया जाना चाहिए। इसे ______विशेषता कहा जाता है।
A
Desciptive वर्णनात्मक
B
Derived व्युत्पन्न
C
Recursive पुनरावर्ती
D
Relative रिश्तेदार
✅ Correct Answer:
3
EN + हिं
GB We indicate roles in E-R diagrams by labeling the lines that connect ___________ to __________
IN हम ___________ को __________ से जोड़ने वाली रेखाओं को लेबल करके ई-आर आरेखों में भूमिकाएँ दर्शाते हैं।
A
Diamond , diamond हीरा, हीरा
B
Rectangle, diamond आयत, हीरा
C
Rectangle, rectangle आयत, आयत
D
Diamond, rectangle हीरा, आयत
✅ Correct Answer:
4
EN + हिं
GB ________ is the smallest unit of allocation in an Oracle database.
IN ________ Oracle डेटाबेस में आवंटन की सबसे छोटी इकाई है।
A
Database डेटाबेस
B
Instance उदाहरण
C
Tablespace टेबल-स्पेस
D
Database Block डेटाबेस ब्लॉक
✅ Correct Answer:
5
EN + हिं
GB A search key containing more than one attribute is referred to as a _________ search key.
IN एक से अधिक विशेषता वाली खोज कुंजी को _________ खोज कुंजी कहा जाता है।
A
Simple सरल
B
Composite कम्पोजिट
C
Compound मिश्रण
D
Secondary माध्यमिक
✅ Correct Answer:
6
EN + हिं
GB An attribute in a relation is a foreign key if the _______ key from one relation is used as an attribute in that relation.
IN किसी संबंध में एक विशेषता एक विदेशी कुंजी है यदि एक संबंध से _______ कुंजी का उपयोग उस संबंध में एक विशेषता के रूप में किया जाता है।
A
Candidate उम्मीदवार
B
Primary प्राथमिक
C
Super बहुत अच्छा
D
Sub उप
✅ Correct Answer:
7
EN + हिं
GB What does the “x” operator do in relational algebra?
IN संबंधपरक बीजगणित में "x" ऑपरेटर क्या करता है?
A
Output specified attributes from all rows of the input relation. Remove duplicate tuples from the output इनपुट संबंध की सभी पंक्तियों से निर्दिष्ट विशेषताएँ आउटपुट करें। आउटपुट से डुप्लिकेट टुपल्स हटाएं
B
Output 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
Returns the rows of the input relation that satisfy the predicate इनपुट संबंध की पंक्तियाँ लौटाता है जो विधेय को संतुष्ट करती हैं
✅ Correct Answer:
8
EN + हिं
GB Which of the following SQL clauses is used to DELETE tuples from a database table?
IN निम्नलिखित में से किस SQL ​​क्लॉज़ का उपयोग डेटाबेस तालिका से टुपल्स को हटाने के लिए किया जाता है?
A
DELETE मिटाना
B
REMOVE निकालना
C
DROP बूँद
D
CLEAR स्पष्ट
✅ Correct Answer:
9
EN + हिं
GB Which of the following command makes the updates performed by the transaction permanent in the database?
IN निम्नलिखित में से कौन सा कमांड लेनदेन द्वारा किए गए अपडेट को डेटाबेस में स्थायी बनाता है?
A
ROLLBACK रोलबैक
B
COMMIT प्रतिबद्ध
C
TRUNCATE काट-छांट
D
DELETE मिटाना
✅ Correct Answer:
10
EN + हिं
GB Which is not a type of join in T-SQL?
IN T-SQL में कौन सा जॉइन का प्रकार नहीं है?
A
Equi-join सम में शामिल होने के
B
Natural join प्राकृतिक जुड़ाव
C
Outer join बाहरी जोड़
D
Cartesian join कार्तीय जोड़
✅ Correct Answer:
11
EN + हिं
GB Empdt1(empcode, name, street, city, state, pincode). For any pincode, there is only one city and state. Also, for given street, city and state, there is just one pincode. In normalization terms, empdt1 is a relation in
IN Empdt1(एम्पकोड, नाम, सड़क, शहर, राज्य, पिनकोड)। किसी भी पिनकोड के लिए केवल एक शहर और राज्य होता है। साथ ही, दी गई सड़क, शहर और राज्य के लिए केवल एक पिनकोड है। सामान्यीकरण के संदर्भ में, empdt1 एक संबंध है
A
1 NF only केवल 1 एनएफ
B
2 NF and hence also in 1 NF 2 एनएफ और इसलिए 1 एनएफ में भी
C
3NF and hence also in 2NF and 1NF 3NF और इसलिए 2NF और 1NF में भी
D
BCNF and hence also in 3NF, 2NF and 1NF बीसीएनएफ और इसलिए 3एनएफ, 2एनएफ और 1एनएफ में भी
✅ Correct Answer:
12
EN + हिं
GB Fifth Normal form is concerned with
IN पांचवे सामान्य रूप का संबंध है
A
Functional dependency कार्यात्मक निर्भरता
B
Multivalued dependency बहुमूल्यवान निर्भरता
C
Join dependency निर्भरता से जुड़ें
D
Domain-key डोमेन कुंजी
✅ Correct Answer:
13
EN + हिं
GB Which of the following is not Modification of the Database
IN निम्नलिखित में से कौन सा डेटाबेस का संशोधन नहीं है
A
updating अद्यतन करने
B
sorting छँटाई
C
deletion विलोपन
D
insertion प्रविष्टि
✅ Correct Answer:
14
EN + हिं
GB Which of the following in true regarding Referential Integrity?
IN रेफ़रेंशियल इंटीग्रिटी के संबंध में निम्नलिखित में से कौन सा सत्य है?
A
every primary-key value must match a primary-key value in an associated table प्रत्येक प्राथमिक-कुंजी मान को संबंधित तालिका में प्राथमिक-कुंजी मान से मेल खाना चाहिए
B
every primary-key value must match a foreign-key value in an associated table प्रत्येक प्राथमिक-कुंजी मान को संबद्ध तालिका में विदेशी-कुंजी मान से मेल खाना चाहिए
C
every foreign-key value must match a foreign-key value in an associated table प्रत्येक विदेशी-कुंजी मान को संबद्ध तालिका में विदेशी-कुंजी मान से मेल खाना चाहिए
D
every foreign-key value must match a primary-key value in an associated table प्रत्येक विदेशी-कुंजी मान को संबद्ध तालिका में प्राथमिक-कुंजी मान से मेल खाना चाहिए
✅ Correct Answer:
15
EN + हिं
GB Which of the following is not an advantage of the database approach
IN निम्नलिखित में से कौन सा डेटाबेस दृष्टिकोण का लाभ नहीं है
A
elimination of data redundancy डेटा अतिरेक का उन्मूलन
B
ability of associate deleted data हटाए गए डेटा को संबद्ध करने की क्षमता
C
increased security and program/data independence बढ़ी हुई सुरक्षा और कार्यक्रम/डेटा स्वतंत्रता
D
all of the above ऊपर के सभी
✅ Correct Answer:
1–15 of 138