Political Science, asked by deprc9993, 11 months ago

Which command is used to create a new relation in sql is?

Answers

Answered by paridj07
3

Answer:

We use the create table command to create a new relation in the database.

Answered by phillipinestest
0

The command to create a new relation in sql is Create table (……..).

Explanation:

The new relation can be created in the SQL programming by the use of the command and it’s syntax is Create Table.

Here the create represent the command for the creation and the table represent the relation to be created as the new. With the other command written in the bracket for the regard of the relation to be created. The whole syntax is the creation of new relation in the SQL programming.

Similar questions