- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Saurabh K. Gupta
- 134字
- 2021-08-20 10:43:54
Chapter 3. Designing PL/SQL Code
The structure of a PL/SQL block is one of the elementary components of PL/SQL as it showcases its modeling capabilities. It enables users to declare variables, include procedural constructs in the executable section, and embed exception management within the program.
All SQL statements within a PL/SQL block are executed as a cursor. Cursors are PL/SQL constructs that enable interaction with the data within a PL/SQL block. Cursor designing is an important skill in PL/SQL programming as it impacts the data access paradigm and also code performance. In this chapter, we are going to focus our discussion on cursors. Here is the chapter outline:
- Cursor fundamentals
- How cursors work?
- Implicit and explicit cursors
- Cursor attributes
- Cursor design guidelines
- Cursor variables
- Implicit
REF CURSOR
parameter binding - Introduction to subtypes
推薦閱讀
- UI設(shè)計(jì)基礎(chǔ)培訓(xùn)教程
- 從零構(gòu)建知識(shí)圖譜:技術(shù)、方法與案例
- Java從入門到精通(第5版)
- C語言程序設(shè)計(jì)教程(第2版)
- ArcGIS By Example
- Learning Laravel's Eloquent
- Android應(yīng)用案例開發(fā)大全(第二版)
- App Inventor少兒趣味編程動(dòng)手做
- 3D Printing Designs:The Sun Puzzle
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- HTML5+CSS+JavaScript深入學(xué)習(xí)實(shí)錄
- R統(tǒng)計(jì)應(yīng)用開發(fā)實(shí)戰(zhàn)
- 自己動(dòng)手做智能產(chǎn)品:嵌入式JavaScript實(shí)現(xiàn)
- 匯編語言程序設(shè)計(jì)
- 軟件測試實(shí)驗(yàn)實(shí)訓(xùn)指南