Answers for "is database and schema same"

SQL
3

what is 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;
Posted by: Guest on January-27-2021
0

what is logical database schema

specific problem domain expressed in logical form is called Logical database schema
Posted by: Guest on February-12-2021

Code answers related to "is database and schema same"

Code answers related to "SQL"

Browse Popular Code Answers by Language