pl/sql PROGRAMING
7:05 AM / 0 Comments
pl/sql PROGRAMING
Third type of sequence statement 1) goto statement: it transfer the flow of control to the label unconditionaly. syntex: goto ;<><--------------------------------------------------------------------------------->Q:wap to find larger of two no by using goto statement?Ans:set serveroutput on;declarenum1 number(2);num2 number(2);beginnum1:=&num1;num2:=&num2;if num1>num2 thengoto p1;elsegoto p2;end if;<>dbms_output.put_line('num1 is larger');<>dbms_output.put_line('num2 is larger');end;OUTPUT:old 5: num1:=&num1;new 5: num1:=2;old 6: num2:=&num2;new 6: num2:=3;num2 is largerPL/SQL procedure successfully completed.<----------------------------------------------------------------------------------------->TRIGGER:1)it is a...
SECRET OF YOUTUBE
1:38 PM / 0 Comments
SECRET OF YOUTUBE
step1: open youtube step2: type "use the force luke" in the search box step3: press enter AND SEE WHATS HAPPEN While watching youtube press "1980" and save your video from missile step1: open youtube step2: type "beam me up scotty" in the search box step3: press enter AND SEE WHATS HAPPEN step1: open youtube step2: Add "&pow=1&nohtml5=1" to...
Popular Posts
About Me
Recent Comments
Blog Archive
Ads 300 x 250
Popular Posts
-
Third type of sequence statement 1) goto statement: it transfer the flow of control to the label unconditionaly. syntex: goto ; ...
-
SESSION 2013-2014 CSE316: OPERATING SYSTEM CONCEPT Time Allowed: 03:00 hrs ...
-
step1: open youtube step2: type "use the force luke" in the search box step3: press enter AND SEE WHATS HAPPEN ...