Saved Bookmarks
| 1. |
Ghe one word for the following1 Row in a table2 Column in a table. 3 Building blocks of database. 4 Collection of fields |
|
Answer» 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. |
|