Saved Bookmarks
| 1. |
Enlist and define the elements of a table. |
|
Answer» Explanation: 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. |
|