Get startedGet started for free

Developing SQL style

Review the below query about the patrons table. This code will run properly, but it is messy and hard to read.

Identify the option that improves the readability and follows best practices for writing queries in SQL.

SELECT CARD_NUM, TOTAL_FINE from patrons

This exercise is part of the course

Introduction to SQL

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise