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 14404declare 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 15922What 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 70750
What is the purpose of using pl/sql?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
When is a declare statement required?
What is vector point function?
What are the query optimization techniques?
What is partition in sql query?
What is dbo in sql?
Why do you partition data?
Which sql most popular?
Cite the differences between execution of triggers and stored procedures?
how to enter binary numbers in sql statements? : Sql dba
What is the use of sqldataadapter?
What can sql server reporting services do?
What is the difference between local variables and global variables?
Differentiate between sga and pga.