Which three statements are true about performing Data Manipulation Language (DML) operations on a view In an Oracle Database?
Which two statements are true about INTERVAL data types
Which two are true about queries using set operators (UNION, UNION ALL, INTERSECT and MINUS)?
A session's NLS_DATE_FORMAT is set to DD Mon YYYY .
Which two queries return the value 1 Jan 2019?
Which three statements are true about performing DML operations on a view with no Instead of triggers defined?
Which two queries return the string Hello! we're ready?
Which three statements are true about Data Manipulation Language (DML)?
Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER
Statement 1:
SELECT MAX (unit price*quantity) "Maximum Order FROM order items;
Statement 2:
SELECT MAX (unit price*quantity "Maximum order" FROM order items GROUP BY order id;
Which two statements are true?
Which statement is true about aggregate functions?
Which statement falls to execute successfully?