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
The question is to Fetch max(sales) from sales_data
and with this value update the sales column
in the sales_summary table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the features and advantages of object-oriented programming? : Sql dba
What is cross join sql?
How would you convert date into julian date format?
what are the security recommendations while using mysql? : Sql dba
How does pl sql work?
How to get help at the sql prompt?
what is self-join? : Sql dba
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
What is partition by in sql?
What does select count (*) mean in sql?
Is mariadb nosql?
What is the difference between microsoft access and sql?
How to take user input in pl sql?
How do I access sql anywhere database?
What is the trigger in sql?