您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息
三六零分类信息网 > 岳阳分类信息网,免费分类信息发布

mysql 复习与学习(二)_MySQL

2024/3/5 0:53:52发布17次查看
bitscn.com
mysql -h localhost -uroot -p123456 //连接数据库
show databases; //查看数据库
create database if not exists db_goods; //创建数据库
use db_goods; //使用数据库
show tables; //查看数据库里表
create table goods(id int, name varchar(10)); //创建表
desc goods; //查看标结构
insert into goods(id, name) values('1', 'zhangsan'); //表中插入数据
update goods set name = 'lisi', id = '3' where id = '1'; // 更新数据
delete from goods where id = '1';//删除数据
drop table if exists goods; //删除表
drop database if exists db_goods; //删除数据库
? contents; //查看帮助
? create table;//查看创建表帮助
bitscn.com
岳阳分类信息网,免费分类信息发布

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录