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)
You need to multiply all values of a single column. How would you do that?
What is the command dbcc checkdb used for?
List some popular graph databases?
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
Is inner join faster than left join?
What are the concurrency problems a database faces?
What is database schema name?
Explain about extended stored procedure?
How do I download postgresql on windows?
How to find the source of a table in sql server?
What are the advantages of a procedure?
Can a table be created inside a trigger?
You need to manipulate varbinary columns in sybase. How would you do that?
How to view existing indexes on an given table using sys.indexes?