The easiest way to see the interactions that are going from vc to the database then you can increase logging to see these sql statements.
Find the vpxd.cfg.
<log>
<outputToConsole>true</outputToConsole>
<level>trivia</level>
</log>
<trace>
<db>
<verbose>true</verbose>
</db>
</trace>