This chapter describes Common SQL -- the LispWorks interface to SQL. It should be used in conjunction with the relevant chapter of the LispWorks Reference Manual, which contains full reference entries for all the symbols in the SQL package. This chapter is applicable to the Enterprise version of LispWorks only. This chapter covers the following areas:
The LispWorks SQL interface uses the following database terminology:
A set of records. Also known as relation.
A field of information in the table. Also known as column.
A complete set of attribute values in the table. Also known as tuple, or row.
A display of a table configured to your own needs. Also known as virtual table.