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) i have a table eno dno sal 1 10 200 2 10 150 3 10 100 4 20 75 5 20 100 i want to get sal which is less than the avg sal of thri dept. eno dno sal 2 10 150 3 10 100 4 20 75
IBM,
12 19953Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
15 41166There is a sequence with min value 100. I want to alter this sequence to min value as 101. If the table has already data in the sequence column as 100,101,102... Is it possible to do so ?
IBM,
4 11418I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
2029
Is there some bulk load or other way to import a lot of data fast?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What are record groups ? Explain the types of record group.
Is mysql faster than postgresql?
Explain the flow of creating a cube? : sql server analysis services, ssas
How to download and install microsoft .net framework version 2.0?
What is the purpose of access?
between cast and convert which function would you prefer and why?
Where is the data stored in a database?
How to verify a login name with sqlcmd tool?
what is not null constraint? : Sql dba
What are the types of database engines available in mysql?
what is a materialized view? : Sql dba
Where the sql logs gets stored?
How do you concatenate in sql?