MySQL常用命令

查询所有数据库名![image] show databases;(https://img2023.cnblogs.com/blog/2805463/202304/2805463-20230420144431240-201364771.png)
(使用哪个数据库)use [database name];image
(查询数据库下的所有表名)show tables;image
(查询表中数据)select * from [table name];
image
(查询表结构)des [table name];image

posted @ 2023-04-20 14:50  、怪咖  阅读(9)  评论(0编辑  收藏  举报