A recursive foreign key is a:

2007

A recursive foreign key is a:

Answer: C. references its own relationA recursive foreign key is a constraint where a column references the primary key of the same table. This enables self-referencing relationships, such as an…

  1. A.

    references a relation

  2. B.

    references a table

  3. C.

    references its own relation

  4. D.

    references a foreign key

Attempted by 605 students.

Show answer & explanation

Correct answer: C

A recursive foreign key is a constraint where a column references the primary key of the same table. This enables self-referencing relationships, such as an employee hierarchy where a manager is also an employee in the same table.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…