How to merge two tables togther in SQL

pls i want to merge two tables A and B togther

SELECT
*
FROM Table_A inner join Table_B