Jump to content

Introduction


Guest Sankaranarayanan

Recommended Posts

  • 2 weeks later...

PL/SQL is basically a combination of SQL (Select, Update, Insert etc....) for doing a combinations of jobs....it's like writing different SQL Statements.......Even a single SQL Statement (Select * from Table) is a PL/SQL statement..........to go for more advanced versions of this, u need to get the Scripting part or more commonly known as the T-SQL portion of SQl.......this helps in linking these simple SQL Commands to perform one or more operations ------- this includes "Loop, if-else, case, ext, variables, procedures, triggers, indexes, views....etc)....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...