DBMS — MCQ Practice

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

📚 2982 Questions 🌐 Hindi + English ✅ Free
भाषा / Language:
2982 questions
181
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:
182
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:
183
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:
184
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:
185
EN + हिं
GB We can use the following three rules to find logically implied functional dependencies. This collection of rules is called
IN तार्किक रूप से निहित कार्यात्मक निर्भरताएँ खोजने के लिए हम निम्नलिखित तीन नियमों का उपयोग कर सकते हैं। नियमों के इस संग्रह को कहा जाता है
A
Axioms अभिगृहीत
B
Armstrong’s axioms आर्मस्ट्रांग के अभिगृहीत
C
Armstrong आर्मस्ट्रांग
D
Closure समापन
✅ Correct Answer:
186
EN + हिं
GB Which of the following is not Armstrong’s Axiom?
IN निम्नलिखित में से कौन सा आर्मस्ट्रांग का अभिगृहीत नहीं है?
A
Reflexivity rule रिफ्लेक्सिविटी नियम
B
Transitivity rule परिवर्तनशीलता नियम
C
Pseudotransitivity rule छद्मसंक्रमण नियम
D
Augmentation rule संवर्द्धन नियम
✅ Correct Answer:
187
EN + हिं
GB The relation employee(ID,name,street,Credit,street,city,salary) is decomposed into
employee1 (ID, name)
employee2 (name, street, city, salary) This type of decomposition is called
IN संबंध कर्मचारी (आईडी, नाम, सड़क, क्रेडिट, सड़क, शहर, वेतन) को कर्मचारी 1 (आईडी, नाम) कर्मचारी 2 (नाम, सड़क, शहर, वेतन) में विघटित किया जाता है। इस प्रकार के अपघटन को कहा जाता है
A
Lossless decomposition दोषरहित अपघटन
B
Lossless-join decomposition दोषरहित-जुड़ना अपघटन
C
All of the mentioned सभी का उल्लेख किया गया है
D
None of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
188
EN + हिं
GB Inst_dept (ID, name, salary, dept name, building, budget) is decomposed into instructor (ID, name, dept name, salary) department (dept name, building, budget) This comes under
IN Inst_dept (आईडी, नाम, वेतन, विभाग का नाम, भवन, बजट) को प्रशिक्षक (आईडी, नाम, विभाग का नाम, वेतन) विभाग (विभाग का नाम, भवन, बजट) में विघटित किया जाता है।
A
Lossy-join decomposition हानिपूर्ण-जोड़ अपघटन
B
Lossy decomposition हानिपूर्ण अपघटन
C
Lossless-join decomposition दोषरहित-जुड़ना अपघटन
D
Both Lossy and Lossy-join decomposition हानिपूर्ण और हानिपूर्ण दोनों-जुड़ने का अपघटन
✅ Correct Answer:
189
EN + हिं
GB There are two functional dependencies with the same set of attributes on the left side of the arrow:
A->BC A->B
This can be combined as
IN तीर के बाईं ओर विशेषताओं के समान सेट के साथ दो कार्यात्मक निर्भरताएँ हैं: A->BC A->B इसे इस प्रकार जोड़ा जा सकता है
A
A->BC ए->बीसी
B
A->B ए->बी
C
B->C बी->सी
D
None of the mentioned उल्लेखित कोई भी नहीं
✅ Correct Answer:
190
EN + हिं
GB Consider a relation R(A,B,C,D,E) with the following functional dependencies:
ABC -> DE and
D -> AB The number of superkeys of R is:
IN निम्नलिखित कार्यात्मक निर्भरताओं के साथ एक संबंध आर (ए, बी, सी, डी, ई) पर विचार करें: एबीसी -> डीई और डी -> एबी आर की सुपरकी की संख्या है:
A
2 2
B
7 7
C
10 10
D
12 12
✅ Correct Answer:
191
EN + हिं
GB Which, if any, of the two queries above will correctly (in SQL2) get the desired set of employee ID’s?
IN उपरोक्त दो प्रश्नों में से कौन सा, यदि कोई हो, सही ढंग से (SQL2 में) कर्मचारी आईडी का वांछित सेट प्राप्त करेगा?
A
Both I and II I और II दोनों
B
I only मैं केवल
C
II only केवल द्वितीय
D
Neither I nor I न तो मैं और न ही मैं
✅ Correct Answer:
192
EN + हिं
GB Suppose now that R(A,B:) and S(A,B:) are two relations with r and s tuples, respectively
(again, not necessarily distinct). If m is the number of (not necessarily distinct) tuples in the result of the SQL query: R intersect S; Then which of the following is the most restrictive, correct condition on the value of m?
IN अब मान लीजिए कि R(A,B:) और S(A,B:) क्रमशः r और s टुपल्स के साथ दो संबंध हैं (फिर से, जरूरी नहीं कि अलग हों)। यदि m SQL क्वेरी के परिणाम में (जरूरी नहीं कि अलग) टुपल्स की संख्या है: R, S को प्रतिच्छेद करता है; तो फिर निम्नलिखित में से कौन सी m के मान पर सबसे अधिक प्रतिबंधात्मक, सही स्थिति है?
A
m = min(r,s) एम = मिनट(आर,एस)
B
0 <= m <= r + s 0
C
min(r,s) <= m <= max(r,s) मिनट(आर,एस)
D
0 <= m <= min(r,s) 0
✅ Correct Answer:
193
EN + हिं
GB Which of the following is not a key?
IN निम्नलिखित में से कौन सी कुंजी नहीं है?
A
A
B
E
C
B, C बी, सी
D
D डी
✅ Correct Answer:
194
EN + हिं
GB If a relation is in BCNF, then it is also in
IN यदि कोई संबंध बीसीएनएफ में है, तो वह अंदर भी है
A
1 NF 1 एनएफ
B
2 NF 2 एनएफ
C
3 NF 3 एनएफ
D
All of the above ऊपर के सभी
✅ Correct Answer:
195
EN + हिं
GB The____condition allows a general predicate over the relations being joined.
IN ____स्थिति जुड़ने वाले संबंधों पर एक सामान्य विधेय की अनुमति देती है।
A
On पर
B
Using का उपयोग करते हुए
C
Set तय करना
D
Where कहाँ
✅ Correct Answer:
181–195 of 2982