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
What is the use of <> sql?
Define tables and fields in a database
how to get a list of columns in an existing table? : Sql dba
How to know the last executed procedure?
What is the difference between function and procedure in pl/sql?
How do you break a loop in pl sql?
What does fetching a cursor do?
What is clause?
How do you use join?
What are the different operators available in sql?
What is the process of copying data from table a to table b?
What is join view in sql?
What is range partitioning?
how to get @@error and @@rowcount at the same time? : Sql dba
Write a sql select query that only returns each name only once from a table?