常见的sql语句练习 一、 1.新建表 test id varchar2(20)name varchar2(20)addr varchar2(50)score number create table test(id var … 继续阅读 常见的sql语句练习