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
What are sql server functions?
How to store and query spatial data?
What does truncate do?
How to loop through result set objects using mssql_fetch_array()?
Is the primary key column of a table an index in ms sql server?
What is difference between temp table and cte?
What is the use of sign function?
What are the disadvantages of primary key and foreign key in SQL?
What are temporal tables in sql server 2016?
When does a workload on SQL Azure get throttled?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
What are subqueries in sql server?
What is use of dbcc commands?
What are the types of database recovery models?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?