# Pseudo Columns

- [\_rowid](/docs/server/reference/sql-functions/pseudo-columns/_rowid.md): Access the unique row identifier. This pseudo column often aliases the primary key, allowing direct row access even if the primary key column name is unknown.
