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) Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
1 1081
How to provide default values to function parameters?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
How do I start sql server 2017?
How many concurrent programs you have customized, can you name some of them?
how to use regular expression in pattern match conditions? : Sql dba
What is standby servers? Explain types of standby servers.
Disadvantages of the indexes?
How to use values from other tables in update statements using oracle?
What kind of problems occurs if we do not implement proper locking strategy?
What is an indexed view?
How to convert numeric expression data types using the cast() function?
How raid can influence database performance?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What is the difference between upgrade and migration in sql server?