Whatz the main diff between Subquery and a Join
Answer Posted / mythili
Join:
It is the method of joining one or more tables together and
finding a answer.
Sub Query:
It is a method of finding one answer using another query.
Main Difference:
In join both the tables should have a comman column name
but in subquery without having a column name we can execute
the query.
| Is This Answer Correct ? | 30 Yes | 19 No |
Post New Answer View All Answers
What are transaction isolation levels supported by oracle?
please explain.. DB architecture ...
What is an oracle data file?
Is there a function to split a string in plsql?
Can group functions be mixed with non-group selection fields?
How to create additional tablespaces for an new database?
Is insert autocommit in oracle?
In oracle there is column command, how will you explain that?
How to insert a new row into a table in oracle?
What are the different types of record groups in oracle? Explain each of them
Can we store pictures in the database and if so, how it can be done?
What are the arithmetic operations?
What are the different types of failures that occur in Oracle database?
What are the benefits of ordbms?
How to rename a column in an existing table?