MCQ’s on DBMS
Q1. In the relational model cardinality is termed as:
- A number of tuples
- A number of attributes
- A number of tables
- A number of constraints
Q2. ODBC stands for
- Object Database Connectivity.
- Oral Database Connectivity.
- Oracle Database Connectivity.
- Open Database Connectivity.
Q3. Which one of the following is a set of one or more attributes taken collectively to uniquely identify a record?
- Candidate key
- Sub key
- Super key
- Foreign key
Q4. A logical schema
- Is the entire database.
- describe data in terms of relational tables and columns, object-oriented classes, and XML tags.
- Describes how data is actually stored on disk.
- Both (A) and (C)
Q5. A relational database developer refers to a record as
- A criteria.
- A relation.
- A tuple.
- An attribute.
Q6. A _____ is a property of the entire relation, rather than of the individual tuples in which each tuple is unique.
- Rows
- Key
- Attribute
- Fields
Q7. Which one of the following cannot be taken as a primary key?
- Id
- Register number
- Dept_id
- Street
Q8. An attribute in a relation is a foreign key if the _______ key from one relation is used as an attribute in that relation.
- Candidate
- Primary
- Super
- Sub
Q9. Architecture of the database can be viewed as
- two levels.
- four levels.
- three levels.
- one level.
Q10. In a relational model, relations are termed as
- Tuples.
- Attributes
- Tables.
- Rows.
Q11. The method in which records are physically stored in a specified order according to a key field in each record is
- Hash
- Direct
- Sequential
- All of the above.
Q12 An advantage of the database management approach is
- Data is dependent on programs
- Data redundancy increases.
- Data is integrated and can be accessed by multiple programs.
- None of the above
Q13. Relational calculus is a
- Procedural language.
- Non- Procedural language.
- Data definition language.
- High level language.
Q14. Cartesian product in relational algebra is
- a Unary operator.
- a Binary operator.
- a Ternary operator.
- not defined.
Q15. In an E-R diagram an entity set is represented by a
- rectangle.
- ellipse.
- diamond box.
- circle.
Q16. The DBMS language component which can be embedded in a program is
- The data definition language (DDL).
- The data manipulation language (DML).
- The database administrator (DBA).
- A query language.
Q17. The statement in SQL which allows to change the definition of a table is
- Alter.
- Update.
- Create.
- select.
Q18. In E-R Diagram relationship type is represented by
- Ellipse
- Dashed ellipse
- Rectangle
- Diamond
Q19. The full form of DDL is
- Dynamic Data Language
- Detailed Data Language
- Data Definition Language
- Data Derivation Language
Q20. Hierarchical model is also called
- Tree structure
- Plex Structure
- Normalize Structure
- Table Structure