SQL SELECT
Learning Objectives
- Identify the purpose of SQL’s
SELECT
command - Use SQL to select attributes and to project tuples from a relational database
- Use the
LIKE
operator to match patterns in strings - Use
SELECT DISTINCT
to eliminate duplicates from query results
- Use the
- Describe how to perform an inner join of multiple relations
Preparation
- Read Fundamentals of Database Management Systems Chapter 4: Relational Data Retrieval: SQL (60 minutes)
- Complete Beazley’s Last Statement from Select Star SQL
- Attend the class meeting
- Complete the practice queries
Due
As a reminder, the following is due this lesson: