Search

Search IconIcon to open search

Relational

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 19.10.2024, 09:13
modified 09.08.2025, 11:27
published Empty
sources Empty
topics Relational Data Model, Relational Databases, SQL, Primary and Foreign Keys
authors Empty
ai-assisted No

My Thesis:

The relational data model is designed to handle structured data and is implemented by relational databases.
These databases are the most well-established within the IT industry. They organize the data in two-dimensional tables, also known as relations. These tables consist of rows and columns. Each row usually represents an instance of an entity or relationship, while the columns define the range of values or domains each row can hold. The connections between tables are established through primary and foreign keys. A primary key is a unique identifier for each row in a table, and a foreign key points to the primary key of another table, creating a relationship between the two.
Data manipulation and retrieval in relation databases is performed through Structured Query Language (SQL), a standardized language that enables users to interact with the database.

List of Relational Databases.