DATABASE MANAGEMENT SYSTEM

106402
Back to DATABASE MANAGEMENT SYSTEM

Unit 2: Relational Query Languages

  1. Q1a. A row from a table is selected by - (i) selection operator - (ii) projection operator - (iii) union operator - (iv) none of these20232m

    Unit 2: Relational Query Languages

    A row from a table is selected by

    • (i) selection operator
    • (ii) projection operator
    • (iii) union operator
    • (iv) none of these
    View this question on its own page →
  2. Q1b. __________ operations do not preserve non-matched tuples. - (i) Inner join - (ii) Left outer join - (iii) Query - (iv) Relational schema20242m

    Unit 2: Relational Query Languages

    __________ operations do not preserve non-matched tuples.

    • (i) Inner join 
    • (ii) Left outer join 
    • (iii) Query 
    • (iv) Relational schema
    View this question on its own page →
  3. Q1b. A normal form in which every non-prime attribute is fully dependent on prime attribute is - (i) 1 NF - (ii) 2 NF - (iii) 3 NF - (iv) BCNF20237m

    Unit 2: Relational Query Languages

    A normal form in which every non-prime attribute is fully dependent on prime attribute is

    • (i) 1 NF
    • (ii) 2 NF
    • (iii) 3 NF
    • (iv) BCNF
    View this question on its own page →
  4. Q1b. Which of the following operations is used if we are interested in only certain columns of a table? - (i) PROJECTION (ii) SELECTION (ii) UNION (iv) JOIN20212m

    Unit 2: Relational Query Languages

    Which of the following operations is used if we are interested in only certain columns of a table?

    • (i) PROJECTION
      (ii) SELECTION
      (ii) UNION
      (iv) JOIN
    View this question on its own page →
  5. Q1c. Which of the following is the original purpose of SQL? - (i) To specify the syntax and semantics of SQL data definition language (ii) To specify the syntax and semantics of SQL manipulation language (ii) To define the data structures (iv) All of the above20212m

    Unit 2: Relational Query Languages

    Which of the following is the original purpose of SQL?

    • (i) To specify the syntax and semantics of SQL data definition language
      (ii) To specify the syntax and semantics of SQL manipulation language
      (ii) To define the data structures
      (iv) All of the above
    View this question on its own page →
  6. Q1e. BCNF stands for - (i) Boyle Cold Normalization Form - (ii) Boyce Cold Normal Form - (iii) Boyce Codd Normal Form - (iv) None of these20232m

    Unit 2: Relational Query Languages

    BCNF stands for

    • (i) Boyle Cold Normalization Form
    • (ii) Boyce Cold Normal Form
    • (iii) Boyce Codd Normal Form
    • (iv) None of these
    View this question on its own page →
  7. Q1f. Which of the following is used at the end of the view to reject the tuples which do not satisfy the condition in where clause? - (i) With (ii) Check (iii) With check (iv) All of the above20212m

    Unit 2: Relational Query Languages

    Which of the following is used at the end of the view to reject the tuples which do not satisfy the condition in where clause?

    • (i) With
      (ii) Check
      (iii) With check
      (iv) All of the above
    View this question on its own page →
  8. Q1i. The ability to query data, as well as insert, delete, and alter tuples, is offered by: - (i) TCL (Transaction Control Language) - (ii) DCL (Data Control Language) - (iii) DDL (Data Definition Language) - (iv) DML (Data Manipulation Language)20242m

    Unit 2: Relational Query Languages

    The ability to query data, as well as insert, delete, and alter tuples, is offered by:

    • (i) TCL (Transaction Control Language)
    • (ii) DCL (Data Control Language)
    • (iii) DDL (Data Definition Language)
    • (iv) DML (Data Manipulation Language)
    View this question on its own page →
  9. Q1j. Which join refers to join records from the right table that have no matching key in the left table and are included in the result set? - (i) Left outer join (i) Right outer join (iii) Full outer join (iv) Half outer join20212m

    Unit 2: Relational Query Languages

    Which join refers to join records from the right table that have no matching key in the left table and are included in the result set?

    • (i) Left outer join
      (i) Right outer join
      (iii) Full outer join
      (iv) Half outer join
    View this question on its own page →
  10. Q1j. Which command is used to remove a relation from SQL? - (i) Drop table - (ii) Delete - (iii) Purge - (iv) Remove20242m

    Unit 2: Relational Query Languages

    Which command is used to remove a relation from SQL?

    • (i) Drop table 
    • (ii) Delete 
    • (iii) Purge 
    • (iv) Remove
    View this question on its own page →
  11. Q3a. Discuss about different keys used in database design with examples20247m

    Unit 2: Relational Query Languages

    Discuss about different keys used in database design with examples

    View this question on its own page →
  12. Q4b. Write an SQL query to retrieve all employees from an "Employees" table with specific criteria (e.g., department, salary range).20247m

    Unit 2: Relational Query Languages

    Write an SQL query to retrieve all employees from an "Employees" table with specific criteria (e.g., department, salary range).

    View this question on its own page →
  13. Q4b. Explain the following operations with the help of examples: - (i) Set of intersection operation (ii) Natural join operation (iii) Division operation20217m

    Unit 2: Relational Query Languages

    Explain the following operations with the help of examples:

    • (i) Set of intersection operation
      (ii) Natural join operation
      (iii) Division operation
    View this question on its own page →
  14. Q5a. Define the process of database normalization and its importance in maintaining d integrity20247m

    Unit 2: Relational Query Languages

    Define the process of database normalization and its importance in maintaining d integrity

    View this question on its own page →
  15. Q6a. Difference between Relational Algebra & Calculus.20247m

    Unit 2: Relational Query Languages

    Difference between Relational Algebra & Calculus.

    View this question on its own page →
  16. Q8a. Find the highest normal form of a relation R(ABCD) with FD set (B→A, A→C, BC→D, AC→BE).20247m

    Unit 2: Relational Query Languages

    Find the highest normal form of a relation R(ABCD) with FD set
    (B→A, A→C, BC→D, AC→BE).

    View this question on its own page →
  17. Q8b. A relation R(A,C,D,E,H) is having two functional dependencies sets F={A→C, AC→D, E→AD, E→H} and set G {AC→D, E→AH}, then check F and Gare equivalent or not.20247m

    Unit 2: Relational Query Languages

    A relation R(A,C,D,E,H) is having two functional dependencies sets F={A→C, AC→D, E→AD, E→H} and set G {AC→D, E→AH}, then check F and Gare equivalent or not.

    View this question on its own page →
  18. Q9b. Describe the importance of data integrity in a database. How can constraints (such as primary keys and foreign keys) help enforce integrity?20247m

    Unit 2: Relational Query Languages

    Describe the importance of data integrity in a database. How can constraints (such as primary keys and foreign keys) help enforce integrity?

    View this question on its own page →