
Chapter 1
Introduction
1.1OVERVIEW
Interactive SQL (often referred to throughout this manual as ISQL) is a utility supplied with c- treeSQL that lets you issue SQL statements directly from a terminal and see results displayed at the terminal. You can use interactive SQL to:
•Learn how SQL statements work
•Test and prototype SQL statements to be embedded in programs
•Modify an existing database with data definition statements
•Perform
With few exceptions, you can issue any SQL statement in interactive SQL that can be embed- ded in a program, including CREATE, SELECT, and GRANT statements. Interactive SQL includes an online help facility with syntax and descriptions of the supported statements.
FairCom Corporation |