SQL Course Notes and Reminders
1: Basic SQL ERD Fundamentals PK FK Types of Databases Types of Statements SELECT & FROM LIMIT ORDER BY WHERE Derived Columns – Alias (AS) Logical Operators LIKE IN NOT AND & BETWEEN OR Commands Statement How to Use It Other Details SELECT SELECT Col1, Col2, … Provide the columns you want FROM FROM Table Provide the table … Read more