Forum Replies Created

Viewing 15 posts - 4,366 through 4,380 (of 14,953 total)

  • RE: Normalization

    Steven993 (4/27/2011)


    You don't know what is a relation.

    You can't see the difference between relation and table......

    Yes, I do know these things. You don't know debate, logic, or how to...

  • RE: Normalization

    Richard Warr (4/27/2011)


    Nice question and an interesting example. Would renaming the columns "Telephone 1" and "Telephone 2" to "Home Phone" and "Mobile Phone" mean that the table was then in...

  • RE: Normalization

    Steven993 (4/27/2011)


    David Burrows (4/27/2011)


    Your example shows violation of Codd's 1NF and is what I understood to be 1NF.

    My example, you mean AddressLine table ? It's is not a 1NF violation..

    David...

  • RE: Normalization

    David Portas (4/27/2011)


    GSquared (4/27/2011)


    Whom have I insulted and when?

    You think that people aren't going to be insulted when you say they are "psychotic" if they hold a particular point of...

  • RE: Normalization

    Steven993 (4/27/2011)


    GSquared (4/27/2011)


    This particular data has an order to the tuples

    :alien:

    Would you be happy if I'd put quotes around the word "tuples", implying that, in this case, these "rows"...

  • RE: Normalization

    As for "all relations are by definition in 1NF", honestly, all orthodox relations are, by definition, in at least 5NF. Otherwise, they aren't proper relations, now are they?

    It's circular...

  • RE: Normalization

    David Portas (4/27/2011)


    GSquared (4/27/2011)


    So what you're saying is that the rule about rows not having a specified order was written just to take up space. Since it's physically impossible...

  • RE: Require one of two fields to be populated, but not both

    I've had to use this kind of table before, and something I've found valuable is a column that indicates which kind of data a given row will hold. You...

  • RE: There exists an index but query does not user created index, Why?

    Below a threshhold number of rows in a table, the query optimizer doesn't even check for indexes, it just scans the table. Figuring out which index to use would...

  • RE: Normalization

    Steven993 (4/27/2011)


    ....

    You have never read 1NF definition or even the Relation definition.

    Example of 1NF definition, from the only book I have right now :

    Database Systems - The complete Book Second...

  • RE: Normalization

    David Portas (4/27/2011)


    GSquared (4/27/2011)


    I say the rows in that table are "ordered" because there's a column that specifically determines the order of the rows. Look at the table design,...

  • RE: What should I be doing with my points?

    I'm saving mine up so I can get either the secret decoder ring, or the "run faster" button for my code. I'm not sure which yet.

  • RE: Help with (easy for you) query

    The original requirement was if there's more than one row, do X. If Exists will test if there is at least one row. Are you sure that's what's...

  • RE: Normalization

    David Portas (4/26/2011)


    GSquared (4/26/2011)


    My objection to this whole debate is the introduction of "authority" into it. My whole point is that citing authority is silly. Yes, I cited...

Viewing 15 posts - 4,366 through 4,380 (of 14,953 total)