數(shù)據(jù)庫教學(xué)tianjin第2天課件_第1頁
數(shù)據(jù)庫教學(xué)tianjin第2天課件_第2頁
數(shù)據(jù)庫教學(xué)tianjin第2天課件_第3頁
數(shù)據(jù)庫教學(xué)tianjin第2天課件_第4頁
數(shù)據(jù)庫教學(xué)tianjin第2天課件_第5頁
已閱讀5頁,還剩12頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

2天課件12維數(shù)據(jù)表普通的一個excelsheet22維數(shù)據(jù)表有下面特征3男123號女445號男110 單位電話男清華大學(xué)號女北京大學(xué)號二男110xmloffice文件,word,ppt,excel都屬于非結(jié)構(gòu)化數(shù)據(jù)136341NF12NF2范式3NF33111范式212NAME --NAME1020varchar(2), varchar 3只有不超過N2 ’46‘’――>’’――有2個英文空格,合起來依然是6個字這個字符有固定要求時,用char(6),4createtable用戶表createtable用戶表)select*from用戶表insertintovalues('insertintovalues('insertintovalues('11insertinto用戶表values('java代碼發(fā)現(xiàn)createtable2( --OK,女占用2個字手--OK,AA2','女');--號 --此時nchar與char無區(qū)別因為都是英文數(shù)字并且在此可)select*frominsertinto用戶表2 手 六、關(guān)于數(shù)值數(shù)據(jù)類型,在幫助文檔中輸入datatypeSQL200014個字節(jié)――MSSQLoracle4個節(jié)integer123float――用得少1-->成為下面數(shù)據(jù)最大長度為nmm123.4567—)select)select*frominsertinto學(xué)生成績1values('張海燕','語文',123. insertinto學(xué)生成績1values('張海燕','數(shù)學(xué)',146. insertinto學(xué)生成績1values('張海燕','英語',46.--體會decimalcreatetable科目名 成績createtablecreatetable科目名 )select*from2insertinto2values('insertinto2values('insertinto2values('insertinto2insertinto2123、有時可以簡單說,重復(fù)就是冗余 4createtablecreatetable科目名 )select*from2orderinsertinto學(xué)生成績2 insertinto學(xué)生成績2values(' insertinto學(xué)生成績2values(' insertinto學(xué)生成績2values(' insertinto學(xué)生成績2 3primarykey,4createtablevarchar(40)primarykey,)select*frominsertinto用戶表3values(' ','女','insertinto用戶表3values(' ','女','insertinto用戶表3values('張海平','男MSSQL,ORACLE13intidentity(初始值,步長primarykey,41createtablecreatetableIDintidentity(10000,1primarykey,varchar(40),)select*frominsertinto4values后插入其值insertinto4values('insertinto4','女','女','男7createtablecreatetableIDintidentityprimarykey,varchar(40),)select*from5insertinto5values('values','女insertinto用戶表5 ','女 insertinto用戶表5 ','男 211范式基礎(chǔ)上22NF22范式2十一、SELECT語法的基本用法2-1select*from3-select*fromwhere查詢條件4-3select123fromwhere十二、2select*from數(shù)據(jù)表 select*from用戶表5where用戶 --在where后面的等號用于判斷,而不是賦select*from4where十三、關(guān)于查詢條件中的1不是賦值java22select*from學(xué)生表where學(xué)號=10001select*from學(xué)生表2 where=’’十四、where條件 and條件 and條件java where學(xué)號 where條件1or條件 條件java中的||

and 學(xué)號=1023||學(xué)號=1011||學(xué)號=100003學(xué)號=10000)and 學(xué)號=10000)and 十五、13createcreatetableIDintidentityprimarykey,varchar(40),)select*frominsertinto用戶表6 ','男','1988-3-insertinto6values('張輝女','1990-4-insertinto6values('李海男','1991-7-十六、2select*fromwhere日期字段=’日期值’select*fromwhere日期字段>=’日期值’select*fromwhere日期字段<=’日期值createtableIDintidentityprimarykey,varchar(40),)createtableIDintidentityprimarykey,varchar(40),)select*from6orderbyinsertinto用戶表6 ','男','1988-3-insertinto用戶表6 insertinto用戶表6 insertinto用戶表6 月','女','1988-3-insertinto6values('林小小女','1989-6-insertinto6values('李平平男','1991-7-2select*from6where出生日期='1991-7-2'--只能查詢到當(dāng)天0的select*from用戶表6where出生日期='1991-7-213:45:21'select*from用戶表6 where出生日期>='1989-6-1'select*from用戶表 where出生日期>='1989-6-1'and出生日期<='1991-7-2十七、2select字段1,字段2,字段 from數(shù)據(jù)表名稱where查詢條select用select用戶 from用戶表 where出生日期>='1989-6-1'and出生日期<='1991-7-十八、1insertinto數(shù)據(jù)表名稱(12createtableIDcreatetableIDintidentityprimarykey,varchar(40),)insertinto用戶表 ,出生日期)values('男','李平平','1991-7-2十九、關(guān)于SQL中的1sql語句時,如果遇到go4二十、關(guān)于數(shù)據(jù)表設(shè)計中的字段約束—2字段A數(shù)據(jù)類型約束1約束2 約束n,3、如果某個字段只是是某集合中取值createtableIDintidentityprimarykey,varchar(40),createtableIDintidentityprimarykey,varchar(40),)select*frominsertinto用戶表5 ','男','1988-3-insertinsertinto5','insertinto5','insertinto5月女','1988-3-insertinto用戶表5values('林小小','不','1989-6- 二十一 2createtableIDintidentitycreatetableIDintidentityprimarykey,varchar(40), datetimecheck(出生日期>='1980-1-1'and出生日期<=

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論