Day 1 Introduction To SQL Constructs: Exercise - Investigate The EMP Database
Day 1 Introduction To SQL Constructs: Exercise - Investigate The EMP Database
Using SQL*Plus
Feedback
Verify
termout
Exercise set the SQL*plus environment
Column wrapping
Exercise add column statements
DAY 2
Joining Oracle tables
Equi-join
Exercise write an equi-join
Outer join
Exercise write an outer join
Subqueries
Exercise write a subquery
Correlated subquery
Non-correlated subqueries
Between operator
Sub-queries
EXISTS clause
Aggregation in SQL
Count(*)
Sum
Avg
Merge join
Hash Join
Between operator
DAY 3
SQL Tuning
Using TKPROF
Using SQL*Trace
Tuning sub-queries
DAY 4
PL/SQL Section
1. Basics of PL/SQL
PL/SQL architecture
PL/SQL Basics
Variables
Constants
Datatypes
Error messages user_errors and show errors
2. PL/SQL structures
Simple blocks
Control structures
PL/SQL records
Defining exceptions
Constructing an IF Statement
If-then-else structure
5. Cursors in PL/SQL
Cursor basics
6. Iteration in PL/SQL
For loop
While loop
DAY 5
7. PL/SQL tables
Defining a trigger
Timing a trigger
Basics of functions
Basics of packages
Package dependency
Package overloading
Bulk queries