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 |
Which is fastest database?
What is normalization? What are different type of normalization?
what are the different integrity rules present in the dbms?
How is data stored in a relational database?
Define union all operator and union.
With DTS packaging I can store tables in Excel and convert them back to SQL. But once I copied tables to Excel I want to modify some info. How you do that without editing the Excel file?
What are the limitations of using a model?
Enlist various transaction phases.
What is the difference between shrink database and shrink file?
What is a database in layman terms?
What are the differences between a dbms and rdbms?
What do you mean by transparent dbms?