精选优质文档-倾情为你奉上数据库执行是从左到右执行的创建表SQLcreate table classes(classId number(2),cname varchar2(40),birthday date);添加一个字段SQLalter table studentadd (classId number(2);修改字段长度SQLalter table student modify(xm varchar2(30);修改字段的类型/或是名字(不能有数据)SQLalter table student modify(xm char(30);删除一个字段SQLalter table student drop column sal;修改表的名字SQLrename student to stu;删除表SQLdrop table student;插入所有字段数据SQLinsert into student values (001,salina
Copyright © 2018-2021 Wenke99.com All rights reserved
工信部备案号:浙ICP备20026746号-2
公安局备案号:浙公网安备33038302330469号
本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。