原文:数据库学习之初始-创建表及几个命令

所用软件:mysql server 一,创建一个表 用creat create table candidats candidats id int not null auto increment,candidats name char not null,candidats addr char null,candidats age char null,candidats school char nul ...

2016-12-18 19:08 0 4462 推荐指数:

查看详情

初始数据库---创建student

CREATE TABLE `student2`( `StudentNo` INT(4) NOT null comment'学号', `LoginPwd` VARCHAR(20), `S ...

Tue Mar 26 02:30:00 CST 2019 0 1211
SQL命令: 创建数据库创建

#创建数据库Testedb1 #查看数据库 #使用数据库 #查看正在使用的数据库 #创建student,student的字段、字段类型、字段属性属性: id int(10) not null unique ...

Mon May 03 19:52:00 CST 2021 0 246
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM