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 pl sql script?
Where is all the data on the internet stored?
What are stored procedures used for?
What is difference between pl and sql?
How to write pl sql program in mysql command prompt?
What are the various restrictions imposed on view in terms of dml?
what is a database transaction? : Sql dba
What is a natural join sql?
how can we find the number of rows in a table using mysql? : Sql dba
What are sql objects?
What is union and union all keyword in sql?
What is sqlite format?
What are the parts of a sql statement?
What is sql entity?
Write a query to display the current date in sql?