The Kronecker's Delta is defined as
$$\delta_{ij}= \begin{cases} 1 & i=j \\ 0 & i \ne j \end{cases}$$
Also, the Permuation Symbol known as Levi Cevita's Symbol is introduced as
$$\varepsilon_{ijk}= \begin{cases} 1 & \text{$ijk$ is an even permutation of $123$} \\ -1 & \text{$ijk$ is an odd permutation of $123$} \\ 0 & \text{$ijk$ has two same indices} \end{cases}$$
where $i$, $j$, and $k$ are natural numbers $1,2,3$. These symbols are widely used in vector and tensor analysis and in differential geometry. There is a relation between them as the following theorem states.
Theorem. The following relation holds between the Kronecker's Delta and permutation symbol $$\varepsilon_{ijk}\varepsilon_{pqr}= \begin{vmatrix} \delta_{ip} & \delta_{iq} & \delta_{ir} \\ \delta_{jp} & \delta_{jq} & \delta_{jr} \\ \delta_{kp} & \delta_{kq} & \delta_{kr} \\ \end {vmatrix}$$ where $|\cdot|$ denotes the determinant.
I am looking for different proofs of this theorem. Also, I don't want to prove it by just investigating that the equality holds for different choices of the indices one by one!
I don't have any idea to take a first step. Any hint or help is appreciated. :)