-
What is ROWID ?
ROWID is a pseudo column attached to each row of a table. It is 18 character long, blockno, rownumber are the components of ROWID.
-
-
-
-
-
-
-
-
-
-
What is correlated sub-query ?
Correlated sub query is a sub query which has reference to the main query.
-
What is the Subquery ?
Sub query is a query whose return values are used in filtering conditions of the main query.
-
-
-
-
-
What is ON DELETE CASCADE ?
When ON DELETE CASCADE is specified ORACLE maintains referential integrity by automatically removing dependent foreign key values if a referenced primary or unique key value is removed.
-
-
-
SQL*Plus interview Questions
Ans