what are the SQL commands used in for union,intersection &
all operations.Please reply fast.
Answers were Sorted based on User's Feedback
Answer / jj
select name from emp union As select name from emp1;
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / preety
insert into employee.e
select * from loginmaster union
select * from salarymaster intersection
select * from workmaster
| Is This Answer Correct ? | 0 Yes | 0 No |
How u prepare Test data in testing process???
Define the bug life cycle?
What are the testing processes after getting SRS to tester?
what is increment testing approach?
Should testing be done only after the build and execution phases are complete?
Tell me the scenario where sevirity More and Priority Low?
I want test cases for CLI? can any one send TC for CLI?
what is a buglist?
What is Vertical and Horizontal traceablity?
Can you explain the different maturity levels in staged representation?
What all are the reuirements needed for UAT?
oracle table A havng one million records. write 10 test cases to test data?