Question 7
Question 7 of 9

Question image for Q7
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)