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
What are the three forms of normalization?
What is the difference between cross join and natural join?
Does asenumerable execute the query?
Explain the steps needed to create the scheduled job?
How do I find duplicates in two columns?
What is a table in a database?
Can we connect to postgresql using sql developer?
How do you update a table in sql?
What is varchar used for?
what is timestamp in mysql? : Sql dba
what is log shipping? : Sql dba
how many sql ddl commands are supported by 'mysql'? : Sql dba
How insert into statements in sql?
What is the use of & in pl sql?
What is the use of primary key?