Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You have an Azure subscription containing a Microsoft Purview account.
You need to search the Microsoft Purview Data Catalog to find assets where the assetType property is either 'Table' or 'View'.
Which query should you use?
A
assetType IN ('Table', 'View')
B
assetType:Table OR assetType:view
C
assetType = (Table OR View)
D
assetType:(Table OR View)