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 […]
Category Archives: plsql
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 […]
PL/SQL – Quick Guide PL/SQL – Overview The PL/SQL programming language was developed by Oracle Corporation in the late 1980s as procedural extension language for SQL and the Oracle relational database. Following are certain notable facts about PL/SQL − PL/SQL is a completely portable, high-performance transaction-processing language. PL/SQL provides a built-in, interpreted and OS independent […]