# Final Exam Info
There is a required in-person final exam for this course on Monday June 17th from 12:00-2:00pm PST at the Auburn Center in room AC 310 (1221 D St NE, Auburn, WA 98002).
If you cannot attend the final exam at that time you MUST get in contact with me as soon as possible to make other arrangements. Please email me at kflint-blanchard@greenriver.edu.
# Practice Final Exam -> SQL - Practice Final
# Topics
The following topics may appear on the final exam: NOTE: Some of these may not have been covered yet if you’re viewing this before week 10. All of these concepts will be covered before the final exam.
# Database Concepts:
- Tables and their structure
- Primary and foreign keys
- Relationships between tables (one-to-many, many-to-many)
- Data types
- DATE
- INT
- TEXT
- VARCHAR
- DECIMAL
# SQL Querying:
- SELECT statements
- WHERE clauses
- LIKE operator
- ORDER BY clause
- JOINs
- Aggregate functions (e.g., AVG, SUM, COUNT)
- GROUP BY clause
# Entity Relationship Diagrams (ERDs):
- Understanding and creating ERDs given the SQL CREATE statements or a set of tables
- Identifying entities, attributes, datatypes, and relationships
- Crow’s foot notation for representing relationships
# Applying SQL Queries for Data Analytics:
- Applying SQL concepts to solve real-world scenarios
- Calculating aggregated metrics (e.g., total sales, average price, etc.)
- Combining data from multiple tables using JOINs
- Presenting data in a meaningful and understandable format
- Drawing insights and conclusions from the data
# Cheat Sheet
I DO NOT allow you to bring your own notes for the final exam. I will provide the following cheat sheet on the exam day that will show the basic syntax of all the commands you will need.
# SELECTs, Operators and Clauses
|
|
|
|
# GROUP BY and Aggregation
|
|
# CREATE and INSERT Statements
|
|