1.

How can we insert data into a view?

A. insert into ();
B. create data values ();
C. enter ();
D. insert into values ();Answer: dExplanation: We can insert data into a view using the inset into values (); statement. This operation can be done only if the view is updatable.
Answer» C. enter ();


Discussion

No Comment Found