A

Admin • 833K Points
Coach

Q. The keyword “MODIFY” is used with which query clause?

  • (A) ALTER
  • (B) FROM
  • (C) WHERE
  • (D) ORDER BY
  • Correct Answer - Option(A)
  • Views: 23
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

MODIFY is not a clause, it is used with the ALTER clause.

Example:
ALTER TABLE employee MODIFY name varchar(50) NULL;

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.