

InterviewSolution
Saved Bookmarks
1. |
Explain the components of table? |
Answer» It consists of columns and rows. In relational databases, and flat file databases, a\xa0table\xa0is 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. | |