Click to See Complete Forum and Search --> : Creating view covering multiple tables


mrtblt
05-15-2008, 04:27 AM
How i can create a view which includes fields from multiple tables?

chazzy
05-15-2008, 10:11 AM
views are just defined as select statements. if you can write the select statement, you can just turn it into a view.