Direction: Choose the correct option
Q1.
What is a primary key?
Direction: Choose the correct option
Q2.
CREATE TABLE students (
id INT PRIMARY KEY,
name VARCHAR(50)
);What constraint does id have?Direction: Choose the correct option
Q3.
What is a foreign key?
Direction: Choose the correct option
Q4.
How many primary keys can a table have?
Direction: Choose the correct option
Q5.
What's the difference between PRIMARY KEY and UNIQUE?
