pseudocolumn
A pseudocolumn is a special kind of column in a database that does not store data in the database itself but rather generates values on the fly. These values are typically derived from information related to the rows being queried, rather than being explicitly stored within those rows. Pseudocolumns are not part of the table's schema in the traditional sense, as they are not defined with a data type or constraints. Instead, their behavior and output are determined by the database system's query processor.
Common examples of pseudocolumns include functions that return the current date and time, or identifiers that