Saved Bookmarks
| 1. |
What do we call a row in a database?a) record b) field c) form |
|
Answer» In the CONTEXT of a RELATIONAL database, a row—also called a tuple—represents a SINGLE, implicitly structured data item in a table. In simple terms, a database table can be thought of as consisting of ROWS and columns. ... For example, in a table that represents companies, each row WOULD represent a single company. |
|