Computer Science, asked by samarthchikkur, 5 months ago

13) What is SQL?
answer in three sentences ​

Answers

Answered by shubhamkh9560
3

Explanation:

An SQL SELECT statement retrieves records from a database table according to clauses (for example, FROM and WHERE ) that specify criteria. The syntax is: SELECT column1, column2 FROM table1, table2 WHERE column2='value';

Similar questions