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 13084declare 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 8324Given 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 14452Post New Oracle SQL PLSQL Interview Questions
What is the importance of setting up permission in app development?
Want to lear from basic about silktest and how to write scripts. Please let me know if you know any website
What is unix operating system used for?
DESCRIBE WHY MANAGEMANT EDUCATION YOU WANT TO PURSUE???????/
What is blob and clob?
What are guards in angular?
Explain debt service coverage ratio. What does it indicate?
How can I see where pipes are behind the wall?
what should be inferred by a variable named birthplace_str? : Adobe flash
Can we mass delete reports in salesforce?
How do I delete blank lines in word?
How can I read data from data files with particular formats?
Which is not a valid scale in d3 js?
explain the effects of alloying chromium and nickel in stainless steel.
What is the use of pyspark?