Question: SQL Query, Oracle Database, SQL Developer Display all invoices where the payment date does not contain a null value. USE the invoices table. Partial result
SQL Query, Oracle Database, SQL Developer
Display all invoices where the payment date does not contain a null value. USE the invoices table. Partial result set (74 rows total) but FETCH first 10 rows.
* in Oracle date has a time stamp, I think need to use TRUNC or TO_CHAR
Answer:
INVOICE_ID PAYMENT_DATE 1 11-APR-14 2 14-MAY-14 4 12-MAY-14 5 13-MAY-14 7 05-MAY-14
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
