Answer Posted / pavan_1981
PL/SQL is Oracle's Procedural Language extension to SQL.
PL/SQL's language syntax, structure and data types are
similar to that of ADA. The PL/SQL language includes object
oriented programming techniques such as encapsulation,
function overloading, information hiding (all but
inheritance). PL/SQL is commonly used to write data-centric
programs to manipulate data in an Oracle database
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
Is it possible for a table to have more than one foreign key?
How to return multiple rows from the stored procedure?
what is a database? : Sql dba
what are rollup and cube in t-sql? : Transact sql
what is normalization? : Sql dba
Explain cursor types?
Why truncate is used in sql?
How do I remove sql plus from windows 10?
What is nvl?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
How many developers work on postgresql?
What is string data type in sql?
Explain character-manipulation functions?
What is the purpose of the sql select top clause?
What is difference between nchar and nvarchar?