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) How to come back in normal stage in Mutating Table if mutating table is locked or update data?
2 6615How to get the procedure's, function's name from a package if it is wrapped(both spec & body).
2 6601If records are inserted into table without committing.How to refer to these values in a procedure?
2 7582can we call a procedure into another procedure?If yes means how you can pass the perameters for the two procedures?
2 13254
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to analyze tables with 'mysqlcheck'?
Can we protect our pl/sql source code?
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
What versions of clipper does netlib support?
When should I execute an sp_recompile in sybase?
How bulk collect improves performance?
What is the dba role in oracle?
What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?
What are set operators?
What is the difference between truncate and drop statements?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
How do I grant privileges to a user in mysql phpmyadmin?
How does a profiler work?