b) Explain the following commands in SQL language.
a) CREATE b) SELECT C) DELETE d) ALTER ) DROP
get answers
Answers
Answered by
4
Answer:
Create - to create a new table in a database.
select - retrieval of information in a database
delete - deletes data from database
alter - it is used to add, delete, or modify columns in an existing table.
drop - it is used to drop an existing SQL database.
plz mark as brainliest!!!
Similar questions