
Oracle PL/SQL Programming Fundamentals 2nd Edition: A Practical Tutorial by Examples
Ahmed Elsaka
Описание
PL/SQL, integrated with the Oracle database, is the procedural extension of SQL. This book is for PL/SQL beginners. When they finish reading the book and trying its examples, they would have equipped themselves with basic PL/SQL skills to start writing PL/SQL programs in a real-world development project. The second edition has three new chapters (Records & Collection, Privileges, and PL/SQL in Java), and five new topics added in existing chapters (Transaction, DDL statements, Stored Programs, Package, and Trigger)Read more
Похожие работы
Эпизоды (14)
-
Chapter 1: Setting Up
Chapter 2: Using SQL Developer
Chapter 3: Block
Chapter 4: Variable Declaration
Chapter 5: Executable Statement
Chapter 6: Exception-handling
Chapter 7: Using SQL in PL/SQL
Chapter 8: Cursor
Chapter 9: Subprogram