Computer Science, asked by ajdiyali, 6 months ago

Which query is used to retrieve data from one or more tables and display the record set in a database
Options:



1 select
2Update
3Cross

Answers

Answered by Anonymous
10

Answer:

SELECT statements

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'

Answered by Sohananswers
4

Answer:

select

Explanation:

Mark me brainliest please

Similar questions