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
Mention what pl/sql package consists of?
What type of database is cloud sql?
How many sql databases can you have on one server?
What are character functions in sql?
How to display the current date in sql?
What is clustered and nonclustered index in sql?
What are the two types of exceptions in pl/sql?
What is scope of pl sql developer in future?
What is a sql schema used for?
What is sql constant?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What happens when a trigger is associated to a view?
How to rename a column in the output of sql query?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
what is the syntax for using sql_variant_property? : Transact sql