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

Answer Posted / amutha

select empid,name,depno from table1,table2 where table1.deptno=table2.deptno(+)

Is This Answer Correct ?    3 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain when to use local filter and when to use global filter?

592


How to restrict password to a user while sending a document in .pdf format

1850


Tell me a business scenario where I can achieve the data through MINUS only not through subquery.

2595


What are the steps to be taken to schedule the report?

549


8. How much supervision have you typically received in your previous job?

1824






Let me know the things we can do in webi and cannot do it in full client and vice verse for bo6.5?

594


Explain 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)?

537


IN THE REPORT I WANNA APPLY HYPERLINK FOR A CELL IN THE COLUMN/ROW HOW TO ACHIEVE THIS? EG: YEAR COLUMN : 2001,2002,2003,2004 I WANNA APPLY FOR 2001 ONLY

9409


What are all difference between business objects 6.5 and xi r2?

596


How many universes can be created in a project?

591


webI report not showing Barcode in PDF format, i have used BC39 font,but barcode is shown in HTML but not in PDF, please any solutions??

3908


can anybody tell me about complicated object you have created

2747


Explain how to schedule the report in b.o?

557


What are the data types present in bo? What happens if we implement view in the designer and report?

611


What is the dense rank?

667