(A) ALTER TABLE table_name { ALTER [COLUMN] column type [(size)] [DEFAULT default] }
(B) ALTER TABLE table_name { ADD [COLUMN] column type [(size)] [DEFAULT default] }
(C) Both of the above
(D) None of the above
»Important Links:
Online Test Preparation and Mcqs Website.
(A) ALTER TABLE table_name { ALTER [COLUMN] column type [(size)] [DEFAULT default] }
(B) ALTER TABLE table_name { ADD [COLUMN] column type [(size)] [DEFAULT default] }
(C) Both of the above
(D) None of the above