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 14106declare 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 8776Given 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 15606Post New Oracle SQL PLSQL Interview Questions
How to testing voids of filled aggregate in bitumen mix design
Explain when to use ssl with tomcat?
You're in charge of implementing a stealth game similar to Thief: The Dark Project, and you need guards in your game that have imperfect vision and hearing and inhabit dimly-lit castles, and they can search the area for the player if they think there's an intruder around. How do you model the sensory systems of these guards, and how do you aggregate auditory, visual, and other kinds of stimuli in this system? How do you implement the various alert states for the guards, and why?
What is the purpose of the package around a microprocessor silicon die?
how to create cubes in transformer ?
What are the buffering types?
How do you enable temporary and extended trace logging for websphere portal ?
How do I use server core?
What is the diameter of the 3"inch nails?
How do I permanently stop runtime broker?
What is latest and stable version of Django ?
the configure that is worst effected by ?
What do you understand by plan baselines?
Does aws ever fall?
What is underfitting?