1.数据库的定义:
 DQL:查询语句,凡是select语句都是DQL
 DML:insert delete update,对表中的数据进行增删改查
 DDL:create drop alter,对表的结构进行增删改
 TCL:commit提交事务,rollback回滚事务
 DCL:grant授权,revoke撤销查询

2.导入初始化数据流程:
MySQL常用的命令
MySQL常用的命令
MySQL常用的命令
3.查看表的结构及表中的数据:
MySQL常用的命令
MySQL常用的命令

相关文章:

  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-01-01
  • 2021-12-06
猜你喜欢
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-09-17
  • 2021-09-04
相关资源
相似解决方案