Question 071
### Which of these statements are true regarding running CodeQL analysis on codebases with multiple programming languages? (Choose two.)
> https://codeql.github.com/docs/codeql-overview/about-codeql/#database-creation
- [x] CodeQL uses a different extractor for each programming language
- [x] CodeQL creates separate databases for each programming language
- [ ] CodeQL creates one database for all programming languages in the codebase, as long as they are supported by CodeQL
- [ ] CodeQL database schema is the same for each programming language