July 2006
Intermediate to advanced
560 pages
12h 57m
English
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:
PL/SQL coding basics ...
Read now
Unlock full access