InterviewSolution
Saved Bookmarks
| 1. |
A row in a database refers to a |
|
Answer» In the context of a RELATIONAL database, a row—also called a tuple—represents a single, implicitly structured data item in a table. ... The IMPLICIT structure of a row, and the MEANING of the data VALUES in a row, requires that the row be understood as PROVIDING a succession of data values, one in each column of the table. |
|