a. Can you delete data from a View.
b. If Yes, can you delete it if there are multiple tables
c. If No, can you delete if there is single source table
which is joining.



a. Can you delete data from a View. b. If Yes, can you delete it if there are multiple tables c. ..

Answer / barun

A.Yes we can delete data from view.actually we deleting
data from crrospondind tabls or tables data by which view
is created.
b.if view is create by multi table then some condition
oracle follow-
1.if view contain group by,distinct then we cant delete
data.
2.if table contain colume data function or calculation we
can't.
3.if table contain not null value we can't delete.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More SQL PLSQL Interview Questions

How many commands are there in sql?

0 Answers  


how many values can the set function of mysql take? : Sql dba

0 Answers  


what is the difference between a web-garden and a web-farm? : Sql dba

0 Answers  


How do I truncate a sql log file?

0 Answers  


what is union? : Sql dba

0 Answers  






How insert into statements in sql?

0 Answers  


What is data modelling in sql?

0 Answers  


How many tables can a sql database have?

0 Answers  


What is structural independence and why is it important?

0 Answers  


how do you know if your mysql server is alive? : Sql dba

0 Answers  


What is a unique key?

0 Answers  


How can you view the errors encountered in a trigger?

0 Answers  


Categories