If we use SQL and Call section at same time then Database deadlock will occur. Why does this Dead lock Occur?
When a SQL is run, there is a lock on the table by the database until
that step is completed. If during that time there runs some other process
which will use the same table locked by our section using call section, this
process will fail.