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 do you understand by replication in sql server? Mention the different types of replication in sql server.
997Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
1230
Why do we use function in pl sql?
Enlist the cursor types.
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is difference between two tier and three tier?
define join and explain different type of joins? : Sql dba
what is a view? : Sql dba
Other than truncate statement, which other command can by-pass the trigger on the tables?
What is database write application of database?
How do I set up postgresql?
What are the tools available in market as an alternative to sql server reporting services?
Does truncate need commit?
Differentiate between delete and truncate.
Should you normalize audio?
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 truncate in mysql?