FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

WHAT IS DATABASE MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The four main objects of a relational database consist of:
A
form, table, query, report
B
form, table, database, query, report
C
form, sort, table, query
D
form, column, row, report
Explanation: 

Detailed explanation-1: -Forms, queries, and reports. Although tables store all of your data, the other three objects-forms, queries, and reports-offer you ways to work with it. Each of these objects interacts with the records stored in your database’s tables.

Detailed explanation-2: -Relational databases need ACID characteristics. ACID refers to four essential properties: Atomicity, Consistency, Isolation, and Durability. These features are the key difference between a relational database and a non-relational database.

Detailed explanation-3: -The basic structures of a relational database (as defined by the relational model) are tables, columns (or fields), rows (or records), and keys. This section describes these elements.

Detailed explanation-4: -When you create a database in Microsoft Access, you have a number of different types of object: tables, forms, reports, queries, macros and modules.

There is 1 question to complete.