- RDBMS stands for relational data base management system. A RDBMS is a management system for databases.
- It’s a database software.
- SQL stands for structures query language, it’s a language used to communicate with the database system.
- In order to reference an item quickly and without conflict, rows (items) need a primary key.
- A primary key that the database auto increments on new items and must be unique.
- Foreign key (fk)
- You need to put two foreign keys in a table, that references two separate tables. This is a many to many relationship.