In join, which clause in not used?
Answer Posted / 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 |
Post New Answer View All Answers
What function does a database engine serve in the sql server?
What does man by sql wildcard characters in sql server?
Can we shrink data file in sql server?
What is NOT NULL Constraint in sql server 2012?
Can we use having clause without group by?
What is after dml trigger?
When I run the sql server 2000 setup, it just hangs. What do I do?
Do you know how to store and query spatial data?
How can delete duplicate records in cte in sql server?
What is model database? : SQL Server Architecture
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
what is nonclustered index
Can a cursor be updated? If yes, how you can protect which columns are updated?
Is it possible to have clustered index on separate drive from original table location?
What is the difference between dataadapter and datareader?