-
-
-
-
If a View on a single base table is manipulated will the changes be reflected on the base table ?
If changes are made to the tables which are base tables of a view will the changes be reference on the view.
-
Default Constraint
What is default constraint? How we you apply it?
-
What are the more common pseudo-columns
Answer posted by Scott on 2005-05-25 18:43:29: SELECT rownum, rowid FROM sometable
-
-
-
-
What is CYCLE/NO CYCLE in a Sequence
Answer posted by Scott on 2005-05-25 18:39:48: When you create a sequence with CYCLE option, you are saying that when the sequence reaches its MAXVALUE, it will start over at the MINVALUE. This is not wise if using the sequence for primary key creation. When you create a sequence with NOCYCLE option, you are saying that when the sequence reaches its MAXVALUE, it will NOT start over at the...
-
-
-
-
-
-
-
-
-
-
Disable Restricted Session
How do you get back into SQLPlus to disable restricted session if you enabled.
SQL*Plus interview Questions
Ans