Answer Posted / love kumar
outer join is an extension of Natural join used to deal
with missing statements in a relation.
There are three typs of outer join
1. left outer join
2. right outer join
3. full outer join
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is jdbc stand for?
How to rollback a JDBC transaction?
What does the jdbc driver interface do?
Is jdbc and orm?
What does the connection object represents?
What are the jdbc statements?
Is jdbc connection secure?
How do I insert/update records with some of the columns having NULL value?
Does sql allow null values ?
How MS-Access DB can be accessed over a network, using JDBC API?
What is jdbc and its types?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is the difference between jdbc and jndi?
What is in term of jdbc a datasource?
Is possible to open a connection to a database with exclusive mode with JDBC?