can we update a view which is created from two tables
Answer Posted / arup ratan banerjee
U can update non-updatable views to updatable ones by means
of Instead Of Triggers
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is a data manipulation language?
What is coalesce sql?
How do I copy a table in sql?
How does index help in query performance?
What is the command used to fetch the first 5 characters of a string?
What is the clause we need to add in function body to return variable?
what is the difference between truncate and delete statement? : Transact sql
How exception is different from error?
What is a trigger word?
What is the difference between joins?
how is myisam table stored? : Sql dba
What is the difference between the conventional and direct path loader? : aql loader
What is a sql*loader control file?
what are ddl statements in mysql? : Sql dba
Can we join tables without foreign key?