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.
 
 
 
 
 
SURAJ39 d9b39182b9
added content to 104-native-drivers.md (#2676)
2 years ago
..
100-knex.md feat: add working with relational databases content (#1942) 2 years ago
101-type-orm.md feat: add working with relational databases content (#1942) 2 years ago
102-sequelize.md Resources added to Nodejs/Databases/Sequelize (#2479) 2 years ago
103-prisma.md feat: add working with relational databases content (#1942) 2 years ago
104-native-drivers.md added content to 104-native-drivers.md (#2676) 2 years ago
readme.md Update readme.md (#2197) 2 years ago

readme.md

Relational

A relational database is a (most commonly digital) database based on the relational model of data, as proposed by E. F. Codd in 1970. A system used to maintain relational databases is a relational database management system (RDBMS). Many relational database systems are equipped with the option of using the SQL (Structured Query Language) for querying and maintaining the database.

Free Content