Structured Query Language (SQL) is a non-procedural programming language to manage data in a database. In this course we only learn SQL to query (retrieve) data from a database.
Understanding how SQL works to present data from databases is essential in tests. We use w3schools to learn the basics of SQL in class.
Alternative course: Khan Academy Intro to SQL
You should understand and use dot notation.