| Thread | Last Post | Replies |
|
| Relieving the Boredom | 30 Jul 2005 22:08 GMT | 1 |
In the spirit of relieving the boredom that Marshall recently revealed, I'm going to let the frivolous side of me loose for a while, and start some threads that are just for fun. But I'm going to try to limit myself, so that I won't displace messages that
|
| Three Kinds of Logical Trees | 28 Jul 2005 16:01 GMT | 32 |
I've been thinking about trees in the abstract lately, and trying to classify them. I am not talking about trees as a physical data structure, such as BTrees or Red-Black, but rather trees as logical data structures. In other words,
|
| A simple link, it turns out | 27 Jul 2005 17:33 GMT | 4 |
>From August 2005 wired (sometime in the near future) a callout in the article "We are the Web" by Kevin Kelly reads, "A simple link, it turns out, is the most powerful invention of the decade."
|
| Desperately seeking help - db schema | 26 Jul 2005 19:23 GMT | 1 |
I hope my post won't offend people in this group, as it's not my intention to annoy anyone or get someone do my work for me. I just have nobody else to ask for help :( I'm studying informatics and I am to make a DB application. I got a partner
|
| Implementation of boolean types. | 26 Jul 2005 18:01 GMT | 53 |
I have seen many databases that tables with columns such as IsMale,IsFemale, IsNull,Is... All these were somekind of boolean type with yes/no or true/false or 1/0 values.In DBMSs that supports
|
| DBKEY Datatype | 26 Jul 2005 15:42 GMT | 4 |
Marshall, This is an offshoot of the topic where you are exploring the comparison of graph databases with systems of relations. It's so tangential that I chose to start a new thread, rather than hijack
|
| Property sheet, ad hoc, property page, flexible data | 26 Jul 2005 15:40 GMT | 21 |
I am looking for a solution that hopefully someone here has tackled. I want to create "base" tables with fields that are intrinsic to the application. I also want to allow the customers using the application to be able to create their own fields so that they can easily customize ...
|
| 2NF There are two Definitions which is right | 24 Jul 2005 14:22 GMT | 8 |
I found two definitions for 2NF: 1: A relation R(A,F) is in 2NF, when every attribute not belonging to the primary key of R is fully functionally dependent on the primary key of R 2: A relation schema R is in 2NF if every nonprime attribute A in R is
|
| are sql shortcuts a good practice ? | 21 Jul 2005 22:42 GMT | 2 |
I'm taking over an old DB and cannot decide if something which was done in it is good or bad : A,B,C,D are tables linked together with foreign keys : A->B->C->D
|
| Storing units in the database | 21 Jul 2005 20:48 GMT | 10 |
This discussion is triggerd by Jon Heggland's message about dimensional units supported by user-defined type. Mikito Harakiri wrote:
> vc wrote: |
| dumb terminology question: candidate key | 21 Jul 2005 18:51 GMT | 7 |
Does anyone have any insight or information on the origin of the term "candidate key"? It seems like a standout bad term in a field full of not-very-good terms. A "candidate" is something that aspires to a particular position,
|
| Questions about nested intervals. Help me please!!! | 20 Jul 2005 00:12 GMT | 4 |
I'm an italian student of computer science and I'm trying to do an implementation of nested intervals with continued fractions.
>From how much I have understood continued fractions are only a way in order to pass from an encoding (example Farey encoding) to materialized
|
| Normalisation | 19 Jul 2005 09:40 GMT | 71 |
How are issues of Null values handled when normalising a database?
|
| A good argument for XML | 18 Jul 2005 18:10 GMT | 32 |
I have spent some time looking in this newsgroup to make sure this has not been mentioned before and it seems like it has not. Most of the expressivity in SQL queries is required to build complex reports. Common reporting tools like crystal reports break the
|
| Base Normal Form | 18 Jul 2005 14:46 GMT | 76 |
I'd like to suggest a new Normal Form definition, one that I'm calling Base Normal Form, for lack of a better term. The purpose is NOT to advance theory any further. It's to make it easier to teach introductory database design.
|