|
Question
What is SQL?
Answer
- SQL (commonly expanded to Structured Query Language.
-is the most popular computer language used to create, modify, retrieve and manipulate data from relational database management systems.
- The language has evolved beyond its original purpose to support object-relational database management systems.
- SQL is supported by every major database system in use today, including MySQL, PostgreSQL, Berkeley DB, Oracle, DB2, Sybase, Informix, and Microsoft SQL.
-SQL is often pronounced "sequel".
|