can we update a view which is created from two tables
Answer Posted / usha
UPDATE PRODUCT SET UNITPRICE=UNITPRICE+(UNITPRICE*0.2)WHERE
CATEGORIES.CATEGORYNAME=PRODUCT.CATEGORYID;
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we use the cursor's to create the collection in PL/SQL?
What is a recursive stored procedure?
What is difference between left and right outer join?
What is difference between stored function and application function?
What are all the ddl commands?
Can we perform dml in function?
How exception handling is done in advance pl/sql?
What is time based sql injection?
What is date functions?
How do I upgrade sql?
What is sql integrity?
How do I run pl sql in sql developer?
Explain the uses of a database trigger?
What is sequence in sql?
How to write pl sql program in mysql command prompt?