Oracle (3259)
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 14458declare 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 8963I have student marks in a student table. I need second highest mark .Then what will the query for this?
37 69010Given 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 15981What action do you have to perform before retrieving data from the next result set of a stored procedure ?
2584What cursor type do you use to retrieve multiple recordsets?
Apollo, CTS, IonIdea, Microsoft, Oracle, TCS, Vmoksha, Wipro,
17 70897
Oracle
How to create hyperlink from returned sql query ?
How to disable foreign key constraint in postgresql?
Is it possible to create startup or shutdown trigger for on-schema?
What is the synonym of join?
Would you easily automate your ms access database through menu driven selections?
What are the 3 types of schema?
Explain the advantages of data integration suite in sybase.
What is orm in sql?
How and why use sql server?
How do I rename a table in mysql?
Explain the truncate command? : sql server architect
What does an inner join do?
How to drop an index in oracle?
What are the types of data contol?