Level 10 - MasterDebugging Questionsm3 governance security cost control
Debug Row-Level Security Filter
Fix this tenant-isolation query leak: SELECT invoice_id, tenant_id, amount FROM invoices WHERE status = 'OPEN';
Schema Context
invoices(invoice_id, tenant_id, status, amount)