Things To Remember:
- date-format: YYYY-MM-DD
- To separate date from DateTime column use
DATE(column_name)
- CURRENT_TIMESTAMP gives current time, which can be used to insert.
SQL Fundamentals
GROUP BY statements
JOINS Statements
ADVANCED SQL Commands
CREATE databases and Tables
Window Function LAG()
Conditional Expressions and Procedures Introduction