PL/SQL – Useful Resources The following resources contain additional information on PL/SQL. Please use them to get more in-depth knowledge on this topic. Useful Links on PL/SQL − Oracle”s official website giving complete detail about PL/SQL. − From Wikipedia, the free encyclopedia of PL/SQL. − A simple tutorial SQL which is one of the most […]
Author Archives: user
Discuss PL/SQL PL/SQL is a combination of SQL along with the procedural features of programming languages. It was developed by Oracle Corporation in the early 90”s to enhance the capabilities of SQL. PL/SQL is one of three key programming languages embedded in the Oracle Database, along with SQL itself and Java. This tutorial will give […]
PL/SQL – Object Oriented In this chapter, we will discuss Object-Oriented PL/SQL. PL/SQL allows defining an object type, which helps in designing object-oriented database in Oracle. An object type allows you to create composite types. Using objects allow you to implement real world objects with specific structure of data and methods for operating it. Objects […]