You want to write a SELECT statement using the Open SQL syntax of release 7.50.Which of the following sequences of clauses are valid?
There are 2 correct answers to this question.
FROM clause can precede the column list
WHERE clause can precede the INTOclause
UP TO ... ROWS can precede the INTO clause
INTO can precede the UNION clause
Submit