Pdyatap
Pdyatap
Operator Precedence
WEEK 2
SQL Functions
are pre-built actions that perform calculations,
manipulate data, and return results.
- String Functions
- Numeric Functions
- Date Functions
- Group Functions
String Functions
CONCAT() Function
- The CONCAT() function adds two or more
expressions together.
Date Functions
CURDATE() Function
- The CURDATE() function returns the current
date.
The date is returned as "YYYY-MM-DD" (string)
or as YYYYMMDD (numeric).
CURRENT_TIME() Function
- The CURRENT_TIME() function returns the
current time.
WEEK 2.2
SQL Joins
Inner Joins
WEEK 3
- Highly abstract
- Easy to understand
- Easy to enhance
- Only entities are visible
- No software tool is required
Logical Model
Physical Model