Home » SQL & PL/SQL » SQL & PL/SQL » SQL and PL/SQL
SQL and PL/SQL [message #7009] Thu, 15 May 2003 03:00 Go to next message
premila
Messages: 10
Registered: September 2002
Junior Member
Hi,

Is SQL and PL/SQL considered a high programming level language or a low level language. Please let me know and why?

Regards
Premila Jesani
Re: SQL and PL/SQL [message #7017 is a reply to message #7009] Thu, 15 May 2003 09:00 Go to previous message
Krish Jayarangan
Messages: 10
Registered: August 2002
Junior Member
Hi,
SQL is a high level language, also known as fourth generation language. Unlike the low level language (c,c++), SQL uses "English like" statements, which makes the life of the person trying to learn it, very simple.
PL/SQL is also considered a high level language, but is has the powerful processing capabilities of the low level languages.
In SQL, you can tell what you want, and SQL gets you the result. You have no option as to how to execute the query (of course, there are some advanced options like hints etc., available). But in PL/SQL, you can manipulte the result set, and do whatever you want.
Hope this helps.
-Krish.
Previous Topic: Help needs to get the SQL Query...........
Next Topic: Question on ROWNUM
Goto Forum:
  


Current Time: Wed Apr 24 22:49:28 CDT 2024