I have this programming task due in about 15 days and I've decided to make a sort of shopping cart/web sales thing.
I'll have a Database with Products, Prices, Images, etc.
I was thinking of having another Database with processed orders, etc.
Should I just make a combination that works (make a single Database) or should I use Separate Databases for those cases?
ps. I'm not talking about Tables, I'm talking about DATABASES. Thanks guys