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,7 +1,7 @@
WHENEVER SQLERROR EXIT SQL.SQLCODE
INSERT INTO dds_ai_customers (customer_name, region, account_owner, risk_rating, tax_id, annual_revenue)
VALUES ('Acme Brasil', 'LATAM', 'alice', 'HIGH', 'BR-111-222', 1250000);
VALUES ('Acme Brazil', 'LATAM', 'alice', 'HIGH', 'BR-111-222', 1250000);
INSERT INTO dds_ai_customers (customer_name, region, account_owner, risk_rating, tax_id, annual_revenue)
VALUES ('Andes Retail', 'LATAM', 'alice', 'MEDIUM', 'CL-333-444', 820000);
@@ -13,4 +13,3 @@ INSERT INTO dds_ai_customers (customer_name, region, account_owner, risk_rating,
VALUES ('Euro Health', 'EMEA', 'erik', 'HIGH', 'DE-777-888', 3100000);
COMMIT;