Answer Posted / vipin gurjar
join :- when we want to fetch the records from more then
two tables which r interlinked then we use the joins to
fetch a proper result. Joins query depends on that what
type of result we want.
there are many types of join like
1)Inner join 2)left join 3) Outer Join 4)Simple Join
example of these are as follows:-
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to get the value of current session id?
What is T_PAAMAYIM_NEKUDOTAYIM?
How do you call a constructor for a parent class?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
When sessions ends?
Where is php code written?
How to remove duplicate values from array using php?
What is the difference between php 5 and php 7?
Whether it is possible to share a single instance of a memcache between multiple php projects?
What does php mean?
What are the benefits of using php?
How to join multiple strings stored in an array into a single string?
What's the best method for sanitizing user input with php?
How can we display information of a variable and readable by a human with php?
How many escape sequences are recognized in single-quoted strings?