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 |
What is a transaction and what are ACID properties?
14 Answers Config Systems, IBM, TCS, Virtusa,
How to select top 5 coloumn from a table without using coloumn name
How to find table changes in sql server?
What are xml indexes?
What do u mean by orphan users, how will u list them in the DB
Tell me about the approaches which you used to counter the DI problems.
Following are some of the question related to below mentioned query? select e1.salary from employee3 e1 where 2= ( select count(distinct(e2.salary)) from employee3 e2 where e2.salary>=e1.salary ) 1) What the query returns? 2) How it works? - Detail explanation (what the sub query does, why it is (where 2=)....etc...Please?
How to create new table with "create table" statements?
whats the maximum size of view state??
In clustered and non clustered indexes which one is faster while executing a query ?
How to throw custom exception in Stored Procedure?
What is trigger ?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)