Robert Mackey:Are these the views used by the “Bulk Update”
No.
Robert Mackey:If they don’t can I create a view that does?
Yes you can, but generally speaking you should not because updating via sql is not supported. Why not using the webservices? If you are absolutely certain that you want to update via sql statements, you can, but you should have deeper understanding of the db structure, the tables and their relations. To be honest: i did some mass updates via sql, but don't tell Microsoft :)