Dept wise avrage salary
Answers were Sorted based on User's Feedback
Answer / suraj
select deptno,trunc(avg(sal))as avg from emp group by deptno;
| Is This Answer Correct ? | 6 Yes | 0 No |
What are the four objects in a database?
What is the use of drop command and what are the differences between drop, truncate and delete commands?
I have a table which has lot of inserts, is it a good database design to create indexes on that table?
What are the differences between drop, truncate and delete commands?
What are cursors and what are the situations you will use them?
What is relational database ? Give me an example !
What is the difference between a delete command and truncate command?
What is service based database?
Explain the difference between two and three-tier architectures.
What are the advantages of database software?
What are the main components of a database system?
What are the advantages and disadvantages of views in the database?
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)