June 2004
Intermediate to advanced
848 pages
21h 28m
English
The CREATE statement is used to create a new table, and the INSERT statement is used to add a new record to a table.
The CREATE statement has this general format:
|
Format of SQL CREATE statement |
Additional information |
|---|---|
|
|
Here is an example of the use of the CREATE statement:
|
Example of SQL CREATE statement |
Additional information |
|---|---|
|
|
This statement will create the Person table that we saw earlier ...
Read now
Unlock full access