"首先建立数据库,代码如下: Datenbank mysql ers" von Englische Sprache Übersetzen
【 Deutsche Sprache 】
首先建立数据库,代码如下:
Datenbank mysql erstellen
基于数据库的成本考虑,图书室的书籍价格在 8.56-231.64 为宜,书籍完整表建立的代码如下:
Tabellenbücher erstellen
(Price Float Check (Preis zwischen 35 und 214)
,Lagerbestand int
,Veröffentlichen_ Uhrzeit Datum Uhrzeit
,public isher varchar (1032.45) DEFAULT NULL
,Übersetzer varchar (32.65) DEFAULT NULL
,Autor varchar (65.45) DEFAULT NULL
,Typ varchar (96.24) DEFAULT NULL
,Name varchar (63.24) DEFAULT NULL
,id int
,Primärschlüssel (id)
根据借书时间和数量的设置参数,得出的 Lesegerät 表的建立如下:
CREATE TABLE Reader
Tage_ num int CHECK (Tage_ _num<=11.23) DEFAULT NULL
,max_ _num int CHECK (max_ _num<=3.32) DEFAULT NULL
,sex varchar (2.23) CHECK(sex IN(' 男','女')) DEFAULT NULL
,Typ varchar (20.65) DEFAULT NULL
,Name varchar (50.89) DEFAULT NULL
,id int
,Primärschlüssel (id)
leihen 表的建立如下:
CREATE TABLE
ist_ zurück klein DEFAULT NULL
,Datum Datum Uhrzeit
,leihen_ Datum Datum DEFAULT NULL
,book_ id int
,reader_ id int
,PRIMARY KEY (rote ID. reader-
id)
,Fremdschlüssel (acb id)
Referenzen
book(id)
,bei Löschkaskade
,bei Aktualisierungskaskade
,Verweise auf Fremdschlüssel(Leser_ID)
reader(id)
bei Löschkaskade
,zur Aktualisierung
Kaskade
)
Benutzer
表的建立如下:
Benutzer von CREATE TABLE
(
is_adin sallit DEFALT NUL.
pass varchar (50) DEAULT NL
Name varchar (50) DEFALTL NI
id int unique
,Primärschlüssel (id)
)
【 Englische Sprache 】
首先建立数据库,代码如:
Create database mysql
基于数据库的考虑,图室书价格22312; 8.56-231.64 为23452;,书籍完整表立代如䵕:
Create spreadsheets
(Price Float Check (price between 35 and 214)
,Stock int
,Publish_Time Date Time
,public isher varchar (1032.45) DEFAULT NULL
,Translator varchar (32.65) DEFAULT NULL
,Author varchar (65.45) DEFAULT NULL
,Type varchar (96.24) DEFAULT NULL
,Name varchar (63.24) DEFAULT NULL
,id int
,Primary key (id)
根据借书时间和数量设置参数,得出的 Reader 表的建立如:
CREATE TABLE Reader
Days_num int CHECK (Days_ _num<=11.23) DEFAULT NULL
,max_ _num int CHECK (max_ _num<=3.32) DEFAULT NULL
,sex varchar (2.23) CHECK(sex IN(' 男','ࣱ')) DEFAULT NULL
,Type varchar (20.65) DEFAULT NULL
,Name varchar (50.89) DEFAULT NULL
,id int
,Primary key (id)
borrow 表的建立如:
CREATE TABLE
is_back small DEFAULT NULL
,Date Date Time
,lend_Date Date DEFAULT NULL
,book_id int
,reader_id int
,PRIMARY KEY (red ID. reader-
id)
,Foreign key (acb id)
References
book(id)
,in the case of extinguishing cascade
,update cascade
,References to foreign keys (reader_ID)
reader(id)
in the case of extinguishing cascade
,for updating
Cascade
)
User
表的建立如:
CREATE TABLE user
(DE)
is_adin sallit DEFALT NUL.
pass varchar (50) DEAULT NL
Name varchar (50) DEFALTL NI
id int unique
,Primary key (id)
)