📜  如果没有数据库架构怎么办 - SQL 代码示例

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

代码示例1
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;