/* Oops! We forgot to add the university_shortname column to the professors table. You've probably already noticed: In chapter 4 of this course, you'll need this ...
/* The syntax for changing the data type of a column is straightforward. The following code changes the data type of the column_name column in table_name to varchar(10): ...