InterviewSolution
Saved Bookmarks
| 1. |
Define the following terms: c) Table d) Tuple |
|
Answer» A row also CALLED a record or tuple REPRESENTS a SINGLE, data item in a table. In SIMPLE terms, a database table can be VISUALIZED as consisting of rows and columns or fields. Each row in a table represents a set of related data, and every row in the table has the same structure.Explanation:I hope it helps u |
|