how to Update table Sales_summary with max(sales) data from
table sales_dataTable 1. sales_data table Table 2.
Sales_summary

Region sales Region sales
N 500 N 0
N 800 W 0
N 600
W 899
W 458
W 900

I want the Sales_summary After Update like this
Region Sales
N 800
W 900


Answer Posted / rm

it is a challenging question to any one

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are different types of collation sensitivity? : Sql dba

757


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2259


What is t sql used for?

733


What are the advantages of pl sql over sql?

733


What is group by in sql?

748






Which is better varchar or nvarchar?

736


Can a view be mutating? If yes, then how?

753


what is the difference between group by and order by in sql? : Sql dba

767


Does truncate table reset auto increment?

722


How to use sql statements in pl/sql?

798


Name some usages of database trigger?

748


How to set up sql*plus output format in oracle?

774


What is meant by truncate in sql?

752


what are aggregate and scalar functions? : Sql dba

736


How do I view tables in mysql?

720