scsh-users
[Top] [All Lists]

Re: SQL variant

To: scsh-news@zurich.ai.mit.edu
Subject: Re: SQL variant
From: rthappe@web.de (RT Happe)
Date: 26 Jul 2003 14:43:32 -0700
Organization: http://groups.google.com/
Sam wrote
> I'm just now learning scheme and it seems to me that with its clean
> mathematical underpinning (overarching mathematical orientation?) it
> would make an ideal language for truly relational database
> access/manipulation.
> 
> Never having designed a language I would have NO IDEA what such a
> query language would look like.

A look into the logic programming camp may be worthwhile, at least if
you are interested into extensions of the classical relational model, too.
A random link, just googled:
Constraint Programming and Database Query Languages
http://www.cs.brown.edu/publications/techreports/reports/CS-94-31.html

As far as I --accidentally-- know, there is some research going on
about the expressiveness of database query languages.  (Think of a
database relating railway stations:  x is railwise next to y,  and query
it for a connection from Irkutsk to Perpignan, in SQL -- or relational
algebra, for that matter...)

rthappe

<Prev in Thread] Current Thread [Next in Thread>