Files
oracle-deep-data-security-lab/scenarios/02-shared-app-account/sql/04_test_queries.sql
Rodrigo Pace 5cd8752a90
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled
Initial Oracle Deep Data Security lab kit
2026-05-08 12:08:05 -03:00

8 lines
134 B
SQL

SET PAGESIZE 100
SET LINESIZE 200
SELECT order_id, customer_name, region, seller, amount, margin
FROM dds_orders
ORDER BY order_id;