Re: sql tables
Date: Thu, 11 Oct 2007 19:41:12 GMT
Message-ID: <s%uPi.7199$pl2.4140_at_trndny07>
"paul c" <toledobythesea_at_ooyah.ac> wrote in message
news:vmsPi.12472$th2.6080_at_pd7urf3no...
> David Cressey wrote:
> ...
> > The question is moot. Table B and Table C have different headers, even
> > though they contain the same columns. a row with values {2, 1}
inserted
> > into TableB would be different from the row that's already there.
> > ...
>
> Thanks for previous answers. This might see picky but I can't find
> "header" or "heading" in the text I have. Does the standard use some
> other term to talk about "headers"?
My use of the term "header" might be non-standard.
> ColumnA ColumnB
for Table B and
> ColumnB ColumnA
for Table C are what I was referring to as "headers". The table header, among other things, associates a Column name with a column position. The rows containing the data only have data values, one after the other. The position of a value in a row and the position of the corresponding column name in the header together, establish the linkage between the value and the name. Received on Thu Oct 11 2007 - 21:41:12 CEST