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 defragment indexes with alter index ... Reorganize?
How does using a separate hard drive for several database objects improves performance right away?
What is raiseerror? What is raiseerror?
Explain following error properties?
What is sql server database?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How to change the password of a login name in ms sql server?
How can I track the changes or identify the latest insert-update-delete from a table?
what is datawarehouse?
Is mysql the same as sql server?
How to delete a login name in ms sql server?
How to Check if table exists in sql server?
When cursors are useful?
What is user-defined function?
what authentication modes does sql server support? : Sql server database administration