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)
Can you type more than one query in the query editor screen at the same time?
How to create and drop temp table in sql server?
How do you delete a document from a collection?
in the physical file layout, where should the transaction log be stored in relation to the data file?
Which sql server table is used to hold the stored procedure scripts?
How to setup postgresql sysv startup script?
What is a proxy object?
What is the rdl file?
Users get the following error: ora-00055 maximum number of dml locks exceeded? What is the problem and how do you fix it?
What are the features of rdbms?
Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.
How to start sql server browser service?
You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?
What stored procedure can you use to display the current processes?
how to create a table index in mysql? : Sql dba