I am networking for the first time. I will have four people using the same database. I understand the importance of having primary keys in all tables, but is this enough to have a true multi-user database? Do I need to split the database in-order for them to use the table at the same time? I prefer not to deal with splitting, but I don't want to have problems later because I didn't. What do you think? Thank you!