Browsing articles tagged with " oralce"
Dec
13
13
Structure of PL/SQL Block
[<Block Header>]
[DECLARE
<constants>
<variables>
<Cursors>
<user defined exceptions>
]
BEGIN
<PL/SQL Statements>
[Exceptions <exception handlings>]
END;
BLOCK HEADER specifies whether the PL/SQL block is procedure, a function or a package. If no header is specified, the block is said to be an anonymous PL/SQL block.
Dec
13
13
LOOP in PL/SQL
Syntax:
LOOP
statements
END LOOP;
Example:
DECLARE
cntr NUMBER :=0;
BEGIN
LOOP
cntr :=cntr +1;
IF cntr>100 THEN
Dbms_Output.put_line (cntr);
EXIT;
END IF;
END LOOP;
Namaste!
Recent Posts
Tags
basic java
c++
C++ coding
C++ prgoram
c++ prgram
C++ programmer
C++ programming
c++ syntax
database
function
functions in oracle
java
Java Bean
java program
java programmer
java programming
JDK
JSF
JSP
loop
nepali wordpress designer
Operator Precedence
oracle
oracle 9i
oracle database
oralce
package
PL/SQL
Servlet
sql
sql statements
wordperss designer nepal
wordpree designer
wordpres plugin
wordpress blog
wordpress blog design
wordpress blog nepal
wordpress design
wordpress designer
wordpress designer nepal
wordpress nepal
wordpress news
wordpress news nepal
wordpress plugins
wordpress themes
Latest Tweets
- You can't beat that!!! ha ha ha ha
http://t.co/RncN75Qy - posted on 18/05/2012 08:51:10 - Would you do these workouts -- at work? http://t.co/9FjVfJZ2 - posted on 18/05/2012 08:46:13
- Congratulations didi n Vinaju! http://t.co/tgWnJQ7l - posted on 18/05/2012 06:04:54




