Google News
logo
PostgreSQL - Interview Questions
What is a child in PostgreSQL?
The ctid field exists in every PostgreSQL table. It is unique for every record in a table and denotes the turple location. It can be used to delete records. The thing to remember, we should only use ctid if we have absolutely no other unique identifier to use.
Advertisement