If you
want to create a table person
that
contain 5 column P-ID,First name, Last name, address,City.Then create a table using SQL command.
Answers
Answered by
1
Answer:
SQL CREATE TABLE statement is used to create table in a database. If you want to create a table, you should name the table and define its column and each column's data type. Let's see the simple syntax to create the table.
Similar questions