Computer Science for IGCSE & O level - Databases (Section 1 - No. 16)

What does the SQL command 'CREATE TABLE' do?
Creates a database.
Creates a table definition.
Adds a primary key to a table.
Selects data from a table.

Explanation

'CREATE TABLE' defines the structure (fields, data types) of a new table in the database.

Comments (0)

Advertisement