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)
How raid can influence database performance?
List the ways in which dynamic sql can be executed?
Is inner join faster than left join?
Explain “row_number()” in sql server with an example?
what are aggregate and scalar functions? : Sql dba
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 is sql server agent? : Sql dba
Is primary key always clustered index?
Can delete statement be rollbacked?
how to escape special characters in sql statements? : Sql dba
What is standby servers? Explain types of standby servers.
Where can you add custom error messages to sql server?
What kind of problems occurs if we do not implement proper locking strategy?
What are the steps in creating a database?
How to select all columns of all rows from a table in oracle?