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 maximum number of rows in sql table?
What is an inner join sql?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is synchronized subquery?
Does pl/sql support create command?
How much does sql cost?
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
How many types of indexes are there in sql?
What is dcl in sql?
What are the types of join in sql?
How many types of privileges are available in sql?
what is the difference between nested subquery and correlated subquery?
Is not equal in sql?
What is consistency?
What is vector point function?