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

正文內(nèi)容

研究生招生管理系統(tǒng)數(shù)據(jù)庫設(shè)計-資料下載頁

2025-06-23 06:28本頁面
  

【正文】 e,allgrade from examinee,profession,gradewhere = and =。運行結(jié)果為: 嵌套查詢 查詢,報考土木的考生的考生編號,姓名。 select eid,ename from examinee where proid in (select proid from profession where proname=土木 )。運行結(jié)果為: 數(shù)據(jù)庫更新操作 插入數(shù)據(jù)向?qū)I(yè)表中插入一數(shù)據(jù)insert into profession values(1105,39。園藝39。,305,2203)。運行結(jié)果為: 修改數(shù)據(jù) 修改小白的考生編號為8 update examinee set eid=39。839。 where ename=39。小白39。; 運行結(jié)果為: 刪除數(shù)據(jù)刪除編號為3的考生記錄 delete from examinee where eid=39。339。;運行結(jié)果為: 數(shù)據(jù)庫的安全性所謂計算機系統(tǒng)安全性,是指為計算機系統(tǒng)建立和采取的各種安全保護措施,以保護計算機系統(tǒng)中的硬件,軟件及數(shù)據(jù),防止其偶然或惡意的原因使系統(tǒng)遭到破壞,數(shù)據(jù)遭到更改或泄露等。為防止因用戶非法使用數(shù)據(jù)庫造成數(shù)據(jù)泄露、更改或破壞,必須采取一些安全性控制措施以保證數(shù)據(jù)庫中數(shù)據(jù)的安全、可靠和正確有效。安全性控制的防范對象是非法用戶和非法操作,防止他們對數(shù)據(jù)庫數(shù)據(jù)的非法存取。主要采用用戶標(biāo)識及鑒定,使用用戶名或用戶標(biāo)識號來標(biāo)明用戶身份。用戶想要對對數(shù)據(jù)庫內(nèi)容進行相關(guān)操作,必須申請一個用戶名或用戶標(biāo)識號,每次登陸都必須輸入該用戶名以及相應(yīng)正確的口令,然后系統(tǒng)對其進行驗證,只有通過驗證的用戶方可對數(shù)據(jù)庫進行操作。 數(shù)據(jù)庫的完整性 實體完整性定義:在考生成績表grade中將gid定義為主碼。 create table grade( gid number(10) primary key, politics number(10) check(politics0 and politics100), english number(10) check(english0 and english100), math number(10) check(math0 and math150), procourse number(10) check(procourse0 and procourse150), allgrade number(10) )。 參照完整性定義:在考生表examinee中將gid、proid定義為外碼。create table examinee( eid number(10) primary key, ename varchar2(10), esex char(2), esage number(2), gid number(10), proid number(10), foreign key (gid) reference grade(gid), foreign key (proid) reference profession (proid) )。16
點擊復(fù)制文檔內(nèi)容
范文總結(jié)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1