Customer information can be inserted or updated at the consolidated database. The script corresponding to these operations
is as follows:
download_cursor
The following download_cursor script downloads all customers for whom information has changed since the last time the
user downloaded information.
SELECT cust_id, cust_name FROM ULCustomer WHERE last_modified >= {ml s.last_table_download}