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) If a column is an image value type, how you can compare column values? How can you use this column in join clause?
1021You have two tables with a one to many join based on a field named id. You need to find records in the parent table that are not represented in the child table. how would you accomplish this?
1082You 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?
984The count() function always returns a int value type what should you do if you need to count rows from a query which you know will return a value that is too large for an int value type?
1007
what happens if null values are involved in expressions? : Sql dba
What is pl sql quora?
What is the distinction amongst delete and truncate?
What is actional flow mapping?
Which profile required to access Models in Designer tool?
What is SDL (Storage Definition Language)?
Name the different triggers supported by oracle reports and their firing order.
What is a Garbage Collection? and what is full recursive Garbage collection?
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
what is a table in a database ? : Sql dba
How do I uninstall oracle 11g?
What is CDC and explain complete CDC process flow?
What is mysqli_connect_error ()?
How is postgresql different from oracle?
Explain what are the restrictions that views have to follow? : SQL Server Architecture