I have two tables :
COuntry,city
I want all the cities in each country.Question on Cross Join.
Answer Posted / cheeku
select A.cities,B.countries
from A,B;
where Table A has col cities
where Table B has col countries
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How translate command is different from replace?
What happens if variable names collide with table/column names?
What is backup in Oracle?
How to create a new view in oracle?
How to load data from external tables to regular tables?
State all possible different index configurations a table can possibly have?
What are privileges and grants?
How to check your oracle database 10g xe installation?
How to store pictures on to the database?
What is hash cluster in oracle?
Describe the types of sub query?
What is a Garbage Collection? and what is full recursive Garbage collection?
Explain the use of control file?
please explain.. DB architecture ...
What are the varoius components of physical database structure of oracle database?