| Thread | Last Post | Replies |
|
| Circular relationship problem | 31 Oct 2007 15:29 GMT | 2 |
I know it is an old issue and probably boring but please cope with me , it is a real world problem I am facing and I don't really like circular relationship. First table is Test, each test has many questions. On the other hand
|
| Attribute-values in separate table | 31 Oct 2007 11:27 GMT | 24 |
I have a to design a structure for a table with many attributes containing Yes of No values. The program I write, has to react in different ways corresponding the Yes/No-values in the different attributes.
|
| Software Testing Resource | 26 Oct 2007 13:34 GMT | 1 |
Excellent resource has been found on software testing. Worth Reading!!! http://technical-talk.com/articles.asp
|
| "Fuzzy" text search using n-grams (bigrams) -- speed? | 26 Oct 2007 00:58 GMT | 7 |
Let's suppose I'm writing a website where users search for movie titles, and suppose there are 200,000 movies. The site is in PHP/ MySQL. I'd like to implement a "fuzzy" text search so that similar movie
|
| Types variables and values | 25 Oct 2007 04:33 GMT | 2 |
In An Introduction to Database Systems, C.J. Date, characterises value, variable and type as follows:- "value" : An "individual constant" - for example the individual constant that is the integer 3. A value has no location in time or
|
| Is it Possible to Enforce This Relationship at the DB Level? | 24 Oct 2007 18:52 GMT | 32 |
DB layout is as follows: --------------------------------
| Client | --------------------------------
|
| separation of church and state? | 19 Oct 2007 15:27 GMT | 44 |
I finally sprung for CJ Date's "Writings, 2000-2006" and skimming it, noticed this point in chapter 10. It reminded me of the recent posts about avoiding books that start with silly sentences even though this quote is from page 174:
|
| New to the job | 19 Oct 2007 05:06 GMT | 1 |
I just got a new job (woohoo). First challegne I face is to build a data model and a data dictionary of all the systems existing in the organisation. I have a number of constraints to acheive this because of the following
|
| Entities and relationships | 12 Oct 2007 20:33 GMT | 1 |
I never really took any effort to bother to know what these are until they got in my way in otherwise fine paper: http://arxiv.org/PS_cache/arxiv/pdf/0710/0710.2083v1.pdf It defines an entity as a relation (aka table:-) with a single
|
| Setting up updatable views ? | 08 Oct 2007 07:36 GMT | 6 |
While working on a db core on these last years, one of the question that gave me most difficulty was what would be an efficient taxonomy to list prequisites for a system to support updateable views. I would be happy to exchange on that subject.
|
| Schema Relationship Question | 06 Oct 2007 19:55 GMT | 5 |
I have a set of predefined constants with a set of predefined relationships and am looking for a way to link them if possible to ensure data integrity. An example would be if I wanted to keep track of programs and I have a
|
| I was made of fun of the last time I posted, but here goes.. | 04 Oct 2007 01:19 GMT | 5 |
I am developing a database design course for young PHP programmers. Here is why: CREATE TABLE tblShoes( charSKU as Char(10) //first 3 characters indicate color,
|
| how to query for time based inventory status | 03 Oct 2007 20:33 GMT | 3 |
I'm wondering whether it's possible to query time based inventory status/quantity. basically there are buying in (quantity increased), selling out (quantity decreased), renting out (quantity temporary decreased) and
|