select name of emplyoee whose total salary is 130 from
following table.
id name salary
1 a 100
2 b 20
3 c 50
1 a 30
2 b 70
Post the resulantant Query?
Answer Posted / ajay kumar
select sum(salary) as Sal from emplyoee
group by id
having sum(salary)=130
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
Why transaction is important?
Why use triggers?
What are different types of roles provided by ssrs?
Is resultset an interface?
Explain about analysis services?
explain extended properties
Explain cdc and sql injection?
Mention the different authentication modes in sql server.
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What are relationships and mention different types of relationships in the dbms
what are the reporting service components in SSRS?
What are the essential components of sql server service broker?
What is the usage of sign function?
Which are the new data types introduced in sql server 2008?
Explain isolation levels that sql server supports?