What is difference between equi join and inner join?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

what are the new features introduced in sql server 2000? : Sql server database administration

0 Answers  


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

0 Answers  


create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?

8 Answers   IBM,


Explain cross join or cartesian product in sql?

0 Answers  


Can group by and orderby be used together?

0 Answers  






What is sub-query in sql server? Explain its properties.

0 Answers  


Is it possible to have clustered index on separate drive from original table location?

0 Answers  


can you any body tell me while running BCP Out in instance in sql server 2000 is getting error. Error = [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.?

1 Answers  


What is the recursive stored procedure in sql server?

0 Answers  


If I delete a template from the list in sql studio, will it be deleted from the hard disk? : sql server management studio

0 Answers  


what is difference between NULL and ISNULL in SQL Server 2008?

0 Answers   MCN Solutions,


What is a view and what are its advantages?

0 Answers  


Categories