1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES;
2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES;
ouput should be in table format
Answer Posted / aparna sanas
true Output will come in table format in single row and single
column
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
How to find table changes in sql server?
Explain partitioned view?
Explain what is the purpose of sql profiler in sql server?
What are the steps you can take to avoid “deadlocks”?
What languages bi uses to achieve the goal?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
What are the new security features added in sql server 2012? : sql server security
How to verify a login name with sqlcmd tool?
What are sub reports and how to create them?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
When does a workload on SQL Azure get throttled?
What is instead of dml trigger?
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
Explain about sql server login?
Explain indexed views and partitioned view with their syntax.