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
What is oracle rownum?
What is rowid and rownum in oracle?
Explain the use of parfile option in exp command.
What is archive log in Oracle?
How to create id with auto_increment on oracle?
Can we save images in a database and if yes, how?
What privilege is needed for a user to create tables in oracle?
What is the quickest way to export a table to a flat file?
How to compare dates in oracle sql?
What are the ansi data types supported in oracle?
What are the different types of trigger and explain its various uses and functions?
Explain do view contain data?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
How to create a new table in your schema?
How to use subqueries in the from clause in oracle?