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
Answers
Answered by
1
Answer:
The 'SELECT statement' is used to 'select data from a database'. The 'result' is saved in a result table called the 'result-set'. Other words 'SELECT statement' is used to 'retrieve records' from one or more tables
Similar questions