computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
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
|
2 years ago | |
---|---|---|
.. | ||
100-postgresql.md | 2 years ago | |
101-mysql.md | 2 years ago | |
102-mariadb.md | 2 years ago | |
103-mssql.md | 2 years ago | |
104-oracle.md | 2 years ago | |
readme.md | 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