What is the difference between left join and left outer join?
Answer Posted / pallispidi
There really is no difference between a LEFT JOIN and a LEFT OUTER JOIN. Both versions of the syntax will produce the exact same result.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is aggregate function in sql?
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
Why use truncate instead of delete?
Is sql a scripting language?
what is the difference between delete and truncate commands? : Sql dba
Explain the insert into statements in sql?
What are data types in pl sql?
Can a select statement fire a trigger?
How many tables can a sql database have?
What is the difference between cross join and natural join?
What is a pdo connection?
what are the differences between require and include, include_once and require_once? : Sql dba
What are actual parameters and formal parameters?
Which join condition can be specified using on clause?
What is the difference between jpql and sql?