Skip to content

Commit

Permalink
Add mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenezerdon committed Oct 31, 2024
1 parent 71d77ab commit fda9f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/blog/post/sql-vs-nosql/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This choice impacts everything from application performance and scalability to d

# **Understanding SQL databases**

**SQL databases**, also known as **relational databases**, structure data into tables with rows and columns. Common SQL databases include **MySQL**, **PostgreSQL**, **SQL Server**, and **Oracle**. The relational model links data across tables using **primary** and **foreign keys**, providing a highly organized, consistent data structure.
**SQL databases**, also known as **relational databases**, structure data into tables with rows and columns. Common SQL databases include **MySQL**, **MariaDB**, **PostgreSQL**, and **Oracle**. The relational model links data across tables using **primary** and **foreign keys**, providing a highly organized, consistent data structure.

## **Key SQL features and how they impact projects**

Expand Down

0 comments on commit fda9f24

Please sign in to comment.