Interview Questions

How would you change a column from VARCHAR(10) to VARCHAR(50)?

MySQL and SQL


(Continued from previous question...)

How would you change a column from VARCHAR(10) to VARCHAR(50)?

ALTER TABLE techinterviews_questions CHANGE techinterviews_content techinterviews_CONTENT VARCHAR(50).

(Continued on next question...)

Other Interview Questions