Saved Bookmarks
| 1. |
Ghe one word for the following 1 Row in a table2 Column in a table. 3 Building blocks of database. 4 Collection of fields |
|
Answer» ONG>Explanation: row in a table:- cell Column in a table:- Field Building blocks:- Entity Collection of fields:- record ExplanationA record is a collection of fields, POSSIBLY of different data types, TYPICALLY in a FIXED number and sequence. The fields of a record may ALSO be called members, particularly in object-oriented programming; fields may also be called elements, though this risks confusion with the elements of a collection. |
|