Q 1. What is SQL?
Ans: SQL stands for Structured Query Language.
- It is a language used to interact with the database, i.e to create a database, to create a table in the database, to retrieve data or update a table in the database, etc.
- SQL is an ANSI(American National Standards Institute) standard. Using SQL, we can do many things.
For example – we can execute queries, we can insert records into a table, can update records, can create a database, can create a table, can delete a table, etc.
No comments:
Post a Comment