Apr 12 2009
Table
Tables are the way that information is stored and organised in a database. One database can contain many tables. Below is an example of a table:
| ID | FName | SName | DOB | Username |
|---|---|---|---|---|
| 1 | John | Smith | 05/11/1980 | jsmith1980 |
Apr 12 2009
Tables are the way that information is stored and organised in a database. One database can contain many tables. Below is an example of a table:
| ID | FName | SName | DOB | Username |
|---|---|---|---|---|
| 1 | John | Smith | 05/11/1980 | jsmith1980 |