April 2013
Intermediate to advanced
264 pages
7h 8m
English
PL/SQL is an abbreviation of Procedural Language/Structured Query Language. We can create small programs using PL/SQL named and unnamed blocks.
By writing SQL update/select/insert/delete statement, we can apply same condition on set of records, but we cannot apply different conditions on different records depending upon the field values. It could be done by declaring cursor and accessing the cursor within the PL/SQL block.
We may also write stored procedure or function which could be called from remote computer. Using ...
Read now
Unlock full access