SQL (Structured Query Language) is the most commonly used language for extracting, analyzing, and working with data in relational databases. In this course, you will get a practical and beginner-friendly introduction to SQL, where you will learn how to formulate queries, filter and sort data, and combine information from multiple tables. The course requires no prior knowledge, and you work with concrete examples that give you skills you can use immediately.
Throughout the course, you gradually build an understanding of how SQL works and how you can use the language for data processing and analysis. This is a useful skill in a data-driven everyday life, both at work and in studies.
What you will learn in the course
- Filter and sort data with conditions and correct order
- Select specific columns from tables for targeted data insights
- Use functions such as SUM, AVG, and COUNT to aggregate data
- Combine data from multiple tables using JOIN
- Conduct hands-on case studies and data management with SQL