Podcast
Questions and Answers
In SQL, what does the CREATE TABLE command do?
In SQL, what does the CREATE TABLE command do?
What is the purpose of the PRIMARY KEY phrase in the CREATE TABLE command?
What is the purpose of the PRIMARY KEY phrase in the CREATE TABLE command?
What does the DROP TABLE command do in SQL?
What does the DROP TABLE command do in SQL?
What is the purpose of the UNIQUE phrase in the CREATE TABLE command?
What is the purpose of the UNIQUE phrase in the CREATE TABLE command?
Signup and view all the answers
In SQL, what does the FOREIGN KEY phrase in the CREATE TABLE command do?
In SQL, what does the FOREIGN KEY phrase in the CREATE TABLE command do?
Signup and view all the answers