✏️ Explanatory Question
Answer 1:
Answer 2:
Structured Query Language (SQL) is a programming language for accessing and manipulating RelationalDatabase Management Systems (RDBMSs). SQL is widely used in popular RDBMSs such as SQL Server, Oracle, and MySQL. The smallest unit of execusion in SQL is a query. A SQL query is used to select, update, and delete data.
In RDBMSs, all the data is stored in tables with each table consisting of rows and columns.
Answer 3:
SQL stands for Structured Query Language , and it is used to communicate with the Database. This is a standard language used to perform tasks such as retrieval, updation, insertion and deletion of data from a database.