Fine tune with my DB schema

Hello Experts,
I’m thinking about one idea and want to ask if this is possible.
I have 500 different SQL queries for my DB and a short description of each query of what it’s doing.

So, my question can I send data to OpenAI in the format
<description of query 1>: <SQL query 1>
<description of query 2>: <SQL query 2>

And maybe it will be much clever to reply to me with my requests combining knowledge from different queries. Is it possible?