What do the arithmetics all perform in sql
operations within parentheses
power operations
multiplications and divisions
additions and subtraction
What are some number data types?
NUMBER, BIGINT, INT, SMALLINT, TINYINT, BIT
•REAL, FLOAT, DECIMAL – differ in precision•MONEY
What are character types?
CHAR(20)– fixed length
VARCHAR(40)– variable length
Like operator contains two special symbols which are:
% = any sequence of characters _ = any single character
Types of aggregation operations:
sum, count, min, max, avg
What are aggregation functions
aggregate functions perform a calculation on a set of values and return a single value. use Group By and Select