DATABASE FUNDAMENTALS
DATABASE CONCEPTS AND STRUCTURES
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
 The name for a collection of associated data stored within a database. Consists of columns and rows. 
| 
 | 
  flat file 
 
 | 
| 
 | 
  record 
 
 | 
| 
 | 
  table 
 
 | 
| 
 | 
  field 
 
 | 
| 
 | 
  entity 
 
 | 
 Explanation: 
Detailed explanation-1: -A table is the name for a collection of associated data stored within a database; each table consists of columns and rows. Your computer sales database contains three tables: manufacturer, model, and sales. The characteristics of each table are known as fields.
Detailed explanation-2: -A relational database includes tables containing rows and columns.
Detailed explanation-3: -Field names. Field names are the names you give to the columns in a table.
Detailed explanation-4: -A table has records (rows) and fields (columns).
Detailed explanation-5: -A relational database consists of a collection of tables that store interrelated data.
 There is 1 question to complete.