Asked by Vishal Sharma on Sep 28, 2024

When you split an Access database,what do you call the database stored on your computer?

A) Client-end database
B) Object database
C) Front-end database
D) Table database

Front-end Database

A database that is designed for the end-user interface, often providing forms, queries, and reports, and is typically connected to a back-end database where data is stored and managed.

Client-end Database

A Client-end Database is a database that resides on the client side of a client-server architecture, allowing for data storage and management on the user's device.

  • Recognize the elements and qualities of front-end and back-end databases.