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 |
What is the use of AFD? Where it can be stored?
How do u Receive requiremnts from the client?
can u create report to connect oracle and sqlserver at a time?
Hi, In BO at universe designer i had four tables which has many to many relationships between the tables. How to fetch the correct results in the report?
Is import wizard, report conversion tool, report comparison tool, security viewer ---- where all r migrating tools. whether all the tools available in BOXIR2? ..
What are the Errors in BO Pls Explain with Examples
2 Answers iFlex, Tech Mahindra,
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
I have very Latest Business Objects-XI Certification Dumps for all the Codes, If anyone need, mail at: AJITH.BOXI@GMAIL.COM
Explain about an assignment you worked on in which you had to amass a huge amount of data, and then analyze it?
Explain as a ba (business analyst) approaching a new piece of work, who would you interview and what questions would you ask?
When we are going for Shortcut join and why.
HOW TO PUBLISH A REPORT IN BO?