Question 6
Question 6 of 7

Question image for Q6
Topics Tested

write simple SQL (DDL) commands using a sub-set of commands for: creating a database (CREATE DATABASE), creating a table definition (CREATE TABLE), changing a table definition (ALTER TABLE), adding a primary key or foreign key to a table (ADD PRIMARY KEY)