Writing data to warehouse

- Insert: Always creates a new row
- Upsert: Creates a new row if no matching row exists, otherwise updates it
- Update: Updates matching rows without creating new entries
- Delete: Removes matching rows
Custom SQL queries

Learn how to work with SQL models for data operations and queries