Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
It means nothing to change to you.
A view is an consolidated aggregation of multiples datas as 1 table.
You do select/update/insert on the view (if you have the rights to, of course) like you would on a single table.
You could have a view created from an "user" table, and from an "messages" table, that could create a view with every messages of every users.
__________________
Only a biker knows why a dog sticks his head out the window.
|