SQL documentation states that
The database engine recreates the data, using the view's SQL statement, every time a user queries a view
How does data retrieval process from SQL views offers better performance as compared to execution of select query to retrieve data from tables.