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


Please Help Members By Posting Answers For Below Questions

How to write an inner join with the where clause in ms sql server?

559


How to execute function in stored procedure sql server?

545


What is the difference between function and stored procedure in sql server?

490


What are commit and rollback in sql?

571


What is 1nf 2nf and 3nf?

495






IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do

1332


If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio

560


If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?

672


What gets stored inside msdb database?

769


What is sql server database?

501


what is sql server? : Sql server database administration

542


What are different types of statement?

527


how to create “alternate row colour”?

109


How to create a store procedure with encryption?

527


What is raid, and how it can influence database performance?

580