Initial Oracle Deep Data Security lab kit
This commit is contained in:
13
scenarios/04-view-bypass-mac/sql/04_test_queries.sql
Normal file
13
scenarios/04-view-bypass-mac/sql/04_test_queries.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
SET PAGESIZE 100
|
||||
SET LINESIZE 200
|
||||
|
||||
PROMPT Query base table
|
||||
SELECT account_id, account_name, owner_name, region, balance
|
||||
FROM dds_mac_accounts
|
||||
ORDER BY account_id;
|
||||
|
||||
PROMPT Query view
|
||||
SELECT account_id, account_name, owner_name, region, balance
|
||||
FROM dds_mac_accounts_view
|
||||
ORDER BY account_id;
|
||||
|
||||
Reference in New Issue
Block a user