Introduction to SQL - Technical MCQs

Q1:

Which of the following is the original purpose of SQL?

A To specify the syntax and semantics of SQL data definition language

B To specify the syntax and semantics of SQL manipulation language

C To define the data structures

D All of the above.

ANS:D - All of the above.

SQL is a strucured query language is used to manage the database.

If you want to work with database then we need sql language. It is the only language to communicate with any type of database, so sql is called as common language interface.