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) You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
1 1059You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
1 1008How do you use a subquery to find records that exist in one table and do not exist in another?
1 1113Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
1 1017
What is self contained sub query?
Have you written applications to retrieve stored images in a table?
How to use values from other tables in update statements using oracle?
How do I remove duplicates in two columns?
what are the advantages of sql ? : Sql dba
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How to put more than 1000 values into an oracle in clause?
how many tables will create when we create table, what are they? : Sql dba
How do I create a trace in sql server?
How to select all columns of all rows from a table in oracle?
How efficient you are in oracle and SQL server?
how to start mysql server? : Sql dba
What is the difference between upgrade and migration in sql server?
Why should you use or avoid select * statements?
Can you index views?