PDF Database Programming With PL SQL 1 2 Practice Activities - Compress
PDF Database Programming With PL SQL 1 2 Practice Activities - Compress
www.oracle.com/academy
Try It / Solve It
1. Why is it more efficient to combine SQL statements into PL/SQL blocks?
An application
application is more efficient
efficient when
when created in PL/SQL blocks; there
there is less
network traffic, resulting in a faster application.
2. Why is it beneficial to use PL/SQL with an Oracle database? List at least three
reasons.
Integration of procedural constructs with SQL.
Improve Performance.
Exception handling.
4. List three examples of what you can build with PL/SQL code.
Create Web and other applications
Manage application data
Manage the Oracle database