Place where you actually create the table and carry out other database tasks
Answers
Answered by
0
Answer:
- CREATE TABLE is the keyword telling the database system what you want to do. In this case, you want to create a new table. The unique name or identifier for the table follows the CREATE TABLE statement. Then in brackets comes the list defining each column in the table and what sort of data type it is.
Similar questions