Home / Programming MCQs / MySQL MCQs / Question

V

Vishal Gupta • 7.73K Points
Tutor III

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

(A) ALTER
(B) FROM
(C) WHERE
(D) ORDER BY

Explanation:

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.