How to avoid deadlock while mutiple process working on same table in sql

Viewed 8704

Can we avoid deadlock by creating different database users for different processes

e.g. one user for communicating to API 'ABC' and one user for communicating to API 'PQR' and other user for Processing System data which is brought by API 'ABC' and 'PQR'? And all these user will process same tables.

5 Answers
Related