> For the complete documentation index, see [llms.txt](https://docs.tribalknowledge.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tribalknowledge.tech/exemplar-tutorials/knowledge-sharing-code-review/add-files-for-code-review.md).

# Add Files for Code Review

Create a text file with the name DBChangeRequest.plsql.  Put the following text in the file:

```plsql
delete from tableA;
delete from tableB;
delete from tableC;
```

* On Exemplar main screen click "Code Files"
* Click "Add New Files"
* Add DBChangeRequest.plsql file
