Question 070
### What is extraction in the context of CodeQL code analysis?
> https://codeql.github.com/docs/codeql-overview/about-codeql/#database-creation
1. [x] Extraction is the process of creating a relational representation of each source file in the codebase.
1. [ ] Extraction is the action of running CodeQL queries against a CodeQL database and extracting the results.
1. [ ] Extraction is the process of creating CodeQL queries specific to the codebase.
1. [ ] Extraction is the process of exporting data from a CodeQL database.