DBMS-Relational Query Languages Questions and Answers
Relational Query Languages questions with answers test a candidate’s command over SQL and relational algebra, essential in database management system (DBMS) exams. From SELECT queries to JOIN operations and set-based functions, these concepts are heavily emphasized in placement tests by TCS, Wipro, and Infosys. This section offers detailed programming questions and answers with SQL query explanations, ensuring that learners understand both syntax and logic. Practicing these DBMS query-based MCQs strengthens problem-solving and prepares you for database-related technical interviews and coding challenges.
DBMS-Relational Query Languages
Showing 10 of
45 questions
11. Codd's Formation rule states that:
- a relational database management system must manage the database entirely through its relational capbilities.
- null values are systematically supported independent of data type.
- all information is represented logically by values in tables
- None of these
12. Codd's View Update rule states that:
- the system should be able to perform all theoretically possible updates on views.
- the logical description of the database is represented and may be interrogated by authorised users, in the same way as for normal data
- the ability to treat whole tables as single objects applies to insertion, modification and deletion, as well as retrieval of data
- null values are systematically supported independent of data type.
13. Codd's system catalogue rule states that:
- the system should be able to perform all theoretically possible updates on views.
- the logical description of the database is rpresented and may be interrogated by authorised users, in the same way as for normal data.
- the ability to treat whole tables as single objects applies to insertion, modification and deletion, as well as retrieval of data.
- null values arre systematically supported independent of data type.
16. Which of the following is not a data definition statement ?
- INDEX
- CREATE
- MODIFY
- DELETE
17. Which of the following is a data query statement in QUEL
- GET
- RETRIEVE
- SELECT
- None of these
18. Which of the following is supported in QUEL ?
- COUNT
- Intersection
- Union
- Subquery.
19. Codd's Non-subversion rule states that:
- entity andreferential integrity constraints should be defined in the high-level relational language referred to in Rule-5, stored in the system catalogues and enforced by the system, not by application programs.
- the ligical description of the database is represented and may be interrogated by authorised users in the same way as for normal data.
- if a low-level procedural language is supported, it must not be able to subvert integrity or security constraints expressed in the high-level relational language.
- the ability to treat whole tables as single objects applies to insertion, modification and deletion as well as retrieval of data
20. QUEL is a tuple relational calculus language of a relationall database system:
- INGRES
- DB2
- ORACLE
- None of these