research.sql
来自「数据库课程设利用好的是这个请使用网上调系统」· SQL 代码 · 共 28 行
SQL
28 行
# phpMyAdmin MySQL-Dump
# version 2.2.0rc2
# http://phpwizard.net/phpMyAdmin/
# http://phpmyadmin.sourceforge.net/ (download page)
#
# 主机: localhost
# Generation Time: August 2, 2001, 2:25 pm
# Server version: 3.23.38
# PHP Version: 4.0.6
# 数据库 : research
# --------------------------------------------------------
#
# 数据表的结构 'research'
#
CREATE TABLE `research` (
`id` int(11) NOT NULL auto_increment,
`optiona` int(11) default '0',
`optionb` int(11) default '0',
`optionc` int(11) default '0',
`optiond` int(11) default '0',
`optione` int(11) default '0',
`optionf` int(11) default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?