php選擇題資料庫如何設計
#php選擇題資料表可以設計如下:
E-R圖
#選擇題資料表
#列名 |
說明 |
資料型別 |
約束 |
#ChoiceQst_id
|
#試題號
|
||
not null IDENTITY(1, 1) primary key |
ChoiceQst_Question
|
#問題型號 問題型號 ##問題型號 |
|
|
int |
#not null |
foreign key
|
#內容 |
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 |
#答案 |
以上是php選擇題資料庫如何設計的詳細內容。更多資訊請關注PHP中文網其他相關文章!