原文:數據庫學習之初始-創建表及幾個命令

所用軟件: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