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
Is session a cookie?
Why would we use === instead of ==?
How can we increase execution time of a php script?
Tell me what is needed to be able to use image function?
Explain me what is x+ mode in fopen() used for?
How to remove a file?
How to connect to a url in php?
How to join multiple strings stored in an array into a single string?
Does strlen include null?
How to get a random value from a php array?
What are the 3 scope levels available in php and how would you define them?
What is return value in php?
Explain me how to include a file to a php page?
How to Retrieve the Session ID of the Current Session?
What is difference between put and post method in http?