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 14082declare 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 8768Given 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 15579Post New Oracle SQL PLSQL Interview Questions
What is the role of Web Server?
Explain the different system tables used in cics?
What is delegates and events?
What is the starting point of code execution in jquery?
Which method is called when reference variable is passed in system.net?
how can you get the errors in job? when loops are araised we get error?
How many chart of accounts can be attached to a company code?
How do you make a toggle switch in excel?
Is an integer an object?
What is event target in javascript?
Define transaction and transaction isolation levels?
How does xml store and transport data?
Differentiate between microcontroller and microprocessor.
What are the 2 kinds of data type conversions in c#?
What is linq query in asp net?