php選擇題數據庫如何設計
來源:懂視網
責編:小采
時間:2020-11-03 23:11:45
php選擇題數據庫如何設計
php選擇題數據庫如何設計:php選擇題數據庫如何設計php選擇題數據表可以設計如下:E-R圖選擇題數據表列名說明數據類型約束ChoiceQst_id試題號tinyintnot null IDENTITY(1, 1) primary keyChoiceQst_Question題型號intnot nullforeign keyChoiceQst
導讀php選擇題數據庫如何設計:php選擇題數據庫如何設計php選擇題數據表可以設計如下:E-R圖選擇題數據表列名說明數據類型約束ChoiceQst_id試題號tinyintnot null IDENTITY(1, 1) primary keyChoiceQst_Question題型號intnot nullforeign keyChoiceQst

php選擇題數據庫如何設計
php選擇題數據表可以設計如下:
E-R圖

選擇題數據表
列名 | 說明 | 數據類型 | 約束 |
ChoiceQst_id | 試題號 | tinyint | not null IDENTITY(1, 1) primary key |
ChoiceQst_Question | 題型號 | int | not null foreign key |
ChoiceQst_Info | 內容 | text | not null |
ChoiceQst_OP1 | 操作1 | text | not null |
ChoiceQst_OP2 | 操作2 | text | not null |
ChoiceQst_OP3 | 操作3 | text | not null |
ChoiceQst_OP4 | 操作4 | text | not null |
ChoiceQst_answ | 答案 | char | not null |
更多PHP相關知識,請訪問PHP中文網!
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
php選擇題數據庫如何設計
php選擇題數據庫如何設計:php選擇題數據庫如何設計php選擇題數據表可以設計如下:E-R圖選擇題數據表列名說明數據類型約束ChoiceQst_id試題號tinyintnot null IDENTITY(1, 1) primary keyChoiceQst_Question題型號intnot nullforeign keyChoiceQst