1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to SQL Server

Exercise

Using parentheses in your queries

You can use parentheses to make the intention of your code clearer. This becomes very important when using AND and OR clauses, to ensure your queries return the exact subsets you need.

Instructions

100 XP

Select all artists beginning with B who released tracks in 1986, but also retrieve any records where the release_year is greater than 1990.