Getting Started & Your First SQL Query
Explore a database and write SQL queries using dBeaver, adjusting preferences and viewing sample data. Watch this tutorial to learn the key concepts and...
Free SQL Resources & Tutorials
76 articles in SQL
Explore a database and write SQL queries using dBeaver, adjusting preferences and viewing sample data. Watch this tutorial to learn the key concepts and...
Use Chat2BT to generate SQL queries based on database screenshots and analyze your data. Watch this tutorial to learn the key concepts and techniques.
Use wildcards sparingly and verify query results carefully to avoid false positives. Watch this tutorial to learn the key concepts and techniques.
Next topic. When we're doing these filters, sometimes we're looking for exact matches.
We want to create categories for, let's say, West Coast and Other. Of course, you can create whatever number of coasts or regions you want.
Practice SQL queries in exercise 1C using DBeaver and connect to the correct database. Watch this tutorial to learn the key concepts and techniques.
Okay, let's talk through the first challenge. Where did our revenue in 2021 come from? How much were we making in each state? So the first thing I need to do...
Use SQL functions like DATE_PART, DISTINCT, WHERE, BETWEEN, MAX, and COUNT to filter, organize, and aggregate data based on dates and times. Watch this...
Learn to connect, navigate, and query databases using PostgreSQL with dBeaver. Watch this tutorial to learn the key concepts and techniques.
To understand some things that we're going to learn in just a moment, we're going to learn about joins. Joins are a way to take two tables and put them...
Use SQL to filter, sort, calculate, and remove duplicates from query results. Watch this tutorial to learn the key concepts and techniques.
Practice using LIKE and wildcards by completing the warmups and challenge questions in the file "2.0 like and wild cards.". Watch this tutorial to learn the...
When we think about columns, we think about a kind of data. And it's very important to understand that the columns are assigned a data type by the person who...
At the very last slide, I’ve got some learning resources for you. So there's sqlcourse.
Approach SQL queries incrementally to ensure accuracy and clarity. Watch this tutorial to learn the key concepts and techniques.
Use AI tools like ChatGPT to explain, rewrite, optimize, and debug SQL queries, and to convert SQL code between different database dialects. Watch this...
Use SQL JOINs to retrieve name and email information for users who purchased individual line items worth $700 or more. Watch this tutorial to learn the key...
Explain SQL query basics, including SELECT, FROM, LIMIT, ORDER BY, and DISTINCT, using practical examples. Watch this tutorial to learn the key concepts and...
Use window functions with partition by to retain detailed data while calculating group-based aggregates. Watch this tutorial to learn the key concepts and...
Explain how to use SQL GROUP BY to perform aggregations on grouped data. Watch this tutorial to learn the key concepts and techniques.