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 bit data type?
What is nested transaction?
What are the types of database recovery models?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
How many nested transaction can possible in sql server?
When is the use of update_statistics command?
1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format
Do you know how to make remote connection in database?
When multiple after triggers are attached to sql table, how to control the order of execution?
Which sql server is best?
Does partitioning ssd reduce performance?
Where is localdb stored?
Oracle (3253)
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)