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 sql entity?
What are the popular database management systems in the it industry?
What does an inner join do?
What is nested table in pl sql?
What is the difference between a primary key and a unique key?
Is and as keyword in pl sql?
what is csv? : Sql dba
What is the difference between count 1 and count (*) in a sql query?
What does truncate mean in sql?
What do you understand by pl/sql packages?
What are the limitations of sql express?
Why is partition used in sql?
how many triggers are allowed in mysql table? : Sql dba
Explain what is a database?
How do I run a program in pl sql?