SQL SELECT
Preparation
Fundamentals of Database Management Systems
Learning Objectives
- Identify the purpose of SQL’s
SELECTcommand - Use SQL to select attributes and to project tuples from a relational database
- Use the
LIKEoperator to match patterns in strings - Use
SELECT DISTINCTto eliminate duplicates from query results
- Use the
- Describe how to perform an inner join of multiple relations
Practice
Complete the practice queries as time permits in class (or outside of class)