Database Processing for BIS
Q. What is a primary key?
-
A.
A unique identifier for a record
-
B.
A foreign key reference
-
C.
An index for faster searches
-
D.
A type of relationship
Solution
A primary key is a unique identifier for a record in a database table, ensuring that no two records can have the same key value.
Correct Answer: A — A unique identifier for a record
Q. Which architecture is commonly used in modern DBMS?
-
A.
Single-tier architecture
-
B.
Two-tier architecture
-
C.
Three-tier architecture
-
D.
Four-tier architecture
Solution
The three-tier architecture is commonly used in modern DBMS, separating the user interface, application logic, and database management.
Correct Answer: C — Three-tier architecture
Showing 1 to 2 of 2 (1 Pages)