What are the usages of SQL?

0

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 insert 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.

Sql
asked Apr 14, 2023 at 21:38
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.