This sets of MCQs describes about Query Processing Techniques which includes translations on high level Queries into low level expressions that can be used at physical level of file system, query optimization and actual execution of query to get the actual result.
Which of the following is the oldest database model?
Which of the following schemas does define a view or views of the database for particular users?
Which of the following is an attribute that can uniquely identify a row in a table?
Which of the following are the process of selecting the data storage and data access characteristics of the database?
Which of the following terms does refer to the correctness and completeness of the data in a database?
Which of the following is a group of one or more attributes that uniquely identifies a row?
Table is synonymous with the term:
A collection of data designed to be used by different people is called a/an,
Organization
Database
Relationship
Schema
If the state of the database no longer reflects a real state of the world that the database is supposed to capture, then such a state is called,
Consistent state
Parallel state
Durable state
Inconsistent state
The relationship between DEPARTMENT and EMPLOYEE is a,
One-to-one relationship
One-to-many relationship
Many-to-many relationship
Many-to-one relationship
A table can be logically connected to another table by defining a,
Super key
Candidate key
Primary key
Unique key
Ensuring isolation property is the responsibility of the_______.
Recovery-management component of the DBMS
Concurrency-control component of the DBMS
Transaction-management component of the DBMS
Buffer management component in DBMS
A relation is considered a:
Column.
One-dimensional table.
Two-dimensional table.
Three-dimensional table.
In the relational model, relationships between relations or tables are created by using:
Composite keys.
Determinants.
Candidate keys.
Foreign keys.
A functional dependency is a relationship between or among:
Tables.
Rows.
Relations.
Attributes.