Advanced Queries


Not CompletedIntroduction to Advanced SQL Queries

This section of the course will prepare you to take your SQL queries to the next level with subqueries, wildcard searches, and range based queries.

Not CompletedHow to Run a SQL Query Using Ranges

This guide examines how to leverage the BETWEEN constraint to query data that fits inside or outside of a specific range of values.

Not CompletedGuide to Wildcard Queries in MySQL

Having the ability to search through strings in SQL is a very common task, and in this guide we'll walk through how to perform wildcard queries.

Not CompletedWriting Cleaner SQL Code with the WHERE/IN Command

This guide examines how to leverage the WHERE/IN command in order to decrease duplicate OR clauses and streamline a SQL script codebase.

Not CompletedIntroduction to SQL Subqueries

This guide will introduce you to the concept of SQL subqueries, which allow you to run nested queries inside of a SQL statement and generate dynamic data.

Not CompletedAdditional Examples of SQL Subqueries

In this lesson we'll walk through additional examples of SQL subqueries and how they can be used to run advanced query scripts.

Not CompletedHow to Use SQL Subqueries for Insert Statements

This guide walks through how to leverage subqueries for insert statements to dynamically records in outside tables.

Quizzes


Advanced Queries
    Unsupported Browser

    devCamp does not support ancient browsers.
    Install a modern version for best experience.