about join
Answers were Sorted based on User's Feedback
Answer / mala yadav
select command is used to fetch the result from the table ,
but of u want the combine results from more than 1 table
then in this case we use JOINS rather than a single table
select statement.
In joins u can join upto 2 to 61 tables to get tha required
result.
joins are of 5 types
- inner join
- self join
- cross join
- left outer join
- right outer join
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vishal
if u donot know join means u always working in one table but
always single table is not enough to give the result than
comes the concept of joins in which two table we join must
have a column same on the basis of the table are join. join
are of various type such as left outer, right outer ,inner
join etc
| Is This Answer Correct ? | 0 Yes | 0 No |
What does do in mysql?
what is constraints? Also explain the different types of constraints?
What happens when the column is set to AUTO INCREMENT and you reach the maximum value for that table?
What is a table schema?
What is pdo connection?
What are CSV tables?
What is the difference between char and varchar in mysql?
What happens if null values are involved in expressions?
What is the default password for mysql?
What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?
Why does mysql have so many connections?
What is mysql community server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)