Legenda como mesa embaixo de uma mesa

Legenda como mesa embaixo de uma mesa

Existem duas tabelas, onde a segunda é a legenda da primeira. Como posso combiná-los facilmente sem destruir o layout da primeira ou segunda tabela?

\begin{table}[htbp]
  \begin{tabular}{|lccccc|}
    \small{333333333333333333} & E1111MP & EMP       & EMP  & adddW        & SOW          \\ 
    \small{4444444444444444}   & CsssON  & 222d2EMP  & D    & HAAAddddddW  & Erad23P      \\ 
    \small{555555}             & EEEP    & BRxxxxxRR & TTMP & TTxxxxxxxxMP & EMXxx xxxxXP \\ 
  \end{tabular}
\end{table}
\begin{table}[htbp]
  \begin{tabular}{|lcc|} 
    \small{444444 4444444444} & Csddddddddss ddd dddddddd & dasadafasdfa               \\ 
    \small{555555}            & EEEP                      & BRxxxxxxxxxxxxxxxxxxxxxxRR \\ 
  \end{tabular}
\end{table}

Responder1

Colocarambosemum tableambiente.

\begin{table}[htbp]
  \begin{tabular}{|lccccc|}
    \small{333333333333333333} & E1111MP & EMP       & EMP  & adddW        & SOW          \\ 
    \small{4444444444444444}   & CsssON  & 222d2EMP  & D    & HAAAddddddW  & Erad23P      \\ 
    \small{555555}             & EEEP    & BRxxxxxRR & TTMP & TTxxxxxxxxMP & EMXxx xxxxXP \\ 
  \end{tabular}

  \begin{tabular}{|lcc|} 
    \small{444444 4444444444} & Csddddddddss ddd dddddddd & dasadafasdfa               \\ 
    \small{555555}            & EEEP                      & BRxxxxxxxxxxxxxxxxxxxxxxRR \\ 
  \end{tabular}
\end{table}

informação relacionada