Browsing articles tagged with " loop"
Dec
13
13
GOTO statement in PL/SQL
Example:
IF result= ‘fail’
THEN
GOTO fail_msg
END IF;
<<fail_msg>>
Message (“Student is Failed’);
Dec
13
13
While Loop in PL/SQL
Syntax:
WHILE < Condition true> LOOP
<Statement>
END LOOP;
Example:
DECLARE
cnt NUMBER:=0;
BEGIN
WHILE cnt<=10 LOOP
cnt:=cnt+1;
Message (‘While loop executes);
END LOOP;
END;
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




