摘要: SQL:create database ckkc;create table users(name char(35) not null primary key,psw char(50) not null)create table op(id int not null primary key auto_increment,flag int not null,pname char(15) not null,num int not null)create table st(pname char(15) not null primary key,num int not null)insert into 阅读全文