Author: pamyral_279 | Posted on: 6/2/2009 9:26:24 AM | Views : 865

i have many tables in database.In order to everything become to easy so i create view in database.In my web application i create quite many sql statement to view instead of tables.
example : Select * from [ my view ] instead of select * from  [my table]
I have a question :
+ Is okay for my way ? What's different between of speed accessing data in view and table.
Thank you very much.
...

Go to the complete details ...