Session One Presentation
Session One Presentation
.education
Session Content
• What is SQL?
• Connecting to the course database
• Selecting data from a table
• Filtering rows
• Logical and mathematical operators
• Some notes on syntax, structure,
terminology, and dialects
What is SQL?
• SELECT column_name
FROM table_name;
• SELECT *
FROM table_a;
• The ‘>’ and ‘<’ operators are used for strict inequalities:
• The ‘>=’ and ‘<=’ operators are used for non-strict inequalities: