Loading Stories...
Loading Stories...
I could only find this https://www.dcs.warwick.ac.uk/people/academic/Meurig.Beynon/...
And nice to see TCL again; I used to write a lot in it.
There was a earlier thread today which is an interview with Chris Date where he mentions that QBE and ISBL are more "Relational" than SQL - https://news.ycombinator.com/item?id=39189015
But I guess there are quite some Macusers named John
MEMBERS(NAME, ADDRESS, BALANCE)
ORDERS(ORDER_NO, NAME, ITEM, QUANTITY)
SUPPLIERS(SNAME, SADDRESS, ITEM, PRICE)
1. Print the names of members in the red:
LIST MEMBERS : BALANCE < 0 % NAME
i.e. select members with negative balance and
project out their names