if i perform any operation on views such as insert, delete
etc will my base table get affected?????
Answers were Sorted based on User's Feedback
Answer / ramesh
yes if it is simple view. error if it is compunt view
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / gourvendra singh
It will affect ur base table only when u having a simple
view and if you put null in the field which is primary key
of the base table then also the base table will not
affected. And if you are using the compute view then u r nt
able to insert or delete the records.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / slokh
yes if it is a simple view. may be if is a complex view -
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / radha sri seshu.kolla
yes it will effect if your view is a simple view (eg:
create or replace view empview as select * from emp;) this
is called simple view. if you use any joins or if u create
view using more than two tables then it is called complex
view. in case of comlex view the database will not effect.
Is This Answer Correct ? | 0 Yes | 2 No |
Explain the significance of the & and && operators in pl sql.
how to select first 5 records from a table? : Sql dba
What is meant by user defined function?
what is global variable in package
Which sorts rows in sql?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
Explain the working of foreign key?
What is a mutating table and a constraining table?
The select into statement is most often used to create backup copies of tables or for archiving records?
how to load data with out header and footer records in a database using sql*loader? pls tell me the answer urgently
i have some prob lem to tell me about my self in interview first round ...
What is clustered index sql?