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 14408declare 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 8933Given 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 15926What action do you have to perform before retrieving data from the next result set of a stored procedure ?
2571What cursor type do you use to retrieve multiple recordsets?
Apollo, CTS, IonIdea, Microsoft, Oracle, TCS, Vmoksha, Wipro,
17 70777
Does sql*plus also have a pl/sql engine?
What is the difference between nested table and varray?
What is the use of index in sql?
What sql database should I use?
What is set serveroutput on in pl sql?
How do I run sql?
What language is oracle sql developer?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
How to run pl sql program in mysql?
How do I partition in sql?
Explain lock escalation? : Transact sql
Are views faster than queries?
What do you mean by “trigger” in sql?
What is sqlexception in java?
What is an ndf file?