1.

How is a database releted to a table?

Answer» In relational databases, and flat file databases, a table is a set of data elements (values) using a model of vertical columns (identifiable by name) and horizontal rows, the cell being the unit where a row and column intersect. A table has a specified number of columns, but can have any number of rows.\xa0A database is a collection of interrelated data , these data are stored in the table which are related to one another,\xa0to search and retrieve data queries are made . A table is made up of rows and columns , data of databases are stored in the table.


Discussion

No Comment Found