create table( id int, Dept varchar, studet varchar, gpa decimal primary key(id) );
为什么我在 SQL 中没有给出数据大小时会出错