PLSQL-Course Contents

1. About PLSQL and features

2. Anonymous &Named Blocks

3. About Editors and IDE's

4. Data types in PLSQL

5. Declaring, Assigning variables.

6. DB programming with PLSQL

7. Conditional Statements(if then else, multi-if,nested if)

8. Reference types

9. Loops in PLSQL(while, for)

10.Cursor,ref cursor and dynamic cursor

12. Collections

13. Bulk Collect

14. collection methods

15. Rowtype array

16. User Defined records

17. Bulk Bind

18. VArray

19. Nested Table

20. pl/sql table vs varray vs nested table

21. Error/Exception handling

22. SQLcode, SQLerrm.

23. user defined errors using Raise statements

24. Pragma Exception_init

25. Named PLSQL blocks(Procedures, functions,Packages and Triggers)

26. Parameters, Execution

27. User Defined functions

28. Listagg and user_source

29. Packages

30. Triggers

31. Testing, old&new variables, Auditing

32. UTL_File package

33. prgram to copy the data from table to file viseversa and table to csv

34. RegExp_Substr

35. Storing images in DB.

36. Normalization


Comments

Popular posts from this blog

Oracle SQL

SubQueries

With Clause