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 14420declare 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 8940I have student marks in a student table. I need second highest mark .Then what will the query for this?
37 68778Given 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 15944What 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 70810
What are indexes? Mention the differences between the clustered and non-clustered index?
What are the ways available in sql server to execute sql statements?
what is update statistics in sybase?
List the advantages of access database ovr oracle database.
explain advantages of myisam over innodb? : Sql dba
I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution
What do you mean by an execution plan? How would you view it?
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
How do you set a trace flag in sql server?
What is transactional replication?
Explain can you move old files in the movechunk directory?
Is it necessary to install mongodb compass?
What is mysql community edition?
What are the advantages of using third-party tools?
Is mongo shell supported to tab completion?