KnowledgeBoat Logo
|
LoginJOIN NOW

Informatics Practices

Differentiate between database and table.

Relational Database

2 Likes

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.

Answered By

1 Like


Related Questions