SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

How do you prevent output from coming to the screen?

SQL Interview Question
SQL Interview Question

Answer:

The SET option TERMOUT controls output to the screen. Setting TERMOUT OFF turns off screen output. This option can be shortened to TERM.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
How do you set the number of lines on a page of output? The width?How do you prevent Oracle from giving you informational messages during and after a SQL statement execution?