Which of the following are the attributes of a simple view?
Each correct answer represents a complete solution. Choose all that apply.
A.
DML operations are allowed on the view.
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.
It fetches data from two or more tables.