Which SQL statement is used to create a table in a database?
Answers
Answered by
13
Answer:
The CREATE TABLE statement is used to create a table in a database.
Explanation:
❤HOPE IT HELPS YOU DEAR❤
Answered by
4
The CREATE TABLE statement is used to create a table in a database.
- Tables are required to have a particular and specified name and they are always organized into columns and rows.
- In order to make a table, it is necessary to specify the schema.
- The tables serve the purpose of storing the data in the database.
- The INSERT INTO statement is used to fill the tables, which are empty, with data.
- In a table the columns are defined and even the data type of each column is also defined.
Similar questions