dbt Arbitrary Query

I want to know how to run an arbitrary sql query ,

I am to create one using dbt compile --inline but how can I call that query. Its stored inside the target folder. Secondly I need to run multiple arbitrary queries so do I just store all of them in the inline_query single file inside the target folder or is there a way to create multiple inline files

The reason for arbitrary query is delete command, I know there are other ways to replicate the delete functionality, but I specifically require the delete command

A few things for you to explore in the documents:
• Operations
dbt show --inline "<query>"

Note: @Josh Devlin (he) originally posted this reply in Slack. It might not have transferred perfectly.