SitePoint
  • Blog
  • Discord
  • Forum
  • Library
  • Login
Join Premium

SQL Intermediate

Close
  1. SQL: IN
  2. SQL: JOIN and RANK
  3. SQL: Pivoting Data
SQL Intermediate

Coding Assessment

SQL Intermediate

In this assesment, you'll write a few SQL queries.

Estimated Time: 42 minutes

Challenges

  1. SQL: IN

    Create a SELECT statement utilizing the IN keyword

  2. SQL: JOIN and RANK

    Create a simple SELECT statement that will join columns between two tables under certain conditions, and then rank them by a column count.

  3. SQL: Pivoting Data

    In this challenge, you'll perform a pivot on a table.

What Are Coding Assessments?