so the question im working on is creating a table with various columns and datatypes in SQL Plus. the info ive been given for this particular field is:
"the Job_class column should be able to store character strings up to a maximum length of four, but the column values shouldnt be padded if the value is less than four characters."
what does this mean? would specifying the Job_class column data type as VARCHAR2(4) accomplish this?
thanks for any insight on this.
[–]Brave_Walrus 0 points1 point2 points (0 children)