Re: What is a "tuple"

From: Kristoff Bonne <kristoff(dot)bonne(at)skypro(dot)be>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: What is a "tuple"
Date: 2001-06-22 16:31:03
Message-ID: Pine.LNX.4.30.0106221830090.24241-100000@frigg.belbone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)bonne(at)skypro(dot)be Faxbox : +32 2 2435122

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Porfirio Córdoba 2001-06-22 16:31:51 unregister
Previous Message Ross J. Reedstrom 2001-06-22 16:21:19 Re: Incremental sum ?