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 14443declare 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 8952#include
Given 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 15971Post New Oracle Interview Questions
Mention the log that has to be seen to report errors in Ruby Rails?
What is dynamic array how it is created?
What does ctrl 2 do in word?
What is a nuclear triad?
What do you mean by purchasing organization hierarchy ?
What is french seam?
Where is mysql data stored linux?
Is ajax an api?
Explain when should you use .net web forms over asp.net mvc?
Are you willing to work at nights and weekends?
Why is block size set to 128 MB in Hadoop HDFS?
Is python faster than bash?
What is the use of the underscore variable in repl?
why are U looking for this vacancy
What are transaction tables in peoplesoft hrms?