Forum: Database Design Nov 4th, 2008 |
| Replies: 8 Views: 1,176 the admin is one of the users of the system
i need his id as a foreign key in the related entites such as movie entity
so i must make a relation between the admin entity and the others
... |
Forum: Database Design Oct 31st, 2008 |
| Replies: 8 Views: 1,176 Thanks for your reply first
I mean that the admin can edit or update let's say the admin can add new movie or add new hall for example
The hall is the movie hall.
Thanks for your reply |
Forum: Database Design Oct 31st, 2008 |
| Replies: 8 Views: 1,176 Hi
I'am doing an online cinema ticket reservation system
and i have face a problem with the database design
i have these entities: Movie, Branch, Hall, Seat, Admin and customer
there is a... |
Forum: Database Design Feb 26th, 2008 |
| Replies: 5 Views: 24,800 Hi
I think you would have a problem with this table because it don't refer to the customer
you must make a link between the two tables
regards |