Table 3 : Information sur l'onglet Queries de Type2 Refresh DDQ Task Properties
| Query Type | Query | Destination | Parameter |
| Insert |
INSERT INTO Products_type2
?) |
productid_app |
1 |
| Update |
EXEC |
productid_app |
1 |
| Delete |
UPDATE Products_type2 |
productid_app | 1 |
Table 4 : Information sur l’onglet Queries de Type3 Refresh DDQ Task Properties
| Query Type | Query | Destination | Parameter |
| Insert |
INSERT INTO Products_type3 |
productid_app |
1 |
| Update |
EXEC |
productid_app |
1 |
| Delete |
UPDATE Products_type3 |
productid_app | 1 |
Table 5 : Contenu de la table Products_type1 après le premier
rafraîchissement
| productid_key | productid_app | productname | package | discontinued |
| 1 | 101 | prod1 | 10 | 0 |
| 2 | 102 | prod2 | 10 | 1 |
| 3 | 103 | prod3 | 20 | 0 |
