InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Which of the following is illegal?(a) SELECT SYSDATE – SYSDATE FROM DUAL;(b) SELECT SYSDATE – (SYSDATE – 2) FROM DUAL;(c) SELECT SYSDATE – (SYSDATE + 2) FROM DUAL;(d) None of the MentionedThe question was asked in my homework.The above asked question is from Structured Query Language in section SQL Basics of Oracle | 
                            
| 
                                   
Answer»  Right answer is (d) None of the Mentioned  | 
                            |