Skip to content

Commit

Permalink
Update what-are-relational-databases@R9DQNc0AyAQ2HLpP4HOk6.md (kamran…
Browse files Browse the repository at this point in the history
  • Loading branch information
blubu authored Sep 6, 2024
1 parent c2c122e commit 4ac9e7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Relational databases are a type of database management system (DBMS) that stores
- Use of SQL (Structured Query Language) for querying and managing data
- Support for ACID transactions (Atomicity, Consistency, Isolation, Durability)
- 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

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.

Learn more from the following resources:

- [@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/)

0 comments on commit 4ac9e7b

Please sign in to comment.