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
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What programs use sql?
What is audit logout in sql profiler?
Are null values same as that of zero or a blank space?
How do I filter in sql profiler?
What is auto increment feature in sql?
How many tables can you join in sql?
what is log shipping? : Sql dba
What is the use of pl/sql table?
What is dense_rank in sql?
What is the use of double ampersand (&&) in sql queries? Give an example
Is primary key clustered index?
How do I start sql profiler?
what are different types of collation sensitivity? : Sql dba
Can two tables have same primary key?