Introduction to Databases on AWS (Part 5)
Relational databases
A relational database organizes data into tables. Data in one table can link to data in other tables to create relationships—hence, the relational part of the name.
A table stores data in rows and columns. A row, often called a r...
nayantank.hashnode.dev4 min read