Computer Science, asked by senthilathiban, 9 months ago

To remove a relation from an SQL database, we use the
command.
Select one:
O a. Remove
O b. Delete
De Drop table
O d. Purge​

Answers

Answered by bhavansri
1

Answer:

drop table deletes the whole structure of the relation . purge remove the table which cannot be obtained again

Answered by harshsuts016
0

Concept: To find the name of the command that we use to remove the relation from an SQL database.

Given: Four options are given

Find: We need to choose the correct option

Solution: In the above-given question, we are asked which command is used to remove a relation from an SQL database.

Here we need to choose the correct option.

Thus, the correct answer is option (c) Drop Table

The drop table command is used to remove the table from an SQL database.

Hence, The command that we use to remove the relation from an SQL Database, is called "Drop Table".

#SPJ2

Similar questions