V

Vikash Gupta • 33.56K Points
Instructor I

Q. What will be the output of the following MySQL command?
SELECT *
FROM employee
WHERE title=’HEAD TELLER’;

  • (A) All columns and rows belong to table employee
  • (B) CROSS JOIN
  • (C) All columns don't belong to table employee
  • (D) None of the mentioned
  • Correct Answer - Option(B)
  • Views: 11
  • Filed under category MySQL

Explanation by: Vikash Gupta
This question is asking about how to find specific data in a table called "employee" using a MySQL command.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics