How to get the final name for a table?

Hello Guys

I need to get prefix table in magento 2 to join with another table. I try to find on internet but I don’t see how to get prefix table in magento 2. Can you help me?

You should call the \Magento\Framework\App\ResourceConnection::getTableName() method:

A usage example