declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?
7 14597declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?
3 9047Given two tables Student(SID, Name, Course) and Level(SID, level) write the SQL statement to get the name and SID of the student who are taking course = 3 and at freshman level.
9 16151Post New Oracle SQL PLSQL Interview Questions
who was your inspiration behind becoming an engineer?
What is an operations manager?
1.In a table Gender is a column in that male and female are the two data.In a single statement i have to modify all male to female and all female to male vice versa. 2.In a single query i need the count of male data,count of female and total count
if I make the minimum participation size larger, will attachments stored in daos be moved back into the nsf?
Can a posting run be deleted? : sap abap hr
what exactly sql injuction.how to overcome.....
What causes crankcase explosion?
Why is naïve bayes machine learning algorithm naïve?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What Time Neede to Upload Master Data and Trasaction Dat From Non SAP Systum to SAP Sys. through LSMW Tool ?
Can I close my computer while updating?
CAN V USE CRUSH SAND FOR CLAY BRICK MASONARY
What is output of “20” + 20? In javascript?
what is event driven software and what is procedural driven software?
What is your idea towards your own working style?