Difference between join and a subquery?
Answer Posted / katty
When data is to be retrieved from one table based on the condition from another table subquery is used
When the data is to be retrieved from both the tables join is used
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What do you mean by merge in oracle and how can you merge two tables?
Explain an index segment?
State all possible different index configurations a table can possibly have?
What is oracle used for?
Is oracle the best database?
What is the order of defining local variables and sub procedures/functions?
Differentiate between translate and replace?
How remove data files before opening a database?
What is a trigger oracle?
Is insert autocommit in oracle?
What is difference between sid and service name in oracle?
What are the data types in oracle?
How to generate query output in html format?
What privilege is needed for a user to insert rows to tables in another schema?
Explain the difference between replace() and translate() functions in oracle?