📜  什么是数据库架构 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:27.440000             🧑  作者: Mango

代码示例2
DATABASE SCHEMA: is a chart that shows
all the tables and how they are
related to each other.
• If there is no schema:
1. Oracle ===> SELECT table_name FROM user_tables;
2. MySQL ===> show tables;