freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

數(shù)據(jù)庫(kù)原理及應(yīng)用——崔巍書(shū)后上機(jī)實(shí)驗(yàn)-文庫(kù)吧

2025-07-06 11:17 本頁(yè)面


【正文】 9][09][09][09][09][09][09][09][09][09][09]39。))create table 產(chǎn)品(產(chǎn)品號(hào) char(8) primary key check(產(chǎn)品號(hào) like 39。[AZ][AZ]%39。),產(chǎn)品名稱 varchar(40),規(guī)格說(shuō)明 char(40) constraint uni unique,單價(jià) smallmoney constraint dj check(單價(jià)0))create table訂購(gòu)單(客戶號(hào) char(8) no tnull foreign key references客戶,訂單號(hào) char(8) primary key,訂購(gòu)日期 datetime default getdate())create table訂單名細(xì)(訂單號(hào) char(8) foreign key references訂購(gòu)單,序號(hào) tinyint,產(chǎn)品號(hào) char(8) not null foreign key references產(chǎn)品,數(shù)量 smallin tconstraint sl check(數(shù)量0),primarykey(訂單號(hào),序號(hào)))修改產(chǎn)品表1alter table產(chǎn)品dropconstraint unialter table產(chǎn)品altercolumn規(guī)格說(shuō)明 varchar(40)alter table產(chǎn)品add constraint uni unique(規(guī)格說(shuō)明)2alter table訂購(gòu)單 add 完成日期 datetime default null3alter table訂單名細(xì) drop constraint slalter table訂單名細(xì) add constraint sl check(數(shù)量0 and數(shù)量1000)建立索引1create index cus_idx on客戶(客戶名稱)2createunique index gdn_nui on產(chǎn)品(產(chǎn)品名稱)3創(chuàng)建表時(shí),primary key隱式地創(chuàng)建了聚集索引,而一個(gè)表中只能有一個(gè)聚集索引。create clustered index oid_clus on訂購(gòu)單(訂單號(hào)) 失敗4create index item_idx on訂單名細(xì)(訂單號(hào),序號(hào),數(shù)量 desc)數(shù)據(jù)庫(kù)系統(tǒng)及應(yīng)用 上機(jī)實(shí)驗(yàn)報(bào)告3一、實(shí)驗(yàn)?zāi)康模簽閷?shí)驗(yàn)2建立的表設(shè)計(jì)一組數(shù)據(jù)進(jìn)行插入、刪除、修改等操作,并體會(huì)數(shù)據(jù)完整性約束的作用,加深對(duì)數(shù)據(jù)完整性及其約束的理解。二、實(shí)驗(yàn)內(nèi)容:數(shù)據(jù)的插入、更新和刪除。三.、程序源代碼:部分記錄insertinto客戶values(39。C00139。,39。A公司39。,39。小明39。,39。北京39。,39。12345639。,39。14356756845739。)insertinto客戶values(39。C00239。,39。B公司39。,39。小李39。,39。上海39。,39。23456739。,39。14638904563439。)insertinto客戶(客戶號(hào),客戶名稱)values(39。C00939。,39。J商場(chǎng)39。)insertinto產(chǎn)品values(39。GD00139。,39。iphone39。,39。4s39。,39。500039。)insert
點(diǎn)擊復(fù)制文檔內(nèi)容
外語(yǔ)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1