isql Commands
Go Up to Command-line isql Tool
At the SQL> prompt, you can enter any of three kinds of commands:
- SQL data definition (DDL) statements, such as
CREATE,ALTER,DROP,GRANT, andREVOKE. These statements create, modify, or remove metadata and objects, and control user access (via privileges) to the database. For more information about DDL, see the Data Definition Guide. - SQL data manipulation (DML) statements such as
SELECT,INSERT,UPDATE, andDELETE. These four data manipulation operations affect the data in a database. They retrieve, modify, add, or delete data. For more information about DML statements, see the Language Reference. isqlcommands that fall into three main categories:
SHOWcommands (to display metadata or other database information)SETcommands (to modify theisqlenvironment)- Other commands (for example, commands to read an input file, write to an output file, or end an
isqlsession)
Some isql commands have many options. See isql Command Reference