CHAPTER 4Code Database Access Programs with PL/SQL

SQL is nothing more than a data access language that allows applications to put data into and get data out of an Oracle database. In other words, SQL by itself is not a full-featured programming language that you can use to develop powerful database applications. To build a database application, you must use a procedural language that encompasses SQL to interact with an Oracle database. This chapter explains Oracle's very own procedural language, PL/SQL, which you can use to program an Oracle database server and associated applications. The following topics will be covered:

ImagePL/SQL coding basics ...

Get Hands-On Oracle Database 10g Express Edition for Windows now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.