I have a sql database. I need to get logs from sql database in log analytics workspace. I enabled Diagnostic Settings for SQL Database. How do I query log in log analytics workspace?
For example, here is my sql query:
select * from Employees where Country = 'US'
Can I query something similar in log analytics? This is what worked for me in log analytics:
AzureDiagnostics | where Category == "SQLSecurityAuditEvents" | sort by TimeGenerated desc
but how do I query select * from Employees where Country = 'US'?

Yes, you can. With log queries in Azure Monitor