FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

WHAT IS DATABASE MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A database that contains the queries, forms, reports, and other objects created from the tables.
A
Back-End File
B
Front-End File
C
Delimited File
D
Fixed-Width File
Explanation: 

Detailed explanation-1: -Form is an object in a desktop database designed primarily for data input or display or for control of application execution. You use forms to customize the presentation of data that your application extracts from queries or tables. Forms are used for entering, modifying, and viewing records.

Detailed explanation-2: -A collection of related data is called Database. A database is a data structure that stores organized information.

Detailed explanation-3: -When you split a database, you reorganize it into two files-a back-end database that contains the data tables, and a front-end database that contains all the other database objects such as queries, forms, and reports. Each user interacts with the data by using a local copy of the front-end database.

Detailed explanation-4: -Tables to store your data. Queries to find and retrieve just the data that you want. Forms to view, add, and update data in tables. Reports to analyze or print data in a specific layout.

There is 1 question to complete.