0 0 votes how to write the query for natural join on three relations in SQL using the NATURAL JOIN clause? Databases natural-join databases sql + – aditi19 1.6k views answer comment Share Follow Print See all 10 Comments 10 10 Comments reply Show 7 previous comments aditi19 commented May 9, 2019 reply Follow flag correct so now my question is how will u implement this in SQL w/o using any equality condition 0 0 replyShare srestha commented May 9, 2019 reply Follow flag Select sname,pname from Suppliers Natural-join Parts Natural-join Catalog 0 0 replyShare srestha commented May 9, 2019 reply Follow flag U can see more on natural join in :https://stackoverflow.com/questions/5147453/how-to-do-3-table-natural-join 0 0 replyShare Please log in or register to add a comment.