What is a database schema?Database schema is a formally described structure in terms of DBMS. In an RDBMS, schema is defined using database tables, fields, and relationships (foreign keys).
A database schema is stored in textual format in the data dictionary but is often represented in a graphical format depicting the structure and arrangement of the tables along with their relationships.
There are 4 levels of database schema:
- Conceptual - Logical - Physical - Schema object
|