1. What is PLSQL
2. Viewing HR Schema Objects with SQLPlus
3. Viewing employees table properties with SQLPlus
4. Viewing employees table data with SQLPlus
5. PLSQL Variables
6. PLSQL Variable declaration
7. PLSQL Variable Assignment
8. PLSQL Variable Anchors
9. PLSQL Block structure
10. Execute a PLSQL annonymous block using TOAD
11. Edit a PLSQL Code block using SQL Plus
12. Create a new connection in TOAD
13. Connecting to Oracle Database HR Schema with SQLplus
14. Executing PLSQL Variable Assignemt using TOAD
15. Intitializing Variables in PLSQL using TOAD
16. PLSQL Literals
17. PLSQL Constants using TOAD
18. Variable Scopes in PLSQL using TOAD
19. Introduction to PLSQL Functions
20. Creating functions
21. Creating PLSQL Functions using TOAD
22. What are PLSQL Stored Procedures
23. How to create stored procedure in TOAD
24. How to execute or call a stored procedure in TOAD
25. PLSQL Nested Block
26. Syntax for Nested PLSQL Blocks
27. Nested Block Scopes
28. Creating a nested PLSQL Block with TOAD
29. data types.html
30. PLSQL IF Statements
31. PLSQL If statement examples using TOAD
32. PLSQL CASE Statement
33. PLSQL CASE Statement Example using TOAD
34. PLSQL Searched Case Statement
35. PLSQL Searched Case Statement Example using TOAD
36. PLSQL CURSOR
37. PLSQL Cursor Example using Toad
38. Introduction to PLSQL Package
39. Creating a PLSQL Package Specification using TOAD
40. Creating a PLSQL Package Body using TOAD
41. Referencing PLSQL Package Elements using Toad