In join, which clause in not used?
Answers were Sorted based on User's Feedback
Answer / b.kumar
--Ms sql server
We can't use where clause in joins(inner/left/right/full).
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sumit kumar mishra
Order Clause is not used in joining two tables.
Is This Answer Correct ? | 13 Yes | 15 No |
Answer / murtaza
In join we use ON clause rather than where clause
so where is not used most probably in joins.
and order clause is also not used .
Is This Answer Correct ? | 4 Yes | 14 No |
How to use wildcard characters in like operations in ms sql server?
Is mysql better than sql server?
What is the need for group functions in sql?
What do you understand by recursive stored procedures?
how many joins we can write if at all we have n no of tables
5 Answers Tanla Solutions, TS,
Explain syntax for dropping triggers?
How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1 a:2 s:1 k:1 r:1 please give any idea on that
How to filter out duplications in the returning rows in ms sql server?
Where are stored procedures in sql server?
What are the approximate numeric data types?
How to modify the underlying query of an existing view?
Why are you getting errors when creating a new odbc dsn?