CS1011
CS1011
COURSE DESCRIPTION
Sophia’s Introduction to Relational Databases course builds mastery in database terminology and concepts,
including using popular notational systems to design database schemas with usability and data integrity in
mind. Through a study of foundational SQL commands, students learn to create and connect tables, query for
data across multiple tables, create indexes to optimize data retrieval, and perform basic administrative tasks
that ensure security and reliability.
PREREQUISITES: No prerequisites
LENGTH OF COURSE: This is a self-paced course. Students may use as much or as little time as needed to
complete the course.
GRADING: This is a pass/fail course. Students must complete 19 Challenges (formative assessments) and 6
Milestones (summative assessments) with an overall score of 70% or better.
© 2024 SOPHIA Learning, LLC. SOPHIA is a registered trademark of SOPHIA Learning, LLC. Page 1
Challenge 2.2: Normalization 8
Total 125
Milestone 1 69
Milestone 2 57
Milestone 3 108
Milestone 4 75
Milestone 5 66
Final Milestone 75
Total 450
For more general information on assessments, please visit the Student Guide located on your course
dashboard.
LEARNING OUTCOMES
© 2024 SOPHIA Learning, LLC. SOPHIA is a registered trademark of SOPHIA Learning, LLC. Page 2
Upon completion of the course, the student will be able to:
1. Demonstrate deeper understanding of the concepts of the relational data model in its modern use.
2. Demonstrate mastery of the concepts of the entity-relationship model and normalization technique.
3. Apply basic Create, Read, Update, and Delete interactions with a SQL database.
4. Evaluate resources for complex SQL database interactions.
5. Identify data security requirements for managing a relational DBMS.
1. Relational Database Explain the purpose and utility of a database. Database Utility
Model Identify the most common database models used Database Purpose
today. Parts of a Database
Distinguish between several commercial relational Database Models
DBMS. Commercial Databases
Adapt RDMS use to business considerations. Database Constraints
and Migration
© 2024 SOPHIA Learning, LLC. SOPHIA is a registered trademark of SOPHIA Learning, LLC. Page 3
Demonstrate awareness of sub-queries, views, Views
indices, and unions.
Demonstrate awareness of views for subsets,
simple and complex queries.
© 2024 SOPHIA Learning, LLC. SOPHIA is a registered trademark of SOPHIA Learning, LLC. Page 4