Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Madukoma Blessed ba889de406
Add PostgreSQL resources
3 years ago
..
100-postgresql.md Add PostgreSQL resources 3 years ago
101-mysql.md Add MySQL Resources 3 years ago
102-mariadb.md Add interactivity for the backend roadmap 3 years ago
103-mssql.md Update 103-mssql.md (#1069) 3 years ago
104-oracle.md Add interactivity for the backend roadmap 3 years ago
readme.md Add Relational Databases Content (#1034) 3 years ago

readme.md

Relational Databases

A relational database is a type of database that stores and provides access to data points that are related to one another. Relational databases store data in a series of tables. Interconnections between the tables are specified as foreign keys. A foreign key is a unique reference from one row in a relational table to another row in a table, which can be the same table but is most commonly a different table.

Free Content Relational Databases 51 Years of Relational Databases Databases and SQL Intro To Relational Databases What is Relational Database