http://union.suning.com/aas/open/vistorAd.action?userId=124924&webSiteId=12164&adInfoId=6494&adBookId=48681&subUserEx=155412&vistURL=http://www.suning.com
摘要: --select...from...where... 查询--insert into...values() 插入--update...set... 改--delete from...where... 删--drop table ..删除表--top 查询前几行。跟在select后面--di... 阅读全文
posted @ 2015-04-29 11:28 .netpjava 阅读(144) 评论(0) 推荐(0) 编辑
摘要: create table Student(Sno char(3) primary key,Sname char(8) not null,Ssex char(2) not null,Sbirthday datetime,Class char(5));create table Course(Cno va... 阅读全文
posted @ 2015-04-26 09:53 .netpjava 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: --sql server 与 oracle的区别 --DBMS 数据库管理系统--1.数据类型不同。 --sql server 的数据类型:int ,smallint ,char,varchar,nchar,nvarchar,ntext,datetime,smalldatetime,money,... 阅读全文
posted @ 2015-04-16 10:06 .netpjava 阅读(283) 评论(0) 推荐(0) 编辑