A

Admin • 833K Points
Coach

Q. When building up a single SQL statement in a string, do not include any semicolon at the end.

  • (A) Yes
  • (B) No
  • (C) ---
  • (D) ---
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

When we are building a single statement we need not add a semicolon at the end but if we are creating an PL/SQL block then we should add a semicolon at the end of each statement.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.