...
September 2, 2024

Normalization

Question 58 Consider the following table The table is in which normal form? A First Normal Form B Second Normal Form C Third Normal Form but […]
September 2, 2024

Normalization

Question 59 Consider the following dependencies and the BOOK table in a relational database design. Determine the normal form of the given relation. ISBN → Title […]
September 2, 2024

SQL

Question 39 Consider the following two tables and four queries in SQL.      Book (isbn, bname), Stock (isbn, copies) Query 1: SELECT B.isbn, S.copies FROM Book B […]
September 3, 2024

Database-Management-System

Question 1 A file is organized so that the ordering of data records is the same as or close to the ordering of data entries in […]