I have a relation table:
MyTable(ID1, ID2, ID3, ID4, Amount)
I would like to delete all the row which ID1 = X, ID2 = y and ID3 = 3.
I know