Information_Schema 表
Information Schema
表 | 描述 |
---|---|
tables | ANSI SQL 标准的表元数据视图。 |
schemata | ANSI SQL 标准的数据库元数据视图。 |
views | ANSI SQL 标准的视图元数据视图。 |
keywords | ANSI SQL 标准的关键字元数据视图。 |
columns | ANSI SQL 标准的列元数据视图。 |
SHOW VIEWS FROM INFORMATION_SCHEMA;
╭─────────────────────────────╮
│ Views_in_information_schema │
│ String │
├─────────────────────────────┤
│ columns │
│ key_column_usage │
│ keywords │
│ schemata │
│ statistics │
│ tables │
│ views │
╰─────────────────────────────╯