Separate Chaining resolves hash table collisions by storing a Linked List at each index and simply appending to it if two duplicate elements attempt to occupy the same position.