
php选择题数据库如何设计
php选择题数据表可以设计如下:
E-R图

选择题数据表
立即学习“PHP免费学习笔记(深入)”;
智睿报修管理系统定位行政企业,单位,机关加快网络无纸办公化,网络信息报修管理系统,系统支持城市区域模块管理,会员信息模块,报修种类,维修工人信息显示,达到快速准确到位,支持在线打印,数据导出,汇总数据,报修次数统计。本系统为免费版本,不收取任何费用,可直接使用。 功能模块: 权限设置 - 可设多个管理员,自由分配选项管理权限 数据备份 - 支持在线数据库备份及还原数据库 类别管理 - 支持
161
列名 |
说明 |
数据类型 |
约束 |
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中文网!
以上就是php选择题数据库如何设计的详细内容,更多请关注php中文网其它相关文章!
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号