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 to delete all rows with truncate table statement in ms sql server?
Explain indexes disadvantages?
Why olap is used?
How can I know what locks are running on which resource?
How many servers can we create in a single subscription?
What is the default server name for sql server?
Explain external key management in sql server 2008
What is a covering index?
What is data compression?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
What is an index in sql?
Explain use of expression builder.
What are indexes in sql?
What are trace flags?
Explain system functions or built-in functions? What are different types of system functions?