Consider table A with columns id (primary key), name and table B with columns id, a_id (foreign key linked with table A id column), address. What will be the sequence of columns if the query is:
SELECT * FROM B INNER JOIN A ON B.a_id = A.id;
Asked by Likita Chavali
(9 rep)
Jul 19, 2020, 10:02 AM
Last activity: Jul 14, 2025, 09:05 AM
Last activity: Jul 14, 2025, 09:05 AM