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.
 
 
 
 
 
Uma Das 5fdb8fa5b9
Backend Typos and Color Codes Fixed (#1783)
2 years ago
..
100-postgresql.md Backend Typos and Color Codes Fixed (#1783) 2 years ago
101-mysql.md Backend Typos and Color Codes Fixed (#1783) 2 years ago
102-mariadb.md Backend Typos and Color Codes Fixed (#1783) 2 years ago
103-mssql.md Backend Typos and Color Codes Fixed (#1783) 2 years ago
104-oracle.md Backend Typos and Color Codes Fixed (#1783) 2 years ago
readme.md Backend Typos and Color Codes Fixed (#1783) 2 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