An alternative to inserting new rows from the result set in
Interactive SQL is to add rows using the INPUT statement with the
PROMPT clause.
- From Interactive SQL, add a row using the
INPUT statement with the PROMPT clause. For example:
INPUT INTO Products PROMPT;
- Specify the value for each column when prompted.