Computer Science, asked by avidha1128, 6 months ago

it is used to retrieve specific data from one or more table​

Answers

Answered by surya5299
5

Answer:

MySQL SELECT statement is used to retrieve rows from one or more tables. The statement can also include UNION statements and subqueries. SELECT statement is used to fetch rows or records from one or more tables

Answered by rsingh625
8

An SQL SELECT statement retrieves records from a database table according to clauses (for example, FROM and WHERE ) that specify criteria. ... Use a comma and space between table names when specifying multiple tables. The WHERE clause selects only the rows in which the specified column contains the specified value.

mark brainlist and follow me

Similar questions