Which of the following are the attributes of a simple view?
Each correct answer represents a complete solution. Choose all that apply.
A.
It fetches data from two or more tables.
B.
It does not have any usage of SQL group functions or grouping of data.
C.
It fetches data from one database table only.
D.
DML operations are allowed on the view.