you have two tables table 1 contains emp id,name and deptno
and tble 2 contains only depatment number some of the
depatment no of 1st table are not present in table 2 how
will you create a report only to get the departments of
which excess in table 1
Answers were Sorted based on User's Feedback
Answer / taruna
The question is 'how to create a report' and not database query!!! We may apply MINUS operator between the two queries in query panel. This will give the difference.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vishal
select a.empid, a.name, a.deptno from table1 a, table2 b where a.deptno != b.deptno
| Is This Answer Correct ? | 8 Yes | 6 No |
Answer / rajesh kumar
select empid,name,depno from table1,table2 where
table1.deptno not in table2.deptno
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / amutha
select empid,name,depno from table1,table2 where table1.deptno=table2.deptno(+)
| Is This Answer Correct ? | 3 Yes | 10 No |
How can we do load testing for webi reports? (Example if I have have to test one webi report for concurrent users refreshing report at one time)?
What is ment by For each For all function. In which case we use the option in BO?
Is import wizard, report conversion tool, report comparison tool, security viewer ---- where all r migrating tools. whether all the tools available in BOXIR2? ..
What if a cartesian product pop up block appears when running a report. Does it give wrong values? How to solve this issue?
if the project is assigned for you and the client said yo wait for a month,What will you do in that time?
Explain how to schedule the report in b.o?
Can anybody tell me the difference b/w canned and adhoc reporting?.
Is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
WHAT IS SYNCHRONIZATION IN BOXI?
Are you in Developing or Support in BUSINESS OBJECTS. What is the difference? what are the responsibilites in both?
What is diff between InfoView and Zero BOAdmin (ZABO)?
I HAVE MONTHS AS DEC,JEN,MAY,APRIL... WHICH PROMPT IS USED TO GET REPORT IN SEQUENCE?