Midterm 2: Ch. 5, 6, 8, labs 3-6 Flashcards
(not a question) Cards formatted as:
[Chapter #] | [Flashcard first side]
5| What is a database?
An organized connection of data; a collection of integrated records.
5| What is the purpose of databases?
To organize and keep track of multiple themes, such as grades or emails.
5| When should data be stored in a spreadsheet versus a database?
Single theme - store in a spreadsheet; Multiple themes - store in a database.
5| Why is it important to learn about databases?
Databases are ubiquitous in commerce and essential for turning data into useful information.
5| What are the components of a database?
Hierarchy of data elements and relationships among rows.
5| What is a Database Management System (DBMS)?
A system that creates, processes, and administers databases.
5| What are the functions of a DBMS?
- Creating the Database and its structures 2. Processing the database 3. Administering the database.
5| What are some licensed DBMS vendors?
IBM, Microsoft, Oracle, and others.
5| What is an example of an open-source DBMS?
MySQL: License-free for most applications.
5| What are the DBMS process operations?
- Read 2. Insert 3. Modify 4. Delete data.
5| What is SQL?
Structured Query Language, an international standard language for creating and processing databases.
5| What is an example SQL command?
INSERT INTO Student ([Student Number], [Student Name], H W1, H W2, MidTerm) VALUES (1000, ‘Franklin, Benjamin’, 90, 95, 100);
5| What are the four elements of a database application?
Purposes, Forms, Reports, Queries, and Application programs.
5| What do forms in a database application do?
View data; insert new, update existing, delete existing data.
5| What are reports in a database application?
Structured presentation of data using sorting, grouping, filtering, and other operations.
5| What are queries in a database application?
Search using values provided by the user.
5| What are application programs in a database application?
Provide security, data consistency, and special purpose processing.
5| What are nontraditional DBMS products?
DBMS that store new data differently, focusing on ACID transactions.
5| What does ACID stand for?
Atomic, Consistent, Isolated, Durable transactions.
5| What is Dynamo?
Amazon-developed nonrelational data store.
5| What is Bigtable?
Google-developed nonrelational data store.
5| What is Cassandra?
Facebook-developed nonrelational data store using concepts from both Dynamo and Bigtable.
5| What is a Top-Level Project (TLP)?
Open-source Cassandra by Apache.
5| What is New SQL DBMS?
Processes very high levels of transactions like NoSQL DBMS but provides ACID support.
5| What are in-memory DBMS using SQL extension?
Examples include SAP HANA and Tableau.
5| What is Slick Analytics?
A strategy for merging storage and analysis of cloud-based data.
5| What was Laredo Petroleum’s old approach?
Used numerous spreadsheets and manual calculations, diminishing the value of data.
5| What is Laredo Petroleum’s new approach?
Uses cloud storage and cloud analytics.