Informatics Practices
Distinguish between database and table.
Relational Database
2 Likes
Answer
| Database | Table |
|---|---|
| Database is an organized collection of interrelated data that serves many applications. | A table is a structure within a database that organizes data into rows and columns. |
| It consists of multiple tables. | It is comprised of rows and columns. |
| It is at higher level in the data storage hierarchy. | It is at lower level, as it is a component of the database. |
| For example, MySQL database. | For example, employee table. |
Answered By
1 Like