________ command is used to create a new table in a database.
(a) New (b) Create
(c) Alter (d) Select
Answers
Answered by
5
Answer:
____create____ command is used to create a new table in a database.
100% sure bhai
Attachments:
Answered by
0
Create command is used to create a new table in a database. Hence, option(b) is the correct answer.
- Create command in database creates a new table and it is a DDL SQL command.
- Syntax to create a new table is CREATE TABLE table_name
- We can create a detailed table by specifying details of columns and rows.
- The syntax to create a detailed table with details is CREATE TABLE table_name ( column_name its_datatype);
Similar questions
Physics,
5 months ago
Computer Science,
5 months ago
English,
5 months ago
Science,
9 months ago
Social Sciences,
1 year ago
Math,
1 year ago