|
LastName |
FirstName |
Address |
City |
ABC |
EFG |
1, |
|
XYZ |
EFG |
3, |
|
EFG |
ABC |
2, |
|
Example |
A Database is made up of one or more tables. Each table is identified by a name and contains records. This is explained by the example below in which a table called "Student" is shown. |
The "Student" table has three records with four attributes(Last Name, First Name, Address, City). |