What is the purpose of the **PRIMARY KEY** constraint in a **CREATE TABLE** statement?
Why is a junction table like EmployeeProjects necessary?
What happens if a **foreign key** references a non-existent **primary key** in the parent table?
What is the primary purpose of the **INSERT** statement in SQL?
Which INSERT statement is valid when omitting column names?
What happens when inserting NULL into a column defined as NOT NULL?
Score: 0 / 6