View creates a new table from existing table. Is it true or false? Why? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

View creates a new table from existing table. Is it true or false? Why?

5th Aug 2016, 3:11 AM
Anand Nain
Anand Nain - avatar
3 Respuestas
+ 1
It not actually create table. it's more like saved query.
5th Aug 2016, 3:10 PM
Witsarut Hannapachewin
Witsarut Hannapachewin - avatar
0
true
3rd Nov 2016, 7:07 AM
Subash Subu
Subash Subu - avatar
0
when you query a view, the database engine executes the sql statement of the view at background.
3rd Nov 2016, 11:17 AM
selo
selo - avatar