Examveda
Examveda

You have linked SQL*Plus to an external text editor. To invoke the text editor for use within SQL*Plus, which command do you use?

A. Open [FileName]

B. Show [FileName]

C. Alter [FileName]

D. Edit [FileName]

Answer: Option D


This Question Belongs to Database >> Managing Databases With Oracle

Join The Discussion

Related Questions on Managing Databases with Oracle

Which statement about sequences is not true?

A. A sequence is an object that generates a sequential series of unique numbers.

B. Sequences are most often used to provide values for surrogate keys.

C. NextVal and CurrVal are both sequence methods.

D. Sequences guarantee valid surrogate key values.