From ae307cdc83e8c49964c474e0e7e782f07b83e0ae Mon Sep 17 00:00:00 2001 From: John Stegeman Date: Wed, 21 May 2025 13:36:09 -0400 Subject: [PATCH] Fix code markup --- modules/demos/pages/fraud-demo.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demos/pages/fraud-demo.adoc b/modules/demos/pages/fraud-demo.adoc index 91351ab7..5cd4c816 100644 --- a/modules/demos/pages/fraud-demo.adoc +++ b/modules/demos/pages/fraud-demo.adoc @@ -254,8 +254,8 @@ when "Address" then item.street when "PhoneNumber" then item.number when "Email" then item.emailAddress else "u" end as identity, labels(item)[0] AS itemType, nbSharedIdentifierRelationships ----- ORDER BY nbSharedIdentifierRelationships DESC LIMIT 10 +---- It finds PII that is shared by more than one customer, the number of customers sharing the PII, and the type and details of the shared PII. The results of the query are shown in the _Customers Sharing PII_ report: