RESP-001PASS
Column Masking Applied
Original Database Response
id | name | email | ssn
----+----------+--------------------+-------------
1 | John Doe | john@example.com | 123-45-6789Masked Response (returned to client)
id | name | email | ssn
----+----------+--------------------+-------------
1 | John Doe | ****@****.*** | XXX-XX-6789Sensitive columns are automatically masked before the response reaches the application.