Quiz-1
Q 1. Which of the following is/are reason(s) for the existence of variable length records in database system? / डेटाबेस सिस्टम में वेरिएबल लेंथ रिकॉर्ड्स के अस्तित्व के लिए निम्नलिखित में से कौन सा कारण हैं?
- Storage of multiple record types in a file / एक फाइल में कई रिकॉर्ड प्रकारों का भंडारण
- Record types that allow variable lengths for one or more fields / रिकॉर्ड प्रकार जो एक या अधिक क्षेत्रों के लिए परिवर्तनीय लंबाई की अनुमति देते हैं
- Record types that allow repeating fields / रिकॉर्ड प्रकार जो दोहराने वाले क्षेत्रों की अनुमति देते हैं
- All of the above / उपरोक्त सभी
Q 2. Within a table, the primary key must be unique so that it will identify each row. Which of the following constraints exhibits the above criterion? / किसी टेबल के भीतर, प्राइमरी की यूनिक होनी चाहिए ताकि वह प्रत्येक रो की पहचान कर सके। निम्नलिखित में से कौन सी बाधा उपरोक्त क्रिटेरिओं को प्रदर्शित करती है?
- Referential integrity
- Entity integrity
- Enforced integrity
- Domain integrity
Q 3. A_____________is an attribute in relation of a database that serves as the primary key of another relation in the same database. / _______एक डेटाबेस के संबंध में एक विशेषता है जो उसी डेटाबेस में दूसरे संबंध की प्राथमिक कुंजी के रूप में कार्य करता है।
- Composite Key
- Foreign Key
- Primary Key
- Unique Key
Q 4. Which of the following is an attribute that can uniquely a row in a table? / निम्नलिखित में से कौन सी विशेषता है जो एक तालिका में विशिष्ट रूप से एक पंक्ति कर सकती है?
- Secondary key
- Candidate key
- Foreign key
- Alternate key
Q 5.
Consider a relational table with a single record for each registered student with the following attributes. / निम्नलिखित विशेषताओं के साथ प्रत्येक पंजीकृत छात्र के लिए एकल रिकॉर्ड वाली एक संबंधपरक तालिका पर विचार करें।
Registration_Number : Unique registration number for each registered student
UID : Unique Identity number, unique at the national level for each citizen
Bank Account_Number : Unique account number at the bank. A student can have multiple accounts or joint accounts. This attributes stores the primary account number
Name : Name of the Student
Hostel_Room : Room number of the hostel
Which of the following options is INCORRECT ?
- Bank Account_Number is a candidate key
- Registration_Number can be a primary key
- UID is a candidate key of all students are form the same country
- If S is a super key such that S ∩ UID is NULL then S ∪ UID ∩ is also a super key
Q 6. A relation In which every non- key attribute is fully functionally dependent primary key and has no transitive dependency, is in:- / एक संबंध जिसमें प्रत्येक गैर-कुंजी विशेषता पूरी तरह कार्यात्मक रूप से निर्भर प्राथमिक कुंजी है और उसकी कोई सकर्मक निर्भरता नहीं है, वह है-
- BCNF
- 2NF
- 3NF
- 4NF
Q 7. A ________ is a pictorial depiction of the schema of a database that shows the relations in the database, their attributes, and primary keys and foreign keys. / एक ________ डेटाबेस के स्कीमा का एक सचित्र चित्रण है जो डेटाबेस में संबंधों, उनकी विशेषताओं और प्राथमिक कुंजी और फॉरेन कुंजी को दर्शाता है।
- Schema diagram
- Relational algebra
- Database diagram
- Schema flow
Q 8. State true or false: We cannot specify keys in the Entity-Relationship model / सही या गलत बताएं: हम एंटिटी-रिलेशनशिप मॉडल में कुंजियाँ निर्दिष्ट नहीं कर सकते हैं
- True
- False
- Nothing can be said
- None ot these
Q 9. A relation have 4 attribute with 2 Candidate key then how many possible super keys are there. / एक रिलेशन में 2 कैंडिडेट की के साथ 4 एट्रीब्यूट होते हैं तो कितनी सुपर keys संभव हैं।
- 12
- 14
- 16
- 18
Q 10. if A RELATION have 5 Candidate key then how many alternate key is possible./ यदि एक संबंध में 5 कैंडिडेट कुंजी है तो कितनी अलटरनेट कुंजी संभव है।
- 5
- 4
- 6
- 7