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 14686declare 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 9093I have student marks in a student table. I need second highest mark .Then what will the query for this?
37 70261Given 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 16234What action do you have to perform before retrieving data from the next result set of a stored procedure ?
1 2627What cursor type do you use to retrieve multiple recordsets?
Apollo, CTS, IonIdea, Microsoft, Oracle, TCS, Vmoksha, Wipro,
17 71551
what is collation? : Sql dba
How to rebuild the master database?
If a cursor is open, how can we find in a pl/sql block?
Why and when do stored procedure recompile?
Does group by remove duplicates?
How to export data from database and import into another?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
How raid can influence database performance?
Disadvantages of the indexes?
How to select all columns of all rows from a table in oracle?
in oracle BPM composer in part BA model on design model in enterprise model i cannot connection with value chain model work not links in part properties do you can me help me?
what is dbms? : Sql dba
Re: Where can i get informatica certification Exam dumps and details? please forward it to emailid:
what is the difference between openrowset and openquery?