Suppose I have two table. One is Car_Window and another is Product. Now I want to write a delete statement that should delete all data from Product
Where the Car_Window.Id = Product.Makeid and Car_Window.Year = Product.Year and Car_Window.Model != product.Model
Any help would be appreciated.
Thanks in Advance.
SQL Server?MySQL?Oracle?DB2? etc..