By trying to compile the code below the following error will be raised for each \item entry.
LaTeX Error: Something's wrong--perhaps a missing \item.
\documentclass{article}
\begin{document}
\begin{tabular}{ll}
\Large{Awards and} & \textbf{Department} \\
\Large{Fellowships} & Course Name, 2014--2015 \\
& \\
& \textbf{Fulbright Scholarship} \\
\begin{itemize}
\item 1
\item 2
\end{itemize}
& City, Country, 2006-2009 \\
\end{tabular}
\end{document}
&is used in tabular/array environments or amsmath align, split,cases &c. environments. – Bernard Mar 21 '17 at 13:31