In join, which clause in not used?
Answer Posted / 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 |
Post New Answer View All Answers
How to get the definition of a view out of the sql server?
New concepts of sql server 2005 use in your project.
What are binary string data types in ms sql server?
What is set nocount on and what is set nocount off?
How you can find out if an index is useful to the optimizer?
What is mssql?
Detail about query optimizer?
How do I create a stored procedure in dbml?
When would you use the stored procedures or functions?
Can we take the full database backup in log shipping?
Which are the important points to note when multilanguage data is stored in a table?
Explain few examples of stored procedure over triggers?
Explain in details security in SQL azure?
Why should we go for stored procedures? Why not direct queries?
How can we delete a table in sql server?