Book Mark Updated By
Query
HuntingBookmark
| where isnotempty(CreatedBy)
| project BookmarkName , UpdatedByExplanation
The query is selecting data from the HuntingBookmark table and filtering out any rows where the CreatedBy field is empty. It then projects the BookmarkName and UpdatedBy fields.