ADVANCE RDBMS Solved MCQ 2020-21
BCA 5 semester | HNBGU
Read Also:
-
A relational algebra operation annotated with instructions on how to evaluate it is called_______
- Evaluation algebra
- Evaluation plan
- Evaluation engine
-
A sequence of primitive operations that can be used to evaluate a query are called as_______.
- Query evaluation algebra
- Query evaluation primitive
- Query evaluation engine
-
The lowest level operator to access data in query processing is_______
- File manipulation
- File handling
- File organization
-
Search algorithms that use an index are referred to as_______
- Search scans
- Primary scans
- Equality scans
-
Sorting of relations that do not fit in memory is called as_______
- Internal sorting
- Overflow sorting
- Overload sorting
-
A relational database consists of a collection of:
- Fields
- Records
- Keys
-
A_______ in a table represents a relationship among a set of values.
- Column
- Row
- Entry
-
The relational model is concerned with :
- Data structure and Data integrity
- Data manipulation
- None of the above
-
Which key provides the basic tuple-level addressing mechanism in a relational System ?
- Alternative Key
- Primary Key
- None of the above
-
The union of Primary keys of the related entity sets becomes a_______ of the relation.
- Candidate Key
- Foreign Key
- Primary Key
-
A host language is :
- Query Language
- Storage Definition Language
- None of the above
-
A primary key :
- is also referred to as a composite key
- is a unique identifier in a column
- must be accompanied by a corresponding foreign key
-
Duplicate data is referred to as:
- accurate data
- storage data
- None of the above
-
A relation in third normal form is:
- in first normal form also
- from transitive dependencies
- All of the above
-
Which command is used to remove all rows from a table ?
- Delete
- Remove
- Truncate
-
What is the language used by most of the DBMS for helping their users to access data ?
- High level language
- SQL
- 4GL
-
A command that lets you change one or more fields in a record is :
- Insert
- Look-up
- All of the above
-
The modify operation is likely to be done after:
- Delete
- Look-up
- None of the above
-
Which of the following is an aggregate function in SQL.?
- Union
- Like
- Group
-
Which one of these is an aggregate function in SQL ?
- SELECT
- ORDER BY
- None of the above
-
Transactions are Initiated by BEGIN TRANSACTION and terminated:
- by COMMIT TRANSACTION
- by ROLL BACK TRANSACTION
- None of the above
-
iterative execution of a statement block :
- WHILE statement
- BREAK statement
- None of the above
-
The statement in SQL which allows changing the definition of a table is:
- Update
- Create
- Select
-
E-R model uses this symbol to represent a weak entity set:
- Dotted rectangle
- Diamond
- Nọne of the above
-
_______ produces the relation that has attributes of R1 and R2.
- Difference
- Intersection
- Product
-
It is better to use files than a DBMS when there are :
- Stringent real-time requirements
- Complex relationships among data
- All of the above
-
What is a relationship called when it is maintained between two entities ?
- Unary
- Ternary
- Quaternary
-
Which of the following is a valid SQL type?
- CHARACTER
- NUMERIC
- FLOAT
-
The RDBMS terminology for a row is:
- relation
- attribute
- degree
-
Which database level is closest to the users ?
- Internal
- Physical
- Conceptual
-
Which of the following is a comparison operator in SQL ?
- LIKE
- BETWEEN
- All of the above
-
NULL is :
- the same as 0 for integer
- the same as blank for character
- the same as 0 for integer and blank for character
-
A primary key is combined with a foreign key creates :
- Many many relationships to between the tables that connect them.
- Network model between the tables that connect them.
- None of the above
-
In E-R Diagram relationship type is represented by:
- Ellipse
- Dashed ellipse
- Rectangle
-
To delete a particular column in a relation the command used is:
- UPDATE
- DROP
- DELETE