Select data from database
A question to the database is done in the form of a QUERY.
The general form for this is
query *database* $
do tableData <- table *myTable*
restrict *restrictions*
project *projections*
A restrict says what property must hold for a row for
it to be returned.
(WHERE clause in SQL).
A project says what columns you want returned from the query
(SELECT clause in SQL)
What do you want to do?
Here are all words and functions with references, in alphabetical order
Go to main page