Summary of DataSys
Summary of DataSys
Structured Data
Database structure:
Key/Value Pairs
Relational Databases
Non-Relational Databases
Basic Syntax:
SELECT column_names FROM table_name;
Aggregation Functions:
Date Functions:
Set Operations
Join Operations
LEFT JOIN: Includes all records from the left table, even without
matches.
RIGHT JOIN: Includes all records from the right table.
Review Questions