DATABASE FUNDAMENTALS
WHAT IS DATABASE MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
form, table, query, report
|
|
form, table, database, query, report
|
|
form, sort, table, query
|
|
form, column, row, report
|
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.