📌  相关文章
📜  如何检查是否没有数据库架构 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:31.134000             🧑  作者: 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;