Q85 Which two statements are true about the Oracle join and ANSI join syntax?
- A) The Oracle join syntax lacks the ability to do outer joins.
- B) The Oracle join syntax perform better than the SQL:1999 compliant ANSI join syntax.
- C) The Oracle join syntax performs less well than the SQL:1999 compliant ANSI join syntax.
- D) The Oracle join syntax supports creation of a Catesian product of two tables.
- E) The SQL:1999 compliant ANSI join syntax supports creation of a Cartesian prodcut of two tables.
Answer: D,E