随笔分类 -  SQL数据库

摘要:一、基础Sql语句 1、创建数据库:Create DataBase dbName; 2、删除数据库:Drop DataBase dbName; 3、创建新表:Create Table tabName(col1 type1 [not null] [primary key] ,col2 type2 [n 阅读全文
posted @ 2020-09-08 21:42 逆风前行的少年 阅读(1450) 评论(0) 推荐(1)