What is difference between inner join and join?



What is difference between inner join and join?..

Answer / Mohammad Shehbaz

Join is a keyword used in SQL to combine two or more tables, while Inner Join is a specific type of join that returns only the matching rows from both tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the functions in sql server?

1 Answers  


What is usually the first word in a sql query?

1 Answers  


Explain what is row_number function?

1 Answers  


What are types of subqueries?

1 Answers  


What is relationship? What number of sorts of relationship are there?

1 Answers  


What are the difference between primary keys and foreign keys?

1 Answers  


How to create a stored procedure with a statement block in ms sql server?

1 Answers  


what is difference between having and where clause ?

3 Answers  


How can we get count of the number of records in a table?

1 Answers  


What is the fastest way to permanently delete a 1 million row table named customers?

1 Answers  


Give me a SQL Query to find out the second largest company?

1 Answers   Ernst Young,


How to delete duplicate rows?

1 Answers  


Categories