Asked by Hayden Benedict on Jul 19, 2024

verifed

Verified

A front-end database contains _____ to the tables in the back-end database.

A) updates
B) links
C) relationships
D) maps

Front-end Database

The part of a database system that interacts directly with the user, providing an interface to enter, query, and display data.

Back-end Database

The part of a database system that stores data and is not directly accessed by the user, interacting through a front-end application.

Links

Hyperlinks that are used to connect one web page or document to another, facilitating easy navigation and exploration.

  • Determine the components and features of front-end and back-end databases.
verifed

Verified Answer

DA
Dasia AlcalaJul 25, 2024
Final Answer :
B
Explanation :
A front-end database contains links to the tables in the back-end database, which allow it to access and manipulate the data in those tables. The links act as a bridge between the user interface and the actual data stored in the back-end database.