What enables users to view and change data directly in database objects such as tables.
Answers
A database is an organized collection of data. You can visualize it as a container of
information. The data is typically organized to model relevant aspects of reality (for
example, the availability of rooms in hotels), in a way that supports processes requiring
this information (for example, finding a hotel with vacancies).
Suppose if you own a stationary shop, you need to keep detailed records of the materials
available in your shop. You also need to store information about pricing, stock levels for
reordering, old stocks, etc. While in the manual system, you would maintain several files
with different bits of information; in the computerized system you would use database
Form enables users to view enter and change data directly in a database objects such as tables .