qfedu-linux-advanced-level/day9/create_teacher.sql

5 lines
65 B
SQL

create table t_teacher(
tid integer,
name varchar(50)
);