Database Programming With PL/SQL 1-2: Practice Activities
Database Programming With PL/SQL 1-2: Practice Activities
com/academy
Try It / Solve It
1. Why is it more efficient to combine SQL statements into PL/SQL blocks?
An application is more efficient when created in PL/SQL blocks; 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