What are different types of sql?



What are different types of sql?..

Answer / Hira Lal Sharma

There are several types of SQL (Structured Query Language) based on their purpose or implementation:
1. ANSI SQL: A standardized version of SQL, defined by the American National Standards Institute (ANSI).
2. SQL-92/SQL-99: Early versions of ANSI SQL.
3. Oracle SQL: Proprietary dialect used in Oracle databases.
4. MySQL SQL: Dialect used in MySQL databases.
5. PostgreSQL SQL: Dialect used in PostgreSQL databases.
6. Microsoft SQL Server T-SQL: Dialect used in Microsoft SQL Server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What type of database is sql?

1 Answers  


how to extract a unit value from a date and time? : Sql dba

1 Answers  


What is sql data?

1 Answers  


How does pl sql work?

1 Answers  


Explain about various levels of constraint.

1 Answers  


What are the various levels of constraints?

1 Answers  


How to return multiple rows from the stored procedure?

1 Answers  


What is the full form of sql?

1 Answers  


What are its different types of dbms?

1 Answers  


Is id a reserved word in sql?

1 Answers  


define a variable representing the expression used to calculate on emps total annual remuneration.use the variable in a statement which finds all emps who can earn 30000 a year or more.

5 Answers  


What is cursor and why it is required?

1 Answers  


Categories