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 14360declare 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 8923Given 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 15874Post New Oracle SQL PLSQL Interview Questions
How do I upgrade wordpress safely?
Discuss the potential side effects and risks associated with Alprazolam usage. How would you manage or mitigate these side effects in a patient?
What is auto-response?
how to design a crankshaft?
How do I compare two excel sheets to highlight duplicates?
Explain anaphylaxis?
What is tomcat animal?
Name some companies using QlikView?
How soap and rest will communicate? : salesforce integration
What are the different iis authentication modes in iis 5.0 and explain? Difference between basic and digest authentication modes?
What does calloc stand for?
Do you know what is double-entry accounting? Explain with an example?
The screw thread commonly used for transmission of motion is one of the following types of threads
What is the purpose of the main method?
Message is set to the property and the checked in the clipboard also , the messages got set successfully. But the message is not displayed beside the field in the screen. Why..?