TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
SQL Vs PL / SQL
Nikhil Kumar
Aug 22, 2009
28.8
k
0
2
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
In this blog you learn the difference between SQL and PL / SQL...
Here i am defining some points regarding SQL and PL / SQL...
SQL
Structured Query Language
By SQL you can interact with database through ADO.NET
Only simple IF / Else statements
In SQL you execute a line of code
It can run only in windows
PL/ SQL
Procedure Language / Structure Query Language
In PL / SQL you execute a block of code not a single line of code
Deep control statements
It can run in UNIX also
PL/SQL language includes object oriented programming techniques such as encapsulation, function overloading, information hiding (all but inheritance).
Thanks
Nikhil Kumar
www.dotnetask.blog.co.in
Next Recommended Reading
Use of Set Serveroutput In PL / SQL