I was the content producer for Luke Barousse's SQL Course, where the goal was to teach anyone SQL, no previous coding experience required.
The queries included in this section are for two main parts of the video:
- Advanced Section
- Portfolio Project
The basics section queries are not included here.
These are the the main queries in the advanced section. View there here: advanced_sql_folder.
The advanced section focused on:
- How to Run a Database in PostgreSQL
- Data Types
- Manipulate Tables
- Handling Dates
- Case Expression
- Subqueries and CTEs
- UNION Operators
These queries are for the portfolio project. View them here: project_sql folder.
The goal of the project was to navigate the data analyst job market more effectively. And to pinpoint top-paid and in-demand skills and find optimal jobs.
The questions to answer were:
- What are the top-paying data analyst jobs?
- What skills are required for these top-paying jobs?
- What skills are most in demand for data analysts?
- Which skills are associated with higher salaries? W5. hat are the most optimal skills to learn?
Below are the technical tools I used for this course.
- SQL: The backbone of the course, which lets me query the database.
- PostgreSQL: The chosen database management system, ideal for handling the job posting data.
- Visual Studio Code: For database management and executing SQL queries.
- Git & GitHub: Version control and sharing my SQL scripts..