Question: what is the difference bwtween view and join
January 01, 2007 01:29:49
#2
Manu
J2EE ExpertMember Since: October 2005 Total Comments: 106
RE: what is the difference bwtween view and join
view is a virtual table where data is not stored physically but give the convenient method to retrieve and manipulate the info as needed.done for SECURITY REASONS. helps make SIMPLE QUERIES.