select the correct answer.\ntanya wants to create an sql query to fetch records from a table. which is the…

select the correct answer.\ntanya wants to create an sql query to fetch records from a table. which is the first word she has to type to write the query?\na. from\nb. select\nc. where\nd. list

select the correct answer.\ntanya wants to create an sql query to fetch records from a table. which is the first word she has to type to write the query?\na. from\nb. select\nc. where\nd. list

Answer

Brief Explanations:

In SQL, the SELECT statement is used to retrieve data from a database table. It is the starting - point for fetching records. FROM specifies the table name, WHERE is used for filtering conditions, and LIST is not a standard SQL keyword for this purpose.

Answer:

B. SELECT