InterviewSolution
Saved Bookmarks
| 1. |
What is a CTID of PostgreSQL? |
|
Answer» In POSTGRESQL, the CTID field is one that exists in each and EVERY PostgreSQL table, and it is unique for all RECORDS inside a table, which is USED to denote the LOCATION of the tuples. |
|