All Manuals > LispWorks User Guide and Reference Manual > 19 Common SQL

NextPrevUpTopContentsIndex

19.1 Introduction

This chapter covers the following areas:

The LispWorks SQL interface uses the following database terminology:

Data Definition Language (DDL)

The language used to specify and interrogate the structure of the database schema.

Data Manipulation Language (DML)

The language used for retrieving and modifying data. Also known as query language .

table

A set of records. Also known as relation .

attribute

A field of information in the table. Also known as column .

record

A complete set of attribute values in the table. Also known as tuple , or row .

view

A display of a table configured to your own needs. Also known as virtual table .

19.1.1 Overview

19.1.2 Supported databases


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex