Module 5 Flashcards
Which type of analytical data can help you make investment decisions?
Sensor
Market
Machine
Transactional
Market
What is the general term for software that creates and manages databases?
MySQL
Tables
DBMS
Microsoft Access
DBMS
Which of the following database objects provides a summary of data?
Queries
Tables
Forms
Reports
Reports
Each type uses different techniques and serves a different purpose. That said, almost all ___________________ share the following characteristics and features.
Storage
Processing
Databases
Human-computer interaction
Databases
Which data model focuses on high-level concepts?
Conceptual
Logical
Physical
Operational
Conceptual
Which of the following is found in one or more columns of data and contains a unique identifier for the row?
Relationship
Foreign key
Attribute
Primary key
Primary key
Which of the following DBMS programs is open source?
MySQL
Oracle Database
Microsoft Access
SQL Server
MySQL
Which data type uses historical data to make decisions in the present?
Logical
Conceptual
Operational
Analytical
Analytical
Which database object is essentially questions that we can ask the database?
Reports
Tables
Forms
Queries
Queries
Which of the following makes it easier for users to enter data into their tables?
Forms
Tables
Queries
Reports
Forms
A NOT NULL __________ is a rule that prevents certain fields in a database from being left blank.
scalability
query builder
constraint
schema
constraint
What is the computer language that makes relational databases work?
C++
Java
Python
SQL
SQL
Gina is a database user and her supervisor has asked her to generate a report from the structured database. Gina does not know how to write SQL commands and no forms have been created. Which of the following would be her BEST option to generate the report?
User interface access
Programmatic access
Direct access
Query builder
Query builder
Match each database object on the left to its description on the right.
Formatted summary of information from a database.
User-friendly interface for adding to or retrieving information from a database.
Stores raw data in a relational database.
Retrieves specific information from a database. Can also be used to update, edit, and delete information.
Report, form , table and Query
Formatted summary of information from a database.
correct answer:
Report
User-friendly interface for adding to or retrieving information from a database.
correct answer:
Form
Stores raw data in a relational database.
correct answer:
Table
Retrieves specific information from a database. Can also be used to update, edit, and delete information.
correct answer:
Query
In a relational database table, columns are better known as ________________.
Records
Fields
Categories
Instances
Fields