What SQL can do?
SQL can perform various database operations like
·
Create and
remove of database
·
Create,
alter and remove the tables
·
Insert,
update, delete and retrieve the records
·
Controlling
the user access
·
Managing
transactions during insertion, updation and deletion of records
Comments
Post a Comment