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
What are the features of object-oriented programming in php?
Swap two variables value without using third variable in php ?
What are the uses of explode() function?
What is a static method php?
What is a substring in php?
How to get the IP address of the client/user in PHP?
What is the use of the function 'imagetypes()'?
What types of MYSQL function available for affecting columns
Which is better mysql or sql?
Is php object oriented?
What is the use of super-global arrays in php?
How is it possible to remove escape characters from a string?
Is php a dying language?
Is not null in php?
What is the array in php?