Translate lab documentation to English
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled

This commit is contained in:
Rodrigo Pace
2026-05-08 14:50:52 -03:00
parent cde150b705
commit 52bf971b8b
33 changed files with 939 additions and 702 deletions

View File

@@ -1,13 +1,12 @@
WHENEVER SQLERROR EXIT SQL.SQLCODE
INSERT INTO dds_audit_payments (customer_name, country, payment_amount, card_token, risk_flag)
VALUES ('Acme Brasil', 'Brazil', 15000, 'tok_live_001', 'HIGH');
VALUES ('Acme Brazil', 'Brazil', 15000, 'tok_live_001', 'HIGH');
INSERT INTO dds_audit_payments (customer_name, country, payment_amount, card_token, risk_flag)
VALUES ('Varejo Sol', 'Brazil', 3500, 'tok_live_002', 'LOW');
VALUES ('Sun Retail', 'Brazil', 3500, 'tok_live_002', 'LOW');
INSERT INTO dds_audit_payments (customer_name, country, payment_amount, card_token, risk_flag)
VALUES ('Northwind US', 'USA', 48000, 'tok_live_003', 'HIGH');
COMMIT;