[The CHAR and VARCHAR Types] The CHAR and VARCHAR types are declared with a length that indicates the maximum number of characters you want to store. For example,CHAR(30) can hold up to 30 characters. 括号中指定宽度. The length of a CHAR column is fixed to…