InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Table In A Database? |
|
Answer» A table is a DATABASE object used to store RECORDS in a field in the form of COLUMNS and rows that holds DATA. A table is a database object used to store records in a field in the form of columns and rows that holds data. |
|