Vertaling van "PL/ SQL" in Engels
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.
PL/ SQL pozwala określić zakres pętli dynamicznie w czasie wykonywania.
PL/SQL allows determine the loop range dynamically at run time.
Każdy PL/ SQL podprogram ma imię, a może mieć listę parametrów.
Each PL/SQL subprogram has a name, and may have a parameter list.
Wystąpił błąd podczas wykonywania programu nazywa się wyjątek w PL/ SQL.
An error condition during a program execution is called an exception in PL/SQL.
Wszystkie znaki dostępne wewnątrz każdego komentarza są ignorowane przez PL/ SQL kompilator.
All characters available inside any comment are ignored by PL/SQL compiler.
PL/ SQL obsługuje pojedynczą linię i komentarze obsługujący kilka linii.
The PL/SQL supports single-line and multi-line comments.
Aplikacje napisane w PL/ SQL są w pełni przenośne.
Applications written in PL/SQL are fully portable.
PL/ SQL umożliwia wysyłanie cały blok sprawozdań do bazy danych w jednym czasie.
PL/SQL allows sending an entire block of statements to the database at one time.
Ciąg w PL/ SQL jest w rzeczywistości sekwencją znaków z opcjonalnej specyfikacji wielkości.
The string in PL/SQL is actually a sequence of characters with an optional size specification.
PL/ SQL umożliwia tworzenie obiektów z istniejących obiektów bazowych.
PL/SQL allows creating object from existing base objects.
PL/ SQL pozwala zdefiniować własne wyjątki według potrzeby programu.
PL/SQL allows you to define your own exceptions according to the need of your program.
PL/ SQL ocenia wyrażenie przez łączenie wartości argumentów w rozumieniu operatora.
PL/SQL evaluates an expression by combining the values of the operands with the meaning of the operator.
PL/ SQL jest blok o strukturze języka.
PL/SQL is a block structured language.
Funkcja PL/ SQL jest taka sama jak procedura, z wyjątkiem tego, że zwraca wartość.
A PL/SQL function is same as a procedure except that it returns a value.