1) SQL is a standard language for accessing and manipulating databases. It allows users to define, manipulate, and control access to data in a database.
2) SQL was first introduced in a 1970 research paper and later developed into a language. It became a standard and is now supported by most major databases.
3) SQL allows users to define tables, perform data manipulation like inserts and updates, run queries to retrieve data, and control transactions in the database. It provides powerful and easy to use commands to work with relational databases.