mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-13 04:34:13 +02:00
This commit is contained in:
@@ -5,7 +5,7 @@ Relational databases are a type of database management system (DBMS) that stores
|
|||||||
- Use of SQL (Structured Query Language) for querying and managing data
|
- Use of SQL (Structured Query Language) for querying and managing data
|
||||||
- Support for ACID transactions (Atomicity, Consistency, Isolation, Durability)
|
- Support for ACID transactions (Atomicity, Consistency, Isolation, Durability)
|
||||||
- Enforcement of data integrity through constraints (e.g., primary keys, foreign keys)
|
- Enforcement of data integrity through constraints (e.g., primary keys, foreign keys)
|
||||||
- bility to establish relationships between tables, enabling complex queries and data retrieval
|
- Ability to establish relationships between tables, enabling complex queries and data retrieval
|
||||||
- Scalability and support for multi-user environments
|
- Scalability and support for multi-user environments
|
||||||
|
|
||||||
Examples of popular relational database systems include MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. They are widely used in various applications, from small-scale projects to large enterprise systems, due to their reliability, consistency, and powerful querying capabilities.
|
Examples of popular relational database systems include MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. They are widely used in various applications, from small-scale projects to large enterprise systems, due to their reliability, consistency, and powerful querying capabilities.
|
||||||
@@ -13,4 +13,4 @@ Examples of popular relational database systems include MySQL, PostgreSQL, Oracl
|
|||||||
Learn more from the following resources:
|
Learn more from the following resources:
|
||||||
|
|
||||||
- [@video@What is a relational database?](https://www.youtube.com/watch?v=OqjJjpjDRLc)
|
- [@video@What is a relational database?](https://www.youtube.com/watch?v=OqjJjpjDRLc)
|
||||||
- [@article@What is a relational database - AWS](https://aws.amazon.com/relational-database/)
|
- [@article@What is a relational database - AWS](https://aws.amazon.com/relational-database/)
|
||||||
|
Reference in New Issue
Block a user