How Can We Insert Data Into A View #62
How can we insert data into a view?
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Intermediate and Advanced SQL - Views and Transactions - Quiz No.1.
How can we insert data into a view?
insert into ();
create data values ();
enter ();
insert into values ();