Question 082
### What is the purpose of the `codeql database analyze` command in CodeQL CLI?
> https://docs.github.com/en/code-security/codeql-cli/getting-started-with-the-codeql-cli/analyzing-your-code-with-codeql-queries#running-codeql-database-analyze
1. [x] Analyzing a CodeQL database, producing results usually in the form of a SARIF file.
1. [ ] Analyzing a CodeQL database, producing results usually in the form of security advisories.
1. [ ] Analyzing the source code, producing a CodeQL database.
1. [ ] Analyzing a CodeQL database and uploading the results to GitHub.
> The results are not uploaded to GitHub, a separate command is used for that.