Answer Posted / suraj
select deptno,trunc(avg(sal))as avg from emp group by deptno;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the main difference between union and union all?
Explain the different types of constraints in dbms?
What are the uses of database management system?
What is database url?
Why would someone use a database?
What is the default '-sort' order for a sql?
Is google a database?
What is a data source (ds)?
What is record in a database?
Can we save file in database?
What are the limitations of rdbms?
Mention few case manipulation functions in sql
How many number of columns can a RECORD GROUP have ?
What is a 3nf table?
What is alternate key?