I am working on the database structure of a video system (basically
Accounts Database
=========================
Accounts | type | name | etc.
Video Database
=========================
Name | title | type | etc.
Only videos and viewers of the same time will have access to the video. I want to be able to see if a viewer has watch a video and list all viewers. What what I am wondering is where to put the views records? Should I create a view databases
Views database
=========================
account | video |
Thanks for any assistance.












