Question

2.
Question 2
Which part of the following query indicates the table from which to retrieve data?

SELECT *

FROM jobs

WHERE specialty = 'operations'



WHERE



SELECT



FROM



‘Operations’


1 point

Answers

GPT-4o mini
The part of the query that indicates the table from which to retrieve data is:

**FROM**

So the correct answer is **FROM**.