In SQL, we can insert rows in a view in a similar way as we insert them in a table.
In SQL, we can insert rows in a view in a similar way as we insert them in a table. Correct Answer True
In SQL, we can insert rows in a view in a similar way as we insert them in a table i.e. by using the INSERT command. But all the NOT NULL columns from the base table must be included in the view in order for the INSERT command to function.
মোঃ আরিফুল ইসলাম
Feb 20, 2025