Hi
 
         i have create one table and view., but i have not able to insert,update and delete view., how to solve this. Pls send me on example.
 
 
 Table :
 
 
   Create Table Test (eno int,ename varchar(10));
 
 View :
 
 
   Create or Replace view TestView as Select * from Test;
 
 Regards
 
 Babu.B

Reply via email to