πŸ“Š MySQL
Q. What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE lname LIKE %t%f%n%;
  • (A) All employees whose last name contain 't' in the second position
  • (B) mysql_set_server_option()
  • (C) All employees whose last name contains 'n' in second last position
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the mentioned

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
81757
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
92%
Success Rate