Definitions for All Entities

Example: Query for returning the definitions for all entities

SELECT NAME, DEFINITION 
FROM M0.ENTITY
ORDER BY 1

Back to Top