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)
What is the exist operator?
Explain autosys. Why do you need it.
Describe the differences between vertical and horizontal portioning.
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
In topology manager where the data are stored?
Explain how to convert a report into excel sheet.
Which storage engine is best in mysql?
What is the source code of a program?
Define cursor locking
I want to export the data date to date from oracle database then what can i do?
How to connect to mongodb using mongoose in node.js?
In which format data is stored in mysql database?
What is meant by raw datatype?
what are the options/commands used which dbspace a database resides?
Two tables emp(empid,name,deptid,sal) and dept(deptid,deptname) are there.write a query which displays empname,corresponding deptname also display those employee names who donot belong to any dept.