SQL*Plus User's Guide for Windows Platforms | ![]() Library |
![]() Product |
![]() Contents |
![]() Index |
Overview
You can use the SQL*Plus (pronounced "sequel plus") program in conjunction with the SQL database language and its procedural language extension, PL/SQL. The SQL database language allows you to store and retrieve data in an Oracle database. PL/SQL allows you to link several SQL commands through procedural logic.
Who Can Use SQL*Plus?
The SQL*Plus, SQL, and PL/SQL command languages are powerful enough to serve the needs of users with some database experience, yet straightforward enough for new users who are just learning to work with Oracle databases.
COLUMN ENAME HEADING EMPLOYEESimilarly, to list the column definitions for a table called EMP, you might enter this command:
DESCRIBE EMP
As a SQL*Plus for Windows NT or SQL*Plus for Windows 95 user, you have access to the command-line functionality of the character-mode DOS version of SQL*Plus, as well as the menu-based features of a Windows NT/95 application. For Windows 3.1, you have access only to menu-based features.
For instance, with the menu-based Windows NT/95/3.1 application you can select SQL*Plus menu items to perform tasks such as these:
![]() ![]() Prev Next |
![]() Copyright © 1996 Oracle Corporation. All Rights Reserved. |
![]() Library |
![]() Product |
![]() Contents |
![]() Index |