Find the sum: $$\sum_{i=0}^{2}\sum_{j=0}^{2}\binom{2}{i}\binom{2}{j}\binom{2}{k-i-j}\binom{4}{k-l+i+j},\space\space 0\leq k,l\leq 6$$
I know to find $\sum_{i=0}^{2}\binom{2}{i}\binom{2}{2-i}$, I need to find the coefficient of $x^2$ of $(1+x)^4$ (which is $\binom{4}{2}$). But I failed to use that trick here. Any help appreciated!

Here is a variant which could be seen as generalisation of OP's example. We use the coefficient of operator $[z^k]$ to denote the coefficient of $z^n$ in a series. This way we can write for instance \begin{align*} [z^k](1+z)^n=\binom{n}{k} \end{align*} and we also use Iverson brackets which are defined as \begin{align*} [[P(z)]]=\begin{cases} 1&\qquad P(z) \ \text{ true}\\ 0&\qquad P(z) \ \text{ false} \end{cases} \end{align*}
Comment:
In (1) we apply the coefficient of operator twice.
In (2) we use the linearity of the coefficient of operator and apply the rule $[z^{p-q}]A(x)=[z^p]z^qA(z)$.
In (3) we apply the binomial theorem twice.
In (4) we expand $(1+z)^2$ and select the coefficient of $[z^k]$. \begin{align*} [z^k]&(1+z)^2\left(1+\frac{z}{u}\right)^4\\ &=[z^k](1+2z+z^2)\left(1+\frac{z}{u}\right)^4\\ &=\left([z^k]+2[z^{k-1}]+[z^{k-2}]\right)\left(1+\frac{z}{u}\right)^4\\ &=\left([z^k]+2[z^{k-1}]+[z^{k-2}]\right)\sum_{j=0}^4\binom{4}{j}\left(\frac{z}{u}\right)^j\\ &=[z^k]\sum_{j=0}^4\binom{4}{j}\left(\frac{z}{u}\right)^j +2[z^{k-1}]\sum_{j=0}^4\binom{4}{j}\left(\frac{z}{u}\right)^j +[z^{k-2}]\sum_{j=0}^4\binom{4}{j}\left(\frac{z}{u}\right)^j\\ \end{align*}
In (5) we select the coefficients of $[z^{k-a}]$ in $\left(1+\frac{z}{u}\right)^4$ with $0\leq a\leq 2$. We use Iverson brackets to set terms to zero if the lower part of binomial coefficients is less than zero. We do a similar job with $[u^{k-l}]$ in the following lines.