Mysql---information_schema
1、概述
1.1、INFORMATION_SCHEMA
provides access to database metadata, information about the MySQL server such as the name of a database or table, the data type of a column, or access privileges.(INFORMATION_SCHEMA
库 提供了 数据库元数据 【元数据:关于MySQL服务器 数据库、表的名称;字段类型;操作权限】 的访问)
2、The INFORMATION_SCHEMA COLUMNS Table
2.1、The COLUMNS
table provides information about columns in tables.(columns表 提供了 表中字段的信息)