Computer Science, asked by lakshita1582, 9 months ago

________ command is used to create a new table in a database.
(a) New (b) Create
(c) Alter (d) Select

Answers

Answered by Anonymous
5

Answer:

____create____ command is used to create a new table in a database.

100% sure bhai

Attachments:
Answered by dreamrob
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