PostgreSQL - Transactions and Concurrency
What will be the result of this query if the advisory lock with key 999 is already held by another session?
SELECT pg_try_advisory_lock(999);
SELECT pg_try_advisory_lock(999);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions