Saved Bookmarks
| 1. |
What Is The Structure Of A Database? |
|
Answer» Instead of having all the data in a LIST with a random order, a DATABASE provides a structure to organize the data. One of the most COMMON data STRUCTURES is a database table. A database table consists of ROWS and columns. A database table is also called a two-dimensional array. Instead of having all the data in a list with a random order, a database provides a structure to organize the data. One of the most common data structures is a database table. A database table consists of rows and columns. A database table is also called a two-dimensional array. |
|