A script-enabled browser is required for this page to function properly.

Comments

You can insert comments directly into your SELECT statement using Oracle's standard SQL comment delimiters (for example, /* comment */). Refer to your Oracle Server SQL Language Reference Manual.

Note: You can also set the Comment property for the query to enter comments.

Usage notes

SELECT SAL FROM EMP
WHERE SAL > :AVG_SAL