KnowledgeBoat Logo
|

Informatics Practices

What is the relationship between a database and a table?

Relational Database

4 Likes

Answer

A database is an organized collection of interrelated data that serves many applications, while a table is a collection of logically related records. In other words, it is a named collection of data items that represent a complete unit of information within a database.

Answered By

3 Likes


Related Questions