Relational databases and schemas - class-XII
Covers relational data model concepts, database schemas, tuples, attributes, relations, keys, super-keys, and integrity constraints (domain, entity, referential).
Questions
A relation is given an identity by its ______and description by its _______.
- schema,name
- name ,schema
- both of the above
- none of the above
In relational data model each row of a table is called as ______________.
- attribute
- domain
- data record
- relation
In relational data model column header is called as_________.
- domain
- tuple
- relation
- None of the above
A column header is called an __________, in relational data model.
- Domain
- Tuple
- Attribute
- Relation
In database, the ___________ implies that distinct tables have been logically organised and the purpose is to reduce or eliminate redundancy (or duplicity) and also to facilitate better data access.
- Shared property
- Integrated property
- Intellectual property
- Both B and C
The ________ represents the database as collection of relations, which resembles a table of values (or data table).
- Relational data model
- ER model
- Data model
- Both A and B
A row is called a _________, in relational data model.
- Domain
- Tuple
- Attribute
- Relation
In database, __________ means that all those who are authorised to use data/information have access to relevant data.
- Shared property
- Integrated property
- Intellectual property
- Both A and B
__________ refers to data that have been processed and organised in a form, which is suitable for decision-making.
- Data
- Database
- Information
- Reality
Among several representational models, __________ is the most popular and widely used in actual practice.
- ER Model
- Relational Data Model
- Data Model
- Both ER Model and Relational Data Model
The data type describing the types of values (such as text value, numeric values, data values, currency value, etc.) that can appear in each column is called a ________, which is a set of indivisible values.
- Tuple
- Domain
- Attriibute
- Row
When a relation has more than one attribute with unique values, each such attribute is called:
- Multi-valued
- Full functional
- Half functional
- None of the above
The four constraints that can be specified on relational databases are _____________________.
- Domain constraints, Key constraints, Entity integrity constraints and Referential integrity constraints.
- Key constraints, Database constraints, Normalisation constraints and Referential integrity constraints.
- Domain constraints, Database constraints, Normalisation constraints and Entity integrity constraints.
- None of these.
A __________ is a set of tuples wherein each tuple is an ordered list of values corresponding to attributes of relation.
- Data
- Relation
- Database
- Attribute
Each row of a table is called a _________, in relational data model.
- Data record
- Data table
- Data system
- Data process
A __________ is a set of relation schemas and a set of integrity constraints.
- Relational database
- Relational database schema
- Relational schema
- Database schema
Entity integrity constraint states that no ______ key value can be null because it is used to identify individual tuple in a relation.
- Secondary
- Primary
- Partial
- Particular
The integrity constraints, specified on ________, must hold in every database state of that schema.
- Database
- Database relation
- Database schema
- Database system
A special value called ______ is used to represent unknown or not applicable values of attributes in a tuple.
- Composite
- Multi-valued
- Null
- Both B and C
While ______ and ________ constraints are specified on individual relation, the _______ constraint is specified between two or more relations.
- Key, Entity, Referential Integrity
- Entity, Candidate, Referential Integrity
- Key, Attribute, Referential Integrity
- Candidate, Referential Integrity, Attribute
Every relation that has at least one key by default, which is the combination of all its attributes is called _________ by default, which specifies uniqueness constraint.
- Financial key
- Super-key
- Attribute key
- Candidate key
____________ is defined as that part of super-key from which any attribute cannot be removed without sacrificing the uniqueness constraint.
- Super key
- Minimal super-key
- Candidate key
- Attribute key
The minimal super-key is also called ______.
- Super key
- Key
- Candidate key
- Both A and B
___________ operation is carried out to remove a tuple from a relation.
- Modify
- Delete
- Update
- Insert
_______ operation on Relational Data Model does not cause violation any integrity constraints.
- Retrieval
- Updates
- Data processing
- None of the above
Which of the following are the constraints of database schemas?
a. Domain constraints, Key constraints, Entity integrity constraints, Referential integrity constraints
b. Domain constraints, Data constraints, Entity integrity constraints, Referential integrity constraints
- Only "a"
- Only "b"
- Both "a" and "b"
- None of the above
Which of the following statements are correct for Relational Data Model (RDM):
a. Relational Data Model (RDM) is the most popular and widely used in actual practice.
b. Relational data model represents the database as collection of relations, which resembles a table of values.
- Only "a" is correct.
- Only "b" is correct.
- Both "a" and "b" are correct.
- None of the above is correct.
The value of each attribute of a relation must be an indivisible value and drawn out of possible values associated with its ________.
- Entity
- Key
- Domain
- Referential
A ________ state is a set of relation states such that every relational database state satisfies the integrity constraints specified on relational database schema.
- Accounting database
- Relational database
- data management
- Database technology
The ___________ model represents the database as collection of relations, which resembles a table of values (or data table).
- relational data
- entity integrity
- referential integrity
- entity relationship
While key and entity constraints are specified on individual relation, the referential integrity constraints is specified between _________ relations.
- one or more
- two or more
- one or two
- none of the above
The two categories of operations on relational model are ______ and ______.
- Insert, Delete
- Updates, Retrieval
- Updates, Delete
- Retrieval, Insert