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


Please Help Members By Posting Answers For Below Questions

Define indexes?

795


How to execute the cursor queries with "open" statements?

833


Can we perform backup restore operation on tempdb?

740


What are the basic functions for master, msdb, model, tempdb and resource databases?

747


How to insert a new row into a table with "insert into" statements in ms sql server?

715






What are the disadvantages of merge replication?

967


Why use cursor in sql server?

731


When do you think a developer should use sql server-based cursors?

715


what are constraints? : Sql server database administration

713


How can you check the level of fragmentation on a table?

769


How do you identify a foreign key?

775


How do you run a trace?

686


Differentiate between a primary key and a unique key.

791


What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?

926


Explain contrast amongst grouped and non-bunched records?

708