For example, I have a table:
ID FName LName Street Number Phone Note
1 John Smith 6th Ave 17 6465165 some random text
2 Peter Murphy Barker Ave 22 6545213 some random text
3 Michael Adams Centre St 34 5451351 some random text
How can I prevent duplicate entry John Smith who live in 6th Ave 17, but allow some John Smith who live in Devoe Ave for example?
I have more columns that this, but I want to prevent duplicate only based on FName, LName, Street and Number...