Is there a recommended / established way to explain the operation of the SQL query?
We have quite a few complex queries in our project, and we need to document it using UML or any other modeling language.
Please note that I am not asking about data modeling. This is more about documenting SQL logic, since tables are related, how conditions affect the result, are combined, etc.
So finally:
- What are the recommended ways?
- Any example?
source share