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 self contained sub query?
Why use identity in sql server?
What is the latest version of postgresql?
How to convert character strings into numeric values?
Is inner join faster than left join?
Where can you add custom error messages to sql server?
What are the two main functions of queries in databases?
How raid can influence database performance?
What is in place upgrade in sql server?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What are the types of database explain each of them briefly?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What are the different SQL Server Versions you have worked on?
Does view occupy space?
Equi join and non equi join is possible with sql server?