DBA > Job Interview Questions > MySQL and SQL

How would you change a column from VARCHAR(10) t

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(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 Job Interview Questions