InterviewSolution
Saved Bookmarks
| 1. |
Tables play an important role in database management system. Explain why ? |
|
Answer» 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. ... VIEWS also function as relational tables, but their data are calculated at query TIME. |
|