# 1z0-082 — Question 604

**Type:** multiple_response
**Topics:** topic_1

## Question

Examine the description of the PRODUCT_STATUS table:

//IMG//


The STATUS column contains the values 'IN STOCK' or 'OUT OF STOCK' for each row.

Which two queries will execute successfully? (Choose two.)

## Correct Answer

_See scenario._

## Explanation

A - Bad alias, ORA-00923: FROM keyword not found where expected
B - Bad syntax, ORA-01756: quoted string not properly terminated
C - Bad alias, ORA-00923: FROM keyword not found where expected
D --OK
E - Bad syntax, ORA-00904: "Q": invalid identifier
F --OK

**Reference:** examtopics_top_comment

---
Source: https://hiexam.net/q/oracle/1z0-082/604  
Practice (tracked): https://hiexam.net/study/1z0-082/practice