हम सभी लोग जानते हैं कि इस टाइम पर ऑनलाइन परीक्षा बहुत कठिन परीक्षाओं में से एक है, इसलिए हम आप लोगो के लिये DBMS की बेहतर क्विज लेकर आये है , जो कि बहुत महत्वपूर्ण है। यदि आप उस समय अधिक स्कोर प्राप्त करना चाहते हैं तो आपको D.B.M.S. क्विज का डेली प्रयास करना होता है |
|| चलिये अब हम चलते है अपनी क्विज पर ||
आओ स्टार्ट करें क्वेश्चनों की कहानी |
जो आप को बनायेगी सबसे अलग | |
आप हमारे व्हाट्सएप पर जुड़ने के लिए इस
लिंक👉 https://chat.whatsapp.com/HSSdTk22q3m10GbCzW4ECV
1. A relational database consists of a collection of
Explain:- Fields are the column of the relation or tables. Records are each row in a relation. Keys are the constraints in a relation.
2. A ________ in a table represents a relationship among a set of values.
Explain:- Column has only one set of values. Keys are constraints and row is one whole set of attributes. Entry is just a piece of data.
3. The term _______ is used to refer to a row.
Explain:- Tuple is one entry of the relation with several attributes which are fields.
4. The term attribute refers to a ___________ of a table.
Explain:- Attribute is a specific domain in the relation which has entries of all tuples..
5. For each attribute of a relation, there is a set of permitted values, called the ________ of that attribute..
Explain:- The values of the attribute should be present in the domain. Domain is a set of values permitted.
6. Database __________ which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time.
Explain:- Instance is an instance of time and schema is a representation.
7. Course(course_id,sec_id,semester) Here the course_id,sec_id and semester are __________ and course is a _________.
Explain:- The relation course has a set of attributes course_id,sec_id,semester .
8. Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary) Here the dept_name attribute appears in both the relations. Here using common attributes in relation schema is one way of relating ___________ relations.
Explain:- Here the relations are connected by the common attributes.
9. A domain is atomic if elements of the domain are considered to be ____________ units.
Explain:- None
10. The tuples of the relations can be of ________ order.
Explain:- The values only count. The order of the tuples does not matter.