Initial Oracle Deep Data Security lab kit
This commit is contained in:
7
scenarios/02-shared-app-account/sql/04_test_queries.sql
Normal file
7
scenarios/02-shared-app-account/sql/04_test_queries.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
SET PAGESIZE 100
|
||||
SET LINESIZE 200
|
||||
|
||||
SELECT order_id, customer_name, region, seller, amount, margin
|
||||
FROM dds_orders
|
||||
ORDER BY order_id;
|
||||
|
||||
Reference in New Issue
Block a user