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

正文內(nèi)容

網(wǎng)上書店數(shù)據(jù)庫設(shè)計(編輯修改稿)

2025-06-12 20:37 本頁面
 

【文章內(nèi)容簡介】 約束 uno 用戶號 Char (16) 主碼 bno 圖書號 Char(16) 主碼 bq 購買數(shù)量 int null Bpw 應(yīng)付款 Float(8) NOT NULL deal 是否購買 Char(2) null 第七數(shù)據(jù)庫實現(xiàn)( 主要包括創(chuàng)建表和創(chuàng)建必要的 視圖 、觸發(fā)器、存儲過程 ) 1建庫 create database 網(wǎng)上書店 on (name=網(wǎng)上書店 _dat,filename=39。f:\網(wǎng)上書店 39。) log on (name=網(wǎng)上書店 _log,filename=39。f:\網(wǎng)上書店 39。) go 2建表及其約束 use 網(wǎng)上書店 create table users( uno char(16) constraint pk_users primary key, 用戶號 un char(8) not null, 姓名 upw char(16) not null, 密碼 tel char(11) not null, 聯(lián)系電話 em char(20) not null, Email ad char(40) not null, 聯(lián)系地址 zip char(6) not null) 郵編 create table books( bno char(16) constraint pk_books primary key, 圖書號 bn char(20) not null, 書籍名 ba char(16) null, 作者 bp char(20) null, 出版社 bpd int null, 出版日期 isbn char(13) not null, isbn號 num int null, 字數(shù) yc int null, 印次 bc int null, 版次 zz char(10) null, 紙張 bpy float(8) null, 原價 bpw float(8) not null, 網(wǎng)購價 bpc float(8) null, 差價 lb char(10) null) 圖書類別 create table cart( uno char(16), 用戶號 bno char(16) , 圖書號 bn char(20) not null, 書名 bq int null constraint default_bq default 39。139。, 購買數(shù)量 bpw float(8) not null, 單價 deal char(2) null constraint default_deal default 39。否 39。 是否購買 constraint check_deal check(deal=39。是 39。 or deal=39。否 39。), constraint pk_cart primary key(uno,bno), constraint fk_u_c foreign key(uno) references users(uno), constraint fk_b_c foreign key(bno) references books(bno)) create table orders( orn int, 訂單號 uno char(16), 用戶號 bno char(16), 圖書號 bn char(20), 書名 bq int, 購買數(shù)量 bpw float(8), 單價 constraint pk_orders primary key(uno,bno), constraint fk_u_or foreign key(uno) references users(uno), constraint fk_b_or foreign key(bno) references books(bno),
點擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1