Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT *
FROM table1 t1 JOIN table2 t2
ON t1.col1 = t2.col1 JOIN table3 t3
ON t1.col2 = t3.col2