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).

32 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

A relation is given an identity by its ______and description by its _______.

  1. schema,name
  2. name ,schema
  3. both of the above
  4. none of the above
Question 2 Multiple Choice (Single Answer)

 In relational data model each row of a table is called as ______________.

  1. attribute
  2. domain
  3. data record
  4. relation
Question 3 Multiple Choice (Single Answer)

In relational data model column header is called as_________.

  1. domain
  2. tuple
  3. relation
  4. None of the above
Question 4 Multiple Choice (Single Answer)

A column header is called an __________, in relational data model.

  1. Domain
  2. Tuple
  3. Attribute
  4. Relation
Question 5 Multiple Choice (Single Answer)

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.

  1. Shared property
  2. Integrated property
  3. Intellectual property
  4. Both B and C
Question 6 Multiple Choice (Single Answer)

The ________ represents the database as collection of relations, which resembles a table of values (or data table).

  1. Relational data model
  2. ER model
  3. Data model
  4. Both A and B
Question 7 Multiple Choice (Single Answer)

A row is called a _________, in relational data model.

  1. Domain
  2. Tuple
  3. Attribute
  4. Relation
Question 8 Multiple Choice (Single Answer)

In database, __________ means that all those who are authorised to use data/information have access to relevant data.

  1. Shared property
  2. Integrated property
  3. Intellectual property
  4. Both A and B
Question 9 Multiple Choice (Single Answer)

__________ refers to data that have been processed and organised in a form, which is suitable for decision-making.

  1. Data
  2. Database
  3. Information
  4. Reality
Question 10 Multiple Choice (Single Answer)

Among several representational models, __________ is the most popular and widely used in actual practice.

  1. ER Model
  2. Relational Data Model
  3. Data Model
  4. Both ER Model and Relational Data Model
Question 11 Multiple Choice (Single Answer)

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.

  1. Tuple
  2. Domain
  3. Attriibute
  4. Row
Question 12 Multiple Choice (Single Answer)

When a relation has more than one attribute with unique values, each such attribute is called:

  1. Multi-valued
  2. Full functional
  3. Half functional
  4. None of the above
Question 13 Multiple Choice (Single Answer)

The four constraints that can be specified on relational databases are _____________________.

  1. Domain constraints, Key constraints, Entity integrity constraints and Referential integrity constraints.
  2. Key constraints, Database constraints, Normalisation constraints and Referential integrity constraints.
  3. Domain constraints, Database constraints, Normalisation constraints and Entity integrity constraints.
  4. None of these.
Question 14 Multiple Choice (Single Answer)

A __________ is a set of tuples wherein each tuple is an ordered list of values corresponding to attributes of relation.

  1. Data
  2. Relation
  3. Database
  4. Attribute
Question 15 Multiple Choice (Single Answer)

Each row of a table is called a _________, in relational data model.

  1. Data record
  2. Data table
  3. Data system
  4. Data process
Question 16 Multiple Choice (Single Answer)

A __________ is a set of relation schemas and a set of integrity constraints.

  1. Relational database
  2. Relational database schema
  3. Relational schema
  4. Database schema
Question 17 Multiple Choice (Single Answer)

Entity integrity constraint states that no ______ key value can be null because it is used to identify individual tuple in a relation.

  1. Secondary
  2. Primary
  3. Partial
  4. Particular
Question 18 Multiple Choice (Single Answer)

The integrity constraints, specified on ________, must hold in every database state of that schema.

  1. Database
  2. Database relation
  3. Database schema
  4. Database system
Question 19 Multiple Choice (Single Answer)

A special value called ______ is used to represent unknown or not applicable values of attributes in a tuple.

  1. Composite
  2. Multi-valued
  3. Null
  4. Both B and C
Question 20 Multiple Choice (Single Answer)

While ______ and ________ constraints are specified on individual relation, the _______ constraint is specified between two or more relations.

  1. Key, Entity, Referential Integrity
  2. Entity, Candidate, Referential Integrity
  3. Key, Attribute, Referential Integrity
  4. Candidate, Referential Integrity, Attribute
Question 21 Multiple Choice (Single Answer)

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.

  1. Financial key
  2. Super-key
  3. Attribute key
  4. Candidate key
Question 22 Multiple Choice (Single Answer)

____________ is defined as that part of super-key from which any attribute cannot be removed without sacrificing the uniqueness constraint.

  1. Super key
  2. Minimal super-key
  3. Candidate key
  4. Attribute key
Question 23 Multiple Choice (Single Answer)

The minimal super-key is also called ______.

  1. Super key
  2. Key
  3. Candidate key
  4. Both A and B
Question 24 Multiple Choice (Single Answer)

___________ operation is carried out to remove a tuple from a relation.

  1. Modify
  2. Delete
  3. Update
  4. Insert
Question 25 Multiple Choice (Single Answer)

_______ operation on Relational Data Model does not cause violation any integrity constraints.

  1. Retrieval
  2. Updates
  3. Data processing
  4. None of the above
Question 26 Multiple Choice (Single Answer)

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

  1. Only "a"
  2. Only "b"
  3. Both "a" and "b"
  4. None of the above
Question 27 Multiple Choice (Single Answer)

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. 

  1. Only "a" is correct.
  2. Only "b" is correct.
  3. Both "a" and "b" are correct.
  4. None of the above is correct.
Question 28 Multiple Choice (Single Answer)

The value of each attribute of a relation must be an indivisible value and drawn out of possible values associated with its ________. 

  1. Entity
  2. Key
  3. Domain
  4. Referential
Question 29 Multiple Choice (Single Answer)

A ________ state is a set of relation states such that every relational database state satisfies the integrity constraints specified on relational database schema.

  1. Accounting database
  2. Relational database
  3. data management
  4. Database technology
Question 30 Multiple Choice (Single Answer)

The ___________ model represents the database as collection of relations, which resembles a table of values (or data table).

  1. relational data
  2. entity integrity
  3. referential integrity
  4. entity relationship
Question 31 Multiple Choice (Single Answer)

While key and entity constraints are specified on individual relation, the referential integrity constraints is specified between _________ relations. 

  1. one or more
  2. two or more
  3. one or two
  4. none of the above
Question 32 Multiple Choice (Single Answer)

The two categories of operations on relational model are ______ and ______.

  1. Insert, Delete
  2. Updates, Retrieval
  3. Updates, Delete
  4. Retrieval, Insert