Re: What is a "tuple" - Mailing list pgsql-sql

From Kristoff Bonne
Subject Re: What is a "tuple"
Date
Msg-id Pine.LNX.4.30.0106221830090.24241-100000@frigg.belbone.net
Whole thread Raw
In response to What is a "tuple"  (Kristoff Bonne <kristoff.bonne@skypro.be>)
Responses Re: What is a "tuple"
List pgsql-sql
Greetings, (and also Alex)

On Fri, 22 Jun 2001, Josh Berkus wrote:
> > Excuse my lack my 'database'-jargon, but what is a 'tuple'?

> Also known as a "Record", or a "Row".  The word "tuple" is used because
> it can refer to a row returned as part of a result set as well as a
> record in a table.  Strictly speaking, a row returned from most queries
> is not a record, as that row does not exist in permanent storage
> anywhere .... it is created by the query.  Hence, "tuple".

Thanks!

Cheerio! Kr. Bonne.
-- 
KB905-RIPE                                       Belgacom  IP networking
(c=be,a=rtt,p=belgacomgroup,s=Bonne,g=Kristoff)  Internet, IP and IP/VPN
kristoff.bonne@skypro.be                         Faxbox :  +32 2 2435122




pgsql-sql by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: Incremental sum ?
Next
From: "Richard Huxton"
Date:
Subject: Re: Difference between insert a tuple in a table by function and by datasheet