SQL Tryit Editor v1.6

PHOTO EMBED

Wed Jan 17 2024 01:13:08 GMT+0000 (Coordinated Universal Time)

Saved by @ivantan #undefined

SELECT ProductID, ProductName, CategoryName
FROM Products
INNER JOIN Categories ON Products.CategoryID = Categories.CategoryID;
​
content_copyCOPY

https://www.w3schools.com/sql/trysql.asp?filename