About Lesson
A database is a structured collection of records or data stored in a computer system. It allows commands to create, access, and manage data.
We can implement databases using Relational Database Management System software(RDBMS). The software is called relational because data is stored in tables, and relations are established using keys.
Join the conversation