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 14146declare 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 8794Given 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 15643Post New Oracle SQL PLSQL Interview Questions
how to connect to a flatfile through ftp in informatica
What is blank?
Define the term immutable ?
Explain about the future of struts?
What are the Quantifiers in LINQ?
What are the 4 areas of the box model?
What do you mean by *args and **kwargs?
What are the difference between of the “HDFS Block” and “Input Split”?
What is the use of orm in java?
What clinical lab audit is and what are the areas you can do clinical audit?
How failures in execution are handled with include() and require() functions?
What is the maximum number of cards that can be passed to the map?
Where is the windows update cache folder?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is orm principle?