what is the main difference between join and subqurey?
Answers were Sorted based on User's Feedback
Answer / ravi
all join may be sub query , but sub-query never be join
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / ankush
A subquery is a query within a query.
A join is used to combine rows from multiple tables (2 or
more tables).
Its also can be done within a single table.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / udayselva
Subquery returns only one row and Join return More than one rows
Is This Answer Correct ? | 0 Yes | 6 No |
What do you think about pl/sql?
What is the use of partition by in sql?
Why is theta join required?
what is a constraint? Tell me about its various levels. : Sql dba
Can a key be both primary and foreign?
i have a word ***********hello********world******. I require a o/p **********hello world**********, Need to delete the middle stars.
How many triggers can be implemented for a table?
what is view? : Sql dba
how i do the database testing of online money transactions between two parties (client and organization). suppose our company makes a website for our client and give a extra feature of online money transaction with there clients then how i test this feature in database testing
Can ddl statements be used in pl/sql?
Can we group by two columns in sql?
what are tables and fields? : Sql dba