Computer Science, asked by ElvitaPinto, 10 months ago

Q. 5) Consider the following table Stationary. Write SQL commands for following Statements. ​

Attachments:

Answers

Answered by vishalyadav26092002
3

Answer:create table. insert into o

Drop tables

Explanation:

Answered by codiepienagoya
8

The table command to this question can be described as Follows:

Explanation:

  • To create a table we use the table command, which creates a table.
  • To insert data into the table we use the insert command.
  • To delete the table the drop command is used, which deletes the table and its value also.
  • Please find the attachment to show all the commands.

Learn more:

  • Table commands: https://brainly.in/question/13390603
Attachments:
Similar questions