In this video, deadlock in concurrent transactions is explained through demonstration in oracle. When two users will try to update the data locked by one another and none of them are releasing the acquired locks, deadlock occurs. Deadlock is identified by database in one of the user's account and error is displayed. When one of the user releases the lock by issuing commit/rollback, deadlock ends.