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 size of partition table?
What is data manipulation language?
What is the difference between union and union all command?
What information is needed to connect sql*plus an oracle server?
What is a file delimiter?
explain the delete statements in sql
How can you view the errors encountered in a trigger?
Explain the significance of the & and && operators in pl sql.
What is crud stand for?
Is there a way to automate sql execution from the command-line, batch job or shell script?
What is pl/sql table? Why it is used?
What is output spooling in sql*plus?
Is foreign key mandatory?
What is time based sql injection?
what is the use of friend function? : Sql dba