Please enable JavaScript to use CodeHS

Tennessee Coding I

Lesson 8.2 Using Databases

Description

In this lesson, students are introduced to database management systems and the fundamentals of SQL. They will learn how to create tables, insert data, and retrieve information using basic SQL queries.


Objective

Students will be able to:

  • Identify and explain the major uses of a database management system
  • Define the different parts of a database (table, column, row)
  • Create new tables and entries using SQL code
  • Construct basic SQL queries using SELECT and WHERE keywords.