1.

What Is Pseudo Columns ? Name Them?

Answer»

A pseudocolumn behaves like a table column, but is not actually stored in the table. You can select from pseudocolumns, but you cannot insert, UPDATE, or DELETE their values. This section DESCRIBES these pseudocolumns:

  • CURRVAL
  • NEXTVAL
  • LEVEL
  • ROWID
  • ROWNUM

A pseudocolumn behaves like a table column, but is not actually stored in the table. You can select from pseudocolumns, but you cannot insert, update, or delete their values. This section describes these pseudocolumns:



Discussion

No Comment Found