Correct Answer: A
The VIEWS you create within SQLite are read-only. It is not possible to execute INSERT, DELETE, or UPDATE statements on a view.
Option A is correct. After a view is created in SQLite, only Read operation can be performed on it.
Option B is incorrect. It is not possible to execute INSERT, DELETE, or UPDATE statements on a view in SQLite.
Option C is incorrect. It is not possible to execute INSERT, DELETE, or UPDATE statements on a view in SQLite.
Option D is incorrect. It is not possible to execute INSERT, DELETE, or UPDATE statements on a view in SQLite.
Option E is incorrect. After a view is created in SQLite, it becomes Read-only.INSERT, DELETE, or UPDATE statements can’t be performed on a view in SQLite.
Reference:
To know more about how to apply SQL Transformation, please visit the below-given link:
https://docs.microsoft.com/en-us/azure/machine-learning/algorithm-module-reference/apply-sql-transformation