5 pts.
 What is the difference between software package in SQL and PL/SQL
why is the need of psql when the sql is already avaliable.

Software/Hardware used:
ASKED: March 30, 2009  7:43 AM
UPDATED: March 30, 2009  1:53 PM

Answer Wiki:
PL/SQL is a <b>procedural extension of SQL</b>. It is a programming language. PL/SQL has variables and variable declarations, it includes conditional controls like IF. It also includes looping structures (LOOPs). PL/SQL uses SQL to get, manipulate and save data to/from the database. In PL/SQL you can build procedures, functions and packages. "SQL cannot be used to execute procedural code with conditional, iterative and sequential statements".
Last Wiki Answer Submitted:  March 30, 2009  1:53 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _