Data Manipulation Language (DML)
1 Topics
Data Manipulation Language (DML)
10 Sub-topics
INSERT Statement - Single Row
INSERT Statement - Multiple Rows
UPSERT - INSERT ON CONFLICT
Constraints
10 Sub-topics
Constraint Naming Conventions
Adding Constraints to Existing Tables
ON DELETE and ON UPDATE Actions
Built-in Functions
3 Topics
String Functions
3 Sub-topics
String Functions - LENGTH, SUBSTRING, CONCAT
String Functions - UPPER, LOWER, TRIM
String Functions - REPLACE, SPLIT_PART
Date and Time Functions
3 Sub-topics
Date Functions - CURRENT_DATE, CURRENT_TIMESTAMP
Date Functions - EXTRACT, DATE_PART
Date Functions - AGE, DATE_TRUNC
Mathematical and Conditional Functions
6 Sub-topics
Mathematical Functions - ROUND, CEIL, FLOOR
Mathematical Functions - ABS, POWER, SQRT
Conditional Functions - CASE WHEN
COALESCE and NULLIF Functions
Type Conversion Functions - CAST, TO_CHAR
Pattern Matching Functions - REGEXP_MATCH