- 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
推薦閱讀
- Web應(yīng)用系統(tǒng)開(kāi)發(fā)實(shí)踐(C#)
- AngularJS Testing Cookbook
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實(shí)戰(zhàn)
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- Python金融數(shù)據(jù)分析
- PySpark Cookbook
- Node.js開(kāi)發(fā)指南
- Data Science Algorithms in a Week
- 微前端設(shè)計(jì)與實(shí)現(xiàn)
- Shopify Application Development
- Learning Redux
- C#網(wǎng)絡(luò)編程高級(jí)篇之網(wǎng)頁(yè)游戲輔助程序設(shè)計(jì)
- Scratch 3.0少兒積木式編程(6~10歲)
- Python從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- Augmented Reality for Developers