Relational Database Design & Usage

Relational database design refers to a database design pattern where all the data are stored inside tables.

  1. Table

    • A table in relational database design consists of a set of rows and columns.

    Insight

    • A relational database only includes tables. Even the outcome of all the processes is expressed in a table.

    Design Concept

    • Relational database design concept emphasizes that each table should hold or represent one thing, and each row in that table should be unique.

    Usage

    • Important usage characteristics of relational database design include data entry, updates, deletions, data retrieval and reporting.

    Fact

    • Edgar Frank Codd created the concept of relational database design in 1969.

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured