Concepts and Architecture Question:
Download Job Interview Questions and Answers PDF
What is a View in Oracle?
Answer:
View is also a data base object which represent the subset of data from one or more tables.. when u select a view it internally refers the table on which it's created ,,when u drop a table the index on that table will be dropped ,, but the view can't dropped .......but if u want to drop view u can drop itdrop view ..;ok friends byeee
Download Oracle Architecture and Concepts Interview Questions And Answers
PDF
Previous Question | Next Question |
What is Table in Oracle Architecture? | From where does PMON gets the conformance about failure? How is the user process terminated? |