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 to integrate the ssrs reports in application?
What is a dbms wizard?
What are the difference between primary keys and foreign keys?
How to create nested stored procedure?
Explain magic tables in sql server?
What is blocking and how would you troubleshoot it? : sql server database administration
Explain temporary table vs table variable by using cursor alternative?
How to create a local temporary stored procedure?
What is primary key and example?
Please explain go command in sql server?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What is data file in computer?
What are the different types of triggers in SQL SERVER?
What is conditional split?
What is the purpose of data source?