How do you get all records from 2 tables. Which join do you use?
Answer Posted / pervez
using full outer join or Cartesian join we can get all records
from two tables
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What does := mean in pl sql?
What are expressions?
How to install oracle sql developer?
Which command is used to delete a package?
explain the options of myisamchk to improve the performance of a table. : Sql dba
What is cursor status?
What is the difference between numeric and autonumber?
How do you update a sql procedure?
how to check server status with 'mysqladmin'? : Sql dba
How many primary keys can a table have?
What are its different types of dbms?
what is a tablespace? : Sql dba
How does a covering index work?
What is meant by <> in sql?
How to use transactions efficiently : transact sql