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
Explain how you can deploy an SSRS report?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
Can we use trigger new in before insert?
how to create “alternate row colour”?
Where is my database stored on the hard disk in ms sql server?
What is the difference between char, varchar and nvarchar?
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
What is difference between foreign key and unique key?
Explain sql server service broker?
What is a collation?
Can we deploy SSRS reports on our personal website?
what are the three command line utilities and what are their primary functions?
Define constraints and give an example of their use?
What is the use of @@spid?
Explain syntax for viewing, dropping and disabling triggers?