类别:PHP问题 / 日期:2019-11-26 / 浏览:252 / 评论:0
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相干学问,请接见ki4网!
以上就是php选择题数据库怎样设想的细致内容,更多请关注ki4网别的相干文章!
版权声明 : 本文未使用任何知识共享协议授权,您可以任何形式自由转载或使用。