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
What is the difference between nested table and varray?
Can we insert in view in sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Are pl sql variables case sensitive?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What are all the different normalizations?
What is a pdo connection?
What is the maximum rows in csv?
tell us something about heap tables. : Sql dba
Is natural join same as inner join?
How exception is different from error?
What is the usage of sql functions?
Is clustered index a primary key?
Are stored procedures faster than queries?
What do you understand by pl/sql packages?