摘要:
PL/SQL块 declare begin --SQL语句 --直接写的SQL语句(DML/TCL) --间接写execute immediate --select 语句 必... 阅读全文
posted @ 2016-01-21 20:00
cloudren2020
阅读(144)
评论(0)
推荐(0)
摘要:
数据库对象表(约束)如何自动编号SQLserver --IDENTITY属性 create table test( xh int identity(1,2) primary key, name ... 阅读全文
posted @ 2016-01-21 19:59
cloudren2020
阅读(159)
评论(0)
推荐(0)
摘要:
《1》子查询和关联查询建立表如下:学生基本信息表CREATE Student([Studentid][Int]IDENTITY(1,1)NOT NULL primary key,--主键[StudentName]... 阅读全文
posted @ 2016-01-21 19:57
cloudren2020
阅读(139)
评论(0)
推荐(0)
摘要:
回忆 ORACLE安装 和 删除 启动和关闭 SQL*PLUS windows下窗口版本 超级用户 system/manager ... 阅读全文
posted @ 2016-01-21 19:56
cloudren2020
阅读(122)
评论(0)
推荐(0)