Question: What will the following SQL script return? /* SELECT* FROM EMPLOYEES WHERE TYPE = 'CASHIER' */ A It will return all rows and columns from
What will the following SQL script return? /* SELECT* FROM EMPLOYEES WHERE TYPE = 'CASHIER' */ A It will return all rows and columns from the EMPLOYEES table. B It will return the CASHIER column for all rows in the EMPLOYEES TABLE. C It will return all rows and columns from the EMPLOYEES table where the TYPE column = "CASHIER". D It will return nothing
Step by Step Solution
There are 3 Steps involved in it
The SQL script provided is enclosed in a c... View full answer
Get step-by-step solutions from verified subject matter experts
