I have two tables :
COuntry,city
I want all the cities in each country.Question on Cross Join.
Answer Posted / saiki
SELECT COUNTRY.COUNTRY_NAME,CITY.CITY_NAME
FROM COUNTRY,CITY
WHERE COUNTRY.COUNTRY_NAME = CITY.COUNTRY_NAME
GROUP BY COUNTRY.COUNTRY_NAME;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?
candidate key is subset of super key but not vice-verse explain
What is sequence?
What is ordinary table in oracle?
What are the limitations oracle database 10g xe?
How can I introduce multiple conditions in like operator?
How to check database size in Oracle?
Explain oracle 12c new features for developers?
What is dual table oracle?
What is recovery manager(rman) backup in Oracle?
What is memory advisor in Oracle?
Explain table?
What is using clause and give example?
How to create a single index for multiple columns?
What are the data types in oracle?