InterviewSolution
Saved Bookmarks
| 1. |
Which is the most appropriate database for developers requiring a huge amount of data?(a) Database(b) Datawarehouse(c) Web databases(d) Access |
|
Answer» Correct option is (c) Web databases To elaborate: Developers who need to work with really huge amounts of data like to use databases, and the most recent browsers have started to integrate client-side database functionality into their browsers. Client data base helps in making the website faster and handling the data easier. |
|