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 14366declare 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 8926Given 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 15882What action do you have to perform before retrieving data from the next result set of a stored procedure ?
2564What cursor type do you use to retrieve multiple recordsets?
Apollo, CTS, IonIdea, Microsoft, Oracle, TCS, Vmoksha, Wipro,
17 70666
How many types of tables are there?
explain the advantages and disadvantages of stored procedure? : Sql dba
What is pl sql block in dbms?
What does the argument [or replace] do?
what is bcp? When does it used? : Sql dba
What is dialect in sql?
What is plpgsql language?
Why do we use cursors?
Why do we use sqlite?
What are the possible values for the boolean data field?
How to run sql commands in sql*plus?
What is an intersect?
What found sql?
What is rownum in sql?
What is pl sql block structure?