文件名称:sql基础语法
文件大小:1KB
文件格式:TXT
更新时间:2016-05-28 06:59:32
sql
sql语句中最常用的增删改查的使用规范,例如:建表语句:create table stude ( ID int primary key, scjCategoryId int Not null, zyId int Not null, zyName Nvarchar(150) Not null, isDelete int Not null, createOn Datetime Not null, createBy Nvarchar(30) Not null, updateOn Datetime Not null, updateBy Nvarchar(30) Not null, ) 等