2
Reply

do views contain data ?

Deepak Verma

Deepak Verma

13y
3.4k
0
Reply

    yes it contain data.

    No views don't contain data, views are just virtual reference to the table from which we need to retrieve data. when a view is created on a table, each and every time a select statement is issued when we query a view.