DATABASE FUNDAMENTALS
WHAT IS DATABASE MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Tables
|
|
Fields
|
|
Records
|
|
Keys
|
Detailed explanation-1: -A relational database includes tables containing rows and columns. For example, a typical business order entry database would include a table that describes a customer with columns for name, address, phone number and so forth.
Detailed explanation-2: -A relational database consists of a collection of tables.
Detailed explanation-3: -A relational database management system (RDBMS) stores and retrieves data that is represented in tables. A relational database consists of a collection of tables that store interrelated data.
Detailed explanation-4: -A relational database is a collection of data items with pre-defined relationships between them. These items are organized as a set of tables with columns and rows. Tables are used to hold information about the objects to be represented in the database.
Detailed explanation-5: -Answer: Tables, a relational database consists of a collection of tables.