In my Django application users interact via a series of web forms and a log is generated. The log may, for example, look something like this:
I\'d like to get feedback on how to model the following: Two main objects: collections and resources. Each user has multiple collections. I\'m not saving user information per se: every collection ha
This is a question that\'s probably going to incur the wrath of some DBA types but I\'m gonna ask it anyway!!
Let\'s think wehavea hotelandhotel has 4 room types. I want to hold hotel\'s capacity for one year. How should i design the database for easiest use.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I have a database that looks like this: CREATE TABLE cargo ( cargodate int unsigned NOT NULL, cargoname CHAR(128) NOT NULL,
The question is as foll开发者_如何学Cows : what\'s the best way to handle different database language contents? Suppose you have a shopping cart whose products may have several languages, what would b
I\'m using asp.net default database created on website template (aspnetdb.mdf) and membership class for users. And for the additional information related to my website i\'m using another database (myd
Question based on this question MySQL composite unique on FK's DB MySQL, storage engine: InnoDB. I have a table Plan:
The story behind the question is following: my web host gives me multiple databases, but there are limited in size (just 500 MB) and I am about to run out of space. Is there a way to create another da