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
What are the dis_advantages of stored procedures, triggers, indexes?
What is difference between equi join and inner join?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
Write a sql query to get zero records from a table having n number of records?
Is it possible to call a stored procedure within a stored procedure?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
What are the advantages of using stored procedures in sql server?
What are the benefits of normalization?
Explain about sql server login?
Define Unique Key?
Explain transaction isolation levels in sql server?
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?
What is TDS(Tabular Data Stream) Gateway?
Explain time data type in sal server 2008?
Equi join and non equi join is possible with sql server?