Re: EQUI JOIN in DBMS by Sweety Islam - Wednesday, 14 July 2021, 10:55 PM Number of replies: 0 SELECT column_list FROM table1, table2.... WHERE table1.column_name = table2.column_name; Permalink Show parent