5. Answer the following questions.
1. How do you delete the entire table using an SQL query? Assume the name of the table to be PROBLEMS.
2. Write an SQL query to pick numbers from the field Number, display the Number in a column and its square in the
next column. The name of table is TO-BE-SQUARED.
Answers
Answered by
28
Answer:
To delete an entire table including all of its rows, issue the drop table command followed by the tablename. drop table is different from deleting all of the records in the table. Deleting all of the records in the table leaves the table including column and constraint information
Explanation:
plz like
Answered by
11
Answer:
1. you may delete any row / tuple of the table with data.
Right click on the tuple .
click on delete rows
click on delete button .
click on yes
pls like it and mark me as brainliest
Similar questions