Other contributors have said "What are Spurious Tuples?" is the same question as "What is spurious tuples?" If you believe that these are not asking the same thing and should be answered differently, click here
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.
An arbitrary group of fields within a database record. Usually has some meaning in the context of the record. For example a 3-tuple in an address record might be the fields that contain the first,...