
May 24th, 2005, 09:00 AM
|
|
|
|
Database Interaction with PL/SQL, part 1
This first article in a series focusing on database interactions with Oracle PL/SQL serves as a good introduction to the topic. It mainly focuses on the basics of retrieving information from the Oracle database using the SELECT..INTO statement, as well as two attributes, namely "%TYPE" and "%ROWTYPE." Readers should have some knowledge of RDBMS, Oracle SQL, and some very fundamental ground in PL/SQL.
Read the full article here: Database Interaction with PL/SQL, part 1
For more discussion go here: Blog Article Discussion
|