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
Complete the following learning activities: (2.75–3 hours total)
- Read Fundamentals of Database Management Systems Chapter 4: Relational Data Retrieval: SQL (60 minutes)
- Complete Beazley’s Last Statement from Select Star SQL (30–45 minutes)
- Attend the class meeting (60 minutes)
- Complete the practice queries
- Take the quiz (10 minutes)
Due
As a reminder, the following are due this lesson: