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)
What is an SQL FORMS ?
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
What are the differences between in and exists clause?
How can we monitor the space allocations in a database?
How do you trace the traffic hitting a sql server?
Can we insert in view in sql?
What are the differences between sql server and mysql.
List out the differences between global and local temp tables in sql server?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
Is pdo more secure than mysqli?
Explain the wait events in statspack report 'db scattered read'?
What is instead of dml trigger?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
How do you define a composite key?
What are tuples in sql?