What is the use of inner join in mysql?



What is the use of inner join in mysql?..

Answer / Vivlendra Pal

In MySQL, INNER JOIN is used to combine rows from two or more tables based on a related column between them. It returns only the matching rows.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How to include variables in double-quoted strings in php?

1 Answers  


What are the functions to be used to get the image's properties (size, width and height)?

1 Answers  


How long does a php session last for?

1 Answers  


What are computer variables?

1 Answers  


What is strcmp () in php?

1 Answers  


Are sessions stateless?

1 Answers  


What is difference between core php and framework?

1 Answers  


What is the meaning of xdebug?

1 Answers  


What is difference between static and constant?

1 Answers  


List out some tools through which we can draw E-R diagrams for mysql?

6 Answers  


What is alias in php?

1 Answers  


What is nginx and what is it used for?

1 Answers  


Categories