0 votes
in Sql by
What are the usages of SQL?

1 Answer

0 votes
by

SQL is responsible for maintaining the relational data and the data structures present in the database. Some of the common usages are given below:

  • To execute queries against a database
  • To retrieve data from a database
  • To inserts records in a database
  • To updates records in a database
  • To delete records from a database
  • To create new databases
  • To create new tables in a database
  • To create views in a database
  • To perform complex operations on the database.
...