Home » Interview » Technology

What are the basic SQL*Plus commands?

Correct Answer: 1) START- Used to run a SQL script 2) ACCEPT- Accepts input from user 3) GET- Gets the sql file from user to place in buffer 4) LIST- Displays the last command executed 5) RUN- Used to list and run the command in buffer 6) SHOW- Shows the environment settings Example: SHOW PAGESIZE

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion