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


Please Help Members By Posting Answers For Below Questions

What is the difference between inner join and left join?

531


what is table? : Sql dba

562


Can we use joins in subquery?

521


What are the different dcl commands in sql?

549


How to find 3rd highest salary of an employee from the employee table in sql?

560






Show how functions and procedures are called in a pl/sql block.

575


Can function return multiple values in sql?

514


What is range partitioning?

504


How would you reference column values before and after you have inserted and deleted triggers?

614


Why is pl sql needed?

496


Mention what is the function that is used to transfer a pl/sql table log to a database table?

472


What is error ora-01000: maximum open cursors exceeded

594


can sql servers linked to other servers like oracle? : Sql dba

536


what are the advantages of using stored procedures? : Sql dba

603


What is acid property in a database?

571