CBSE Class 11 Informatics Practices Question 75 of 85

Database Concepts — Question 38

Back to all questions
38
Question

Question 26(b)

Distinguish 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.