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) 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 20397Write a query to find the name of employees those who have joined on Monday.(based on column hire_date)
15 41668There 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 11610I 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
2090
What is a Transformation?
How would you lock a table in sybase?
What is the use of RDBMS?
What is the difference between ddl and dml?
what is a unique key ? : Sql dba
What is cursor in pl sql?
What is indexed view?
How to convert csv to table in oracle?
what are defaults? : Sql server database administration
What is access runtime 2007?
How do I view views in sql server?
What are a collation and state the different types of collation sensitivity?
What is Extended user-defined?
What is meant by truncate in sql?
What is the importance of a recovery model?