Thread: Doubt

Doubt

From
"Babu"
Date:
Hi         i have create one table and view., but i have not able to insert,update and delete view., how to solve this.
Plssend me on example.Table :   Create Table Test (eno int,ename varchar(10));View :  Create or Replace view TestView
asSelect * from Test;RegardsBabu.B