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 14393declare 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 8928Given 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 15903Post New Oracle SQL PLSQL Interview Questions
What is connection data?
What are the two main string operators?
Assuming one link of the Trojan horse copy-and-observe-later chain is broken. There are two other possible angles of attack by Alice: Alice logging on and attempting to read the string directly, and alice assigning a security level of sensitive to the back-pocket file. Does the reference monitor prevent these attacks?
What are the different measures that are required to achieve the design for better yield?
How to verify tooltip text using selenium?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
How do you handle your own transaction?
What is negative time recording?
What is the difference between full and partial repositories?
what's the difference between 'shaft power demand' and 'BHP' , when we consider electrical load list.
What is utilization?
What is a stacked bar chart?
Explain how to render an html page using only swing.
Should I learn python or scala?
How to check hibernate version in spring boot?