Vertaling van "PL/SQL Block" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
This could be a stored procedure (function, procedure, package...), a PL/SQL block or any sequence of SQL sentences.
Esto puede ser un procedimiento almacenado (función, procedimiento, paquete...), un bloque PL/SQL o cualquier secuencia de sentencias SQL.
SQL*Plus then presents a prompt with the default form of: SQL> Interactive use can then start by entering a SQL statement (terminated by a semicolon), a PL/SQL block, or another command.
Entonces aparecerá el texto: SQL> Ahora puede comenzar a usarse SQL de forma interactiva introduciendo líneas de comandos de SQL (terminadas en punto y coma), un bloque PL/SQL, u otro comando.
Then comes the body, which is essentially a PL/SQL block.
Variables are used to store data during PL/SQL block execution.
You cannot reference host or bind variables in the PL/SQL block of a stored function.
The end; line signals the end of the PL/SQL block.
Esta es la estructura básica de un El extremo; línea señala el final del bloque de PL/ SQL.
This is a PL/SQL block that is stored in the database with a name.
If statement corresponds to a PL/SQL block returning Oracle Database 12c Implicit Result Sets, then rows from all sets are consecutively fetched.
Si statement se corresponde con un bloque de PL/SQL devuelto por Conjuntos de Resultados entonces las filas de todos los conjuntos se obtienen consecutivamente.
Advantages of PL/SQL Block structure: PL/SQL consist of block of code, which can be nested within each other.
Posteriormente, estos elementos se pueden referenciar desde otros bloques PL/SQL, con lo que los paquetes permiten disponer de variables globales en PL/SQL.
All rights reserved. 17. Test the Output of a PL/SQL Block
La sección de excepción de un Bloque PL/ SQL se inicia con la palabra EXCEPCION.
PL/SQL GOTO statement allows you to jump to a specific executable statement in the same execution section of a PL/SQL block.
Sección de Ejecución: La sección de ejecución de un bloque PL/ SQL se inicia con la palabra clave BEGIN y termina con END.
Andere resultaten
Are named PL/SQL blocks that return a single value.
This allows PL/SQL blocks to easily return query results.
Esto permite a los bloques de PL/SQL devolver fácilmente resultados de consultas.