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 are the usages of sql?
give the syntax of grant and revoke commands? : Sql dba
How delete all records from table in sql?
discuss about myisam index statistics collection. : Sql dba
Write a sql query to get the third highest salary of an employee from employee_table?
What are different types of sql?
What are tables and fields?
What is relationship? How many types of relationship are there?
Why cross join is used?
Explain what is a database?
What is the difference between Union and Union all. Which is faster.
What is pl sql commands?
Why do we need pl sql?
How can you load microsoft excel data into oracle? : aql loader
Write the command to remove all players named sachin from the players table.