What is the difference between join and union.
Answer Posted / vishnu e s
join-is used to join two tables which have the same field
and same data type.
union-is to join two sql querrys....
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
How to disable a trigger name update_salary?
How to test for null values?
Can you have a foreign key without a primary key?
Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?
Do we need commit after truncate?
Which is faster view or stored procedure?
Which type of cursor is used to execute the dml statement?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
What is sql analyzer?
How to add, remove, modify users using sql?
What is pls integer?
Are there any features that are decommissioned in 11g that are not present in 11g?
what is oltp (online transaction processing)? : Sql dba
Can we insert in sql function?
What is indexes?