CBSE Class 11 Informatics Practices Question 54 of 85

Database Concepts — Question 17

Back to all questions
17
Question

Question 16(a)

Differentiate between database and table.

Answer
DatabaseTable
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.