What is meant by Join? What are the different types of
Joins available? Explain.
Answer Posted / dinesh kumar
Joins -- Getting related data from more than one table.
Type:
Inner JOin --Equi Join -- Non Equi join
Outer JOin --LEft Join -- Right Join -- Full Outer JOin
CRoss Join
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of privileges are available in sql?
Can we use ddl statements in stored procedure?
what is a tablespace? : Sql dba
Why use stored procedures?
What does 0 mean in sql?
What are the different types of functions in sql?
what are the authentication modes in sql server? How can it be changed? : Sql dba
What's the difference between inner join and left join?
What are the different ways to optimize a sql query?
What are the two types of exceptions in pl/sql?
What is cursor status?
What is a crud api?
How do I create a memory optimized filegroup?
What is t sql in sql server?
What are % type and % rowtype?