132k views
4 votes
Tanya 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?

a. FROM
b. SELECT
c. WHERE
d. LIST

User Findiglay
by
6.3k points

1 Answer

3 votes

Answer:

SELECT

Step-by-step explanation:

Here's an example where you would fetch all records from table1

SELECT * FROM table1

User BJ Hargrave
by
5.3k points