How to Join Two Tables Without Using Join Keywords? - Interview Question of the Week #266 - SQL Authority with Pinal Dave

PHOTO EMBED

Fri Dec 31 2021 06:54:49 GMT+0000 (Coordinated Universal Time)

Saved by @Tushar_Singh

SELECT *
FROM [Sales].[Invoices],[Purchasing].[PurchaseOrders]
content_copyCOPY

https://blog.sqlauthority.com/2020/03/01/how-to-join-two-tables-without-using-join-keywords-interview-question-of-the-week-266/