select columns for multiple tables
select columns for multiple tables
Can we make a table (server processing) that contain columns from two tables. For example we have an table called "users" with columns ( id, name ) and another table called "phones" with columnts ( id, id_user, phone). We like to make an table with columns ( users.id, name.id , phones.phone ). Is is posible ?
This discussion has been closed.