Home > Ask the Oracle Database / Applications Experts > SQL Questions & Answers > SQL to update the header records?
Ask The Oracle Expert: Questions & Answers
EMAIL THIS

SQL to update the header records?

Rudy Limeback EXPERT RESPONSE FROM: Rudy Limeback

Pose a Question
Other Oracle Categories
Meet all Oracle Experts
Become an Expert for this site


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


>
QUESTION POSED ON: 03 April 2008
I have a header table and a line table, where I need to update the header table based on a calculated row count from the line table. The line table has too many rows to display on an approval page, so I need to break up the number of rows and update their associated header record with a value, then update the next group with a different value. So, if I have 36000 rows on the line table, I need to break it up into approximately 6000 rows. Then I need to update the header record, which can be multiple records with a unique value. Can this be done with an SQL statement? I have to do this on the fly for conversion.

>

This is one of three questions this week, to which, I'm afraid, the answer is no.

[The others were Entity-Attribute-Value constraints and A running total]

No, you cannot do that with an SQL statement. That is, maybe you can, but there are too many potential pitfalls here, and they make me feel uncomfortably pessimistic about the likelihood that any query I come up with will actually help you.

What does "break up the number of rows and update their associated header record with a value" mean? You mentioned an approval page, and the image I have is someone sitting at a screen somewhere, looking at rows 6001 through 12000, which, if you don't mind my saying, is far too many rows to display on an approval page.

Next, you want to "update the header record, which can be multiple records with a unique value," and I am totally hamstrung. Surely a line row belongs to only one header row, so how could a count update multiple header records?

Here's a suggestion: no matter how many line items you show on an approval page, when the user actually approves those line items, update those line items individually. This is accomplished with a real simple UPDATE statement. I would have Javascript on the page to "select all" checkboxes as the default activity. Update the individual line items whose checkboxes were checked. This is accomplished with an IN list containing the keys of the items approved. There is no need to update the header. That way, the user can leave an item unapproved, and it will come up again. Let the user navigate to the next page of unapproved line items, and do not do this with a row number—allow for the user coming back later, by which time the row numbers will be useless as other line items may have come and gone in the interim.


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
SQL
How to check SQL query construction with the Mimer Validator
Using the SQL GROUP BY clause for counting combinations
How to use an SQL CASE expression
How to sort an SQL UNION query with special ORDER BY sequence
How to use string functions to make an SQL join
An SQL solution for a customer order homework problem
How to use SQL's POSITION function with substrings
Using SQL date functions to get totals for last three days
Using CASE in the SQL ORDER BY clause
What's the difference between an SQL inner join and equijoin?

Oracle development languages
How to check SQL query construction with the Mimer Validator
Understanding SQL string functions
The top advice from Oracle experts in 2008
What's the difference between an SQL inner join and equijoin?
Using LEFT OUTER JOIN query to get zero row counts in SQL
How to return multiple values for THEN clause in an SQL CASE expression
Can I concatenate row values in SQL?
Should I try to avoid a LEFT OUTER JOIN in SQL?
Tips for derived tables in SQL and using FULL OUTER JOINs
How to write an SQL query for two foreign keys to the same table

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary



Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and answer pairs from more than 250 TechTarget industry experts.
Browse our Expert Advice



Oracle White Papers: Fusion Middleware
HomeNewsTopicsTipsAsk the ExpertsMultimediaWhite PapersProductsBlogs
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2003 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts