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

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

1 Expert Approved Answer
Step: 1 Unlock

The SQL script provided is enclosed in a c... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!