|
#102. Examine this statement, which creates a Cartesian product of the COUNTRIES and REGION tables: SQL> SELECT c.country_name, 2> r.region name 3> FROM countries c, region r;
Oracle9i SQL: 1999 syntax supports the same functionality with which join type?
Show comments for this question (1)
Add comments
Link to this question
|