A spurious tuple is a record in database that get created when two tables are joined badly. Spurious tuples are created when two tables are joined on attributes that are neither primary keys nor foreign keys.
Hopes this will help you .