Saved Bookmarks
| 1. |
What is relation? What is the difference between a tuple and an attribute? |
|
Answer» A relation is a two-dimensional table. It contains number of rows (tuples) and columns (attributes). This is the horizontal part of the relation. One row represents one record of the relation. The rows of a relation are also called tuples. |
|