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.
Answer Posted / pankaj
you can remove the rows from the view if it does not containing any of the following.
1> group function
2> group by clause
3> distinct keyword
4> rownum keyword
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is text? : Sql dba
what is column? : Sql dba
what is a control file ? : Sql dba
what are the different index configurations a table can have? : Sql dba
What found sql?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000
Explain ddl statements in pl/sql?
what are the advantages a stored procedure? : Sql dba
What are sql indexes?
Can we change the table name in sql?
Are subqueries better than joins?
How do you remove duplicate records from a table?
How is sql used in oracle?
What normalization means?
What are the advantages of indexing?