Operation Details
Description: Returns the count of verifications for the verifiable data item ID.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :recordCount 
FROM
  Verification,
  VDIEDLink 
WHERE VDIEDLink.verifiableDataItemID = :verifiableDataItemID 
  AND VDIEDLink.VDIEDLinkID = Verification.VDIEDLinkID 
  AND Verification.verificationStatus <> :verificationStatus