1. Question. What is SQL?
Answer. A nonprocedural database programming language used within database
management systems to create, manage, and secure relational databases.
2. Question. What does SQL stand for?
Answer. Structured Query Language (SQL)
3. Question. Who uses SQL?
Answer. Anyone who
has the responsibility of managing data stored in a database.
4. Question. What was SQL called before it was called SQL?
Answer. SEQUEL
5. Question. What is a database management system (DBMS)?
Answer. A system that is used to create, manage,
and secure relational databases.
6. Question. What are some of the popular
database management systems (DBMSs) that implement SQL script?
Answer. Oracle,
SQL Server, DB2, Microsoft Access, Sybase, and MySQL
Back