Translate lab documentation to English
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user