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
πŸ’¬ Discuss
βœ… Correct Answer: (B) CROSS JOIN
Explanation: This question is asking about how to find specific data in a table called "employee" using a MySQL command.
Explanation by: Vikash Gupta
This question is asking about how to find specific data in a table called "employee" using a MySQL command.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
89
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
98%
Success Rate