.Oracle PL/SQL Programming Table of Contents Copyright Dedication Preface Objectives of This Book

Oracle PL/SQL Programming Table of Contents Copyright Dedication Preface Objectives of This Book Structure of This Book Conventions Used in This Book Which Platform or Version? About the Code Safari Enabled Comments and Questions Acknowledgments

Part I: Programming in PL/SQL Chapter 1. Introduction to PL/SQL Section 1.1. What Is PL/SQL? Section 1.2. The Origins of PL/SQL Section 1.3. So This Is PL/SQL Section 1.4. About PL/SQL Versions Section 1.5. Resources for PL/SQL Developers Section 1.6. Some Words of Advice

Chapter 2. Creating and Running PL/SQL Code Section 2.1. SQL*Plus Section 2.2. Performing Essential PL/SQL Tasks Section 2.3. Calling PL/SQL from Other Languages Chapter 3. Language Fundamentals Section 3.1. PL/SQL Block Structure Section 3.2. The PL/SQL Character Set Section 3.3. Identifiers

Section 3.4. Literals Section 3.5. The Semicolon Delimiter Section 3.6. Comments Section 3.7. The PRAGMA Keyword Section 3.8. Labels Part II: PL/SQL Program Structure Chapter 4.