Question: Which SQL statement would add a new field in the Employees table to a query? a. SELECT ALL FROM EMPLOYEES b. SELECT * FROM EMPLOYEES
Which SQL statement would add a new field in the Employees table to a query?
a. SELECT ALL FROM EMPLOYEES
b. SELECT * FROM EMPLOYEES
c. SELECT EACH FROM EMPLOYEES
d. SELECT FROM EMPLOYEES
Step by Step Solution
3.48 Rating (164 Votes )
There are 3 Steps involved in it
The correct answer is d SELECT FROM EMPLOYEES The SELECT statement is used to retrieve ... View full answer
Get step-by-step solutions from verified subject matter experts
