InterviewSolution
Saved Bookmarks
| 1. |
Urgent please helpgive two example 1 essential of a database |
|
Answer» database table consists of rows and columns which contain data. For EXAMPLE, you have a table that stores profiles of individuals that is, ID, name, ADDRESS and contact details. Rows contain data having one or more columns. READING data in rows is EASIER to understand the information. |
|