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 14163declare 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 8798#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 15663Post New Oracle Interview Questions
Explain node.js event loop?
Is string php function?
what is the function used for encoding JSON in PHP?
Where is the value-type variables allocated in the computer ram?
Define inclination?
What is the type of method for sending request from http server?
What are layout pages in sharepoint?
How can Indian Economy be developed?
What is the use of warranty claim processing function?
What format can jdbc adapter communicate in? Should you use native sql?
State the types of distortions in amplifier?
What is the role of wsdl document in web service testing?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Define WEBI?
You are working on a project to develop a new website for your company. You are monitoring results of the project to determine if they comply with standards set out during the Planning processes. You are also taking steps to eliminate unsatisfactory results. This might mean rework in some cases. Which process are you in? A. Risk Monitoring and Control B. Quality Control C. Integrated Change Control E. Scope Change Control