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
Is sql scripting language?
What is primary and foreign key?
what are the join types in tsql? : Transact sql
what is bdb (berkeleydb)? : Sql dba
what is the functionality of the function htmlentities? : Sql dba
What is informix sql?
How does sql*loader handles newline characters in a record? : aql loader
What are the indexing methods?
Which software is used for pl sql programming?
What packages are available to pl/sql developers?
Differentiate between sga and pga.
What are the sql commands?
How do you update sql?
What are tables and fields in the database?
Is primary key clustered index?