首頁  >  文章  >  後端開發  >  php選擇題資料庫如何設計

php選擇題資料庫如何設計

angryTom
angryTom原創
2019-11-08 16:44:212933瀏覽

php選擇題資料庫如何設計

php選擇題資料庫如何設計

#php選擇題資料表可以設計如下:

E-R圖

php選擇題資料庫如何設計

#選擇題資料表

tinyint##ChoiceQst_Info#內容

#列名

說明

資料型別

約束

#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

#答案

################ #########################char######################### ######not null############################更多PHP相關知識,請造訪###PHP中文網# ##! ##########

以上是php選擇題資料庫如何設計的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
上一篇:phpbb是什麼下一篇:phpbb是什麼