...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 699
Which of the following statements is false with respect to relational DBMS?
A
A disadvantage of highly normalized tables is that queries may require too many time consuming joins
B
Foreign key constraints are referential integrity constraints
C
A primary key uniquely identifies a row in a table
D
Nulls reduce space requirements in tables
Question 699 Explanation: 
Option A: True: depends upon the query, it will give the response
Option B & C: True: Foreign key constraints are referential integrity constraints. A primary key uniquely identifies a row in a table.
Option D: False: Null won’t reduce space requirements in tables.
Correct Answer: D
Question 699 Explanation: 
Option A: True: depends upon the query, it will give the response
Option B & C: True: Foreign key constraints are referential integrity constraints. A primary key uniquely identifies a row in a table.
Option D: False: Null won’t reduce space requirements in tables.

Leave a Reply

Your email address will not be published. Required fields are marked *