Examine this query: SELECT employee_id,first_name,salary FROM employees WHERE hire_date>'&1'; Which two methods should you use to prevent prompting for a hire date value when this query is executed?
The CUSTOMERS table has a CUST_LAST_NAME column of data type VARCHAR2. The table has two rows whose COST_LAST_MANE values are Anderson and Ausson. Which query produces output for CUST_LAST_SAME containing Oder for the first row and Aus for the second?