Browsing articles tagged with " Database Schema"
Dec
28
2011

What is a Database Schema?

Database Schema Example

Database schema refers to the layout of the database, which shows how each data is organized into structures or tables. It is also referred to as the language used by database management systems. The schema in a relational database refers to the tables, fields and also the existing relationship between the fields and tables. Schemas are stored in a data dictionary, and although it is usually in database language, it is considered as the graphic model of a database. Simply put, it is the representation [...]

Advertisements