The following SELECT statement shows the number of accesses occurring on the columns of a specified table:
SELECT FieldName, AccessCount FROM DBC.ColumnUseCountV WHERE DatabaseName = 'Personnel' AND TableName = 'Employee';
Result:
FieldName AccessCount ---------- ------------ id 15 name 13