Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) 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 14619declare 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 9057I have student marks in a student table. I need second highest mark .Then what will the query for this?
37 69946Given 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 16162What action do you have to perform before retrieving data from the next result set of a stored procedure ?
2612What cursor type do you use to retrieve multiple recordsets?
Apollo, CTS, IonIdea, Microsoft, Oracle, TCS, Vmoksha, Wipro,
17 71358
How do I connect to postgresql on windows?
what is constraints?
What is the purpose of grouping data in a report?
How are exceptions handled in pl/sql? Give some of the internal exceptions name?
What is data model in mongodb?
does odi support web services?
What is the difference between varchar and varchar(max) datatypes?
What are the features of pl sql?
What is the difference between functions, procedures, and packages in pl/sql?
What is data definition language?
What do you mean by sybase iq?
Ways to improve the performance of a SQL Azure Database?
You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?
What is a user function?
What do you mean by foreign key and primary key?