InterviewSolution
Saved Bookmarks
| 1. |
The adapter serves as a bridge between a dataset and a data source . True or false. |
|
Answer» en statement is true.The adapter serves as a bridge between a dataset and a data SOURCE.A dataset is generally defined as a collection of data. It may be represented by using a SINGLE table or multiple tables sharing some common attributes between them.A data source is a single information or an entire database of information which is present in a server. A data ADOPTER or simply an adopter is a function which ACTS as a bridge between a dataset and a data source. They are present in a SQL query. |
|