What should i learn to b'com a good PL/SQL Programmer? [message #325026] |
Wed, 04 June 2008 17:00 |
hunky_funky
Messages: 2 Registered: June 2008 Location: READING,PA
|
Junior Member |
|
|
Hi all,
I want to become a PL/SQL programmer. Please suggest me, where should i start?..
I have Oracle 9i and TOAD installed in my computer.
Please suggest me some good material and good ways to become good at PL/SQL.
Thanks in Advance.
|
|
|
|
|
Re: What should i learn to b'com a good PL/SQL Programmer? [message #325033 is a reply to message #325026] |
Wed, 04 June 2008 18:47 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
In the URL in previous post contains the whole Oracle documentation set.
SQL<> PL/SQL & you can embed SQL in PL/SQL.
PL/SQL was derived from ADA.
Also, http://asktom.oracle.com contains many fine coding examples.
The following could ignite a lively discussion, but I do not consider SQL to be a programming language because it has no real flow control (if then else).
You start at the top & execute every statement until you reach the end of file.
With that being said, it does pay my bills so it can prove useful.
[Updated on: Wed, 04 June 2008 18:51] by Moderator Report message to a moderator
|
|
|
|
|
|
|