Useful Links
Computer Science
Databases
Database Management Systems
1. Introduction to Databases and DBMS
2. Data Models
3. The Relational Model
4. Database Design
5. SQL (Structured Query Language)
6. Storage and File Structure
7. Query Processing and Optimization
8. Transaction Management
9. Recovery Systems
10. Database Security
11. Distributed Database Systems
12. NoSQL Database Systems
13. Data Warehousing and OLAP
14. Emerging Database Technologies
Data Models
Data Model Classification
Conceptual Data Models
Logical Data Models
Physical Data Models
Conceptual Data Models
Entity-Relationship Model
Entities and Entity Sets
Attributes and Attribute Types
Relationships and Relationship Sets
ER Diagram Notation
Object-Based Models
Object-Oriented Data Model
Object-Relational Model
Semantic Data Models
Logical Data Models
Relational Model
Relations and Tables
Attributes and Domains
Tuples and Rows
Hierarchical Model
Tree Structure
Parent-Child Relationships
Navigation Methods
Network Model
Graph Structure
Set Relationships
CODASYL Model
Physical Data Models
Storage Structures
Access Methods
File Organization
Indexing Mechanisms
Previous
1. Introduction to Databases and DBMS
Go to top
Next
3. The Relational Model