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 / supriya gupta
SELECT Name FROM Employee
WHERE salary =130
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
How do I create a partition table in sql server?
Tell me in brief how sql server enhances scalability of the database system?
Can sql servers link to other servers like oracle?
How to delete duplicate rows in sql server?
Define compound operators?
What is normalization of database?
What is the difference between composite index and covering index?
What is sql server agent and what are the two modes of authentication in sql server?
How many types of database relationship in sql server?
what protocol both networks use? : Sql server database administration
Do you know the cursor optimization tips?
Why does sql studio use a single registered database repository? : sql server management studio
What is sql injection? How to protect against sql injection attack?
What is normalization? Explain different forms of normalization?