How do MySQL views work?

Posted by Hello you all men on Stack Overflow See other posts from Stack Overflow or by Hello you all men
Published on 2010-05-20T22:13:25Z Indexed on 2010/05/20 22:30 UTC
Read the original article Hit count: 144

Filed under:

When I create a view I am basically like making a new table that will automatically be transacted upon when data in one of the tables it joins changes?

Also why can't I use subqueries in my view????

© Stack Overflow or respective owner

Related posts about mysql