7.2.8 Listed Greeting

Question: Which of the following is a way for programmers and others to make sense of complex business flows?
Answer: Data modeling
==================================================
Question: Which of the following is found in one or more column of data and contains a unique identifier for the row?
Answer: Primary Key
==================================================
Question: Which data model focuses on high level concepts?
Answer: Conceptual
==================================================
Question: Which data type uses historical data to make decisions in the present?
Answer: Analytical
==================================================
Question: Which type of analytical data can help you make investment decisions?
Answer: Market
==================================================
Question: What is the general term for software that creates and manages databases?
Answer: DBMS
==================================================
Question: Which database object is essentially questions that we can ask the database?
Answer: Queries
==================================================
Question: Which of the following makes it easier for users to enter data into their tables?
Answer: Forms
==================================================
Question: Which of the following DBMS programs is open source?
Answer: MySQL
==================================================
Question: Which of the following database object provides a summary of data?
Answer: Reports
==================================================