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 14101declare 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 8771Given 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 15596What action do you have to perform before retrieving data from the next result set of a stored procedure ?
2529What cursor type do you use to retrieve multiple recordsets?
Apollo, CTS, IonIdea, Microsoft, Oracle, TCS, Vmoksha, Wipro,
17 69936
What is forward declaration in pl sql?
What is triggering circuit?
What are the constraints available in sql?
how to extract a unit value from a date and time? : Sql dba
Is and as keyword in pl sql?
what is a database? : Sql dba
How do I find duplicates in the same column?
What is information schema in sql?
What are operators available in sql?
Explain autonomous transaction.
What does select top 1 do in sql?
Why we use pl sql?
What is rank () in sql?
Explain raise_application_error.
Name some usages of database trigger?