Está en la página 1de 1

www.oracle.

com/academy

Database Programming with PL/SQL


1-2: Benefits of PL/SQL Practice
Activities
Vocabulary
Identify the vocabulary word for each definition below:

The ability for PL/SQL programs to run anywhere an Oracle


portabilidad
server runs.
bloques
The basic unit of PL/SQL programs- also known as modules.
An error that occurs in the database or in a user’s program
excepcion
during runtime.

Try It / Solve It
1. Why is it more efficient to combine SQL statements into PL/SQL blocks?

Una aplicación es más eficiente cuando se crea en bloques PL / SQL; hay menos tráfico
de red, lo que resulta en una aplicación más rápida.

2. Why is it beneficial to use PL/SQL with an Oracle database? List at least three reasons.

1.-Integración de construcciones procesales con SQL.


2.-Mejorar el rendimiento.
3.-Manejo de excepciones.

3. How is PL/SQL different from C and Java? List three differences.

PL / SQL requiere una base de datos o una herramienta de Oracle.


PL / SQL permite algunas técnicas de programación orientada a objetos, pero no es tan
extenso como Java.
PL / SQL es el lenguaje más eficiente para usar con una base de datos Oracle.

4. List three examples of what you can build with PL/SQL code.
- Crear aplicaciones web y otras
- Administrar datos de aplicaciones
- Administrar la base de datos Oracle
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their
respective owners.

También podría gustarte