Skip to content

Commit b1f7578

Browse files
committed
Update system-tables.md
1 parent a124e80 commit b1f7578

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/en/sql-reference/00-sql-reference/20-system-tables/system-tables.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ title: system.tables
44

55
Provides metadata information for all tables. It includes details such as table properties, creation time, number of rows, data size, and more.
66

7-
See also: [SHOW TABLES](../../10-sql-commands/00-ddl/01-table/show-tables.md)
7+
See also:
8+
9+
- [information_schema.tables](information-schema-tables.md)
10+
- [SHOW TABLES](../../10-sql-commands/00-ddl/01-table/show-tables.md)
811

912
```sql title='Examples:'
1013
SELECT * FROM system.tables LIMIT 3;

0 commit comments

Comments
 (0)