Introduction to databases and SQL CO225
On this course you’ll learn what databases are and why we use them, exploring how to use SQL to search and manipulate the data.
Summary
During this course you’ll learn what databases are and why we use them, exploring how to use SQL to search and manipulate the data. Along the way, you’ll learn about primary keys and table relationships, as well as how to create joins to search multiple tables. In the final week, you’ll finish by grouping and looking at exporting data from the database. Learning about databases and SQL is a key component of Computer Science, so it’s important for educators, students, and parents alike to feel confident about the subject.
Who is it for?
This course is aimed at classroom teachers teaching up to and including GCSE computer science.
What topics are covered?
You'll cover the following topics:
-
What are databases used for and how they compare to using spreadsheets
- Creating and using SQL statements, including adding data using SQL statements
-
The role of primary keys
- Apply relationships to tables within a database
-
Use joins to search across multiple tables
-
Group data in a database
How will you learn?
This online, self-paced course can be completed flexibly. You can join and start this course at any time after the advertised date, and keep access for a year after booking. You can learn independently or with colleagues to directly address your individual needs.
This course will be periodically facilitated by expert Professional Development Leaders.
Outcomes
You will be able to:
- Produce SQL statements to search and update a database
- Explain the comparison of databases to spreadsheets
- Apply filters in SQL statements
- Demonstrate how to use SQL statements to create relationships for tables in a database
- Produce SQL statements to search across multiple tables