
What are views? Explain its various types?

Hi,
Database allows us to create abstract form of the data from different tables. This is done through views.
Read how to create view at Views in SQL tutorial page.
Thanks

Hi,
views are used to create a temporary table..
ex: Select * from tablename as viewtable;
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.