Midterm Laboratory Exam (100 Points)
Midterm Laboratory Exam (100 Points)
Statement analysis:
1. Use the SQL SELECT statement with the combination of COUNT(*), SUM, and GROUP BY in
employees table only.
The output must be this one:
1.)
2. Use the SQL SELECT statement with the combination of COUNT(*), SUM, AVG in employees table
only.
The output must be this one:
2.
3. Use LIKE Conditional Operators to search a name with start with letter “J” in employees table.
The output must be this one:
3.
CREATE DATABASE storedb