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) What is a scheduled job or what is a scheduled task?
how to use regular expression in pattern match conditions? : Sql dba
what are the advantages of sql ? : Sql dba
what is sql server agent? : Sql dba
Design database draw er diagram for a certain scenario ?
Equi join and non equi join is possible with sql server?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
Is there some bulk load or other way to import a lot of data fast?
If a cursor is open, how can we find in a pl/sql block?
What is acid mean in sql server?
what is the difference between openrowset and openquery?
How can we solve concurrency problems?
Is primary key always clustered index?
How many concurrent programs you have customized, can you name some of them?
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