Answer Posted / nagarjuna reddy
A pseudo column is a column but it is not physically existed
in the table.if we want to use these column by specifying
externally in select statement for projection or selection.
but we can't insert,delete and update pseudo columns.
some of pseudo columns are
1 ROWID
2 ROWNUM
3 LEVEL
4 CURRVAL
5 MEXTVAL
etc...
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
How do you update a table in sql?
What are the different types of sql commands?
can a stored procedure call itself or recursive stored procedure? : Sql dba
What are the types of join in sql?
How to display the current date in sql?
How do I run a sql query?
What are the types of variables use in pl sql?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
List the ways to get the count of records in a table?
List and explain the different types of join clauses supported in ansi-standard sql?
What are the basic techniques of indexing?
how to select unique records from a table? : Sql dba
What are data types in pl sql?
what are the disadvantages of mysql? : Sql dba
Is id a reserved word in sql?