Please enable JavaScript to use CodeHS

Introduction to Cybersecurity (Vigenere)

Lesson 6.7 Basic Querying in SQL

Description

In this lesson, we learn about and use the SELECT statement in SQL. The SELECT statement is used to query the database and return a row or multiple rows from a table in the database.


Objective

Students will be able to:

  • Use a SELECT statement in SQL to query a database using * or the FROM statement