A

Admin • 831.35K Points
Coach

Q. The expression 'HI' LIKE NULL results in . . . . . . . .

  • (A) True
  • (B) 1
  • (C) NULL
  • (D) 0
  • Correct Answer - Option(C)
  • Views: 12
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
When comparing a string with NULL using the LIKE operator in MySQL, the result is always NULL, regardless of the string being compared. Therefore, the expression 'HI' LIKE NULL results in Option C: NULL.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.