Files
Rodrigo db3d68af10
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled
Improve Deep Data Security lab scenarios
2026-05-13 16:13:04 -03:00

7 lines
215 B
SQL
Executable File

PROMPT Negative test: common employee must not retrieve HR, LEGAL or EXEC confidential chunks.
SELECT classification, COUNT(*) AS visible_chunks
FROM dds_rag_chunks
GROUP BY classification
ORDER BY classification;