一.建库和建表 create database scort use scort create table emp ( empno int primary key, ename ), sal int, deptno int ) ,,); ,,); ,,); ,,); ,,); create table dept ( deptno int primary key, dname ), loc ) ) ,'accounting','new york'); ,'research','dallas'); ,…