Examine this description of the EMP table: You execute this query: SELECT deptno AS "departments", SUM (sal) AS "salary" FROM emp GROUP | BY 1 HAVING SUM (sal)> 3 000; What is the result?
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?