Multiple choice technology databases select dummy from dual ? NULL Error: invalid identifier X Error: invalid SQL Statemet A Reveal answer Fill a bubble to check yourself C Correct answer Explanation Oracle's DUAL table contains a pseudo-column called DUMMY. The DUMMY column always contains the value 'X'. Selecting this column returns X - this is documented Oracle behavior for backwards compatibility.