InterviewSolution
Saved Bookmarks
| 1. |
What do we call a row in a data base? |
|
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. |
|