DB theoretical part
Database(DB) - organized collection of related data that are electronically stored and used.
Database management systems(DBMS) - software system that provides users a function that defines, creates, and manages DB.
For example, PostgreSql, MySql...
When defining DB, extra data occurs -> metadata (data about data)
Database system - DB + DBMS + related applications
Data models - provides a method that expresses DB structure abstractly.
Data models' different types
Database Schema - description of the structure of database based on data model. It usually doesn't change after being decided
"Relational" comes from mathematics.
What is "Set"? Set - collections that have different elements and the order of elements doesn't matter.
Relational data model
Degree of a relation - the number of attributes in relation schema
Comments
Post a Comment