Is there a quick way to prevent insertion of repeated data into a table? I mean, the key will always be different but the rest of the entry could be repeated and by so, there would be 2+ different keys identifying the same data.
I could search the whole table but i am afraid of the performance lost when doing this.
Note: I'm just starting to learn SQL, please bear with me if this is a dumb question to you.