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)
What is self contained sub query?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
How to convert numeric expression data types using the cast() function?
How to provide default values to function parameters?
What are the two main functions of queries in databases?
What is temporary table in sql server? Why we use temp table?
How to put more than 1000 values into an oracle in clause?
How raid can influence database performance?
How do I find the sql server version?
what is dbms? : Sql dba
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
What are different types of constraints?
How do I find query history in sql server?
Explain “row_number()” in sql server with an example?
How to write a left outer join with the where clause in oracle?