Placing table here in LaTeX

Ensuring a table ends up exactly where you want it

To ensure that tables don't get presented different to the flow of text when close to a page boundary

In the preamble:

\usepackage{float}

For your table

\begin{table}[H]
\end{table}