Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to check if there is no database schema

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;
 
PREVIOUS NEXT
Tagged: #check #database #schema
ADD COMMENT
Topic
Name
5+4 =