Multiple choice

SQL stands for _____.

  1. Structured Question Lanaguage

  2. Strurctured Queried Language

  3. Structured Query Language

  4. Structured Queries Language

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

It is the language to handle basic database operations like creating a table and managing it. Some of the keywords of SQL are Create,Select, Delete, Update etc.. SQL is also sometimes called SEQUEL which stands for Simple English Like Query Language. SQL is supported by all the major RDBMS products like Oracle, Ms-SQL Server, MySQL to name a few.