Bu eğitim öğrencilere SQL Prosedürel Dili olan PL/SQL’i tanıtmaktadır. SQL ve PL/SQL arasındaki farklılıkları keşfedin. PL/SQL özelliklerini ve SQL’i genişletmek ve otomatik hale getirmek için nasıl kullanıldığını inceleyin.
Hedefler
- PL/SQL hakkında genel bilgi sahibi olma
- Değişkenleri nasıl açıklayacağınızı öğrenme
- Yürütülebilir tümceler yazma
- PL/SQL Programlamada SQL tümcelerinin nasıl kullanılacağını öğrenme
Topics
- Introduction
- Introduction to PL/SQL
- Declaring PL/SQL Variables
- Writing Executable Statements
- Using SQL Statements Within a PL/SQL Block
- Writing Control Structures
- Working with Composite Data Types
- Using Explicit Cursors
- Handling Exceptions
- Introducing Stored Procedures and Functions
- Creating Procedures
- Creating Functions
- Debugging Subprograms
- Creating Packages
- Working with Packages
- Using Oracle-Supplied Packages in Application Development
- Using Dynamic SQL
- Creating Triggers
- Creating Compound, DDL, and Event Database Triggers
- Design Considerations for the PL/SQL Code
- Tuning the PL/SQL Compiler
- Managing Dependencies