hi i want to ask how to show all row of data when im want to create a relation to another table the example is below
-------------
table a
-------------
id_table_a
name
address
fk_table_b
-----------
table b
-----------
id_table_b
country
phone_number
result expextation
--------------------------------------------------------------------
Name | address | country | phone_number
---------------------------------------------------------------------
end RESULT is merging table A and table B how to make that happen ? thank you :)