Locked lesson.
About this lesson
We will look at the core concepts and structure of a relational database such as tables, columns, rows, etc
Exercise files
Download this lesson’s related exercise files.
RDBMS Concepts.docx98.9 KB RDBMS Concepts - Solution.docx
99 KB
Quick reference
RDBMS Concepts
RDBMS stands for Relational Database Management System.
When to use
Whenever you use a databse, you'll use a RDBMS.
Instructions
RDBMS is the foundation of most database systems. In it, databases are made of tables, tables are made of columns and rows, columns and rows are filled with data.
Columns are also called fields.
Rows are also called records.
Hints & tips
- RDBMS stands for Relational Database Management System
- Databases are made of tables
- Tables are made of Columns and Rows
- Columns and Rows hold data
Lesson notes are only available for subscribers.