I have 2 tables. Table 1 is employee table and Table2 is department table. In employee table i have 1,2,3,4,5 emp id's,in Dept table i have various dept's like a,b,c and i have 2,3,4 emp id's in my dept table.I joined with these 2 tables.I want the results for equi join means how many records will fetch.In the same scenario i have to know the left outer join, right out join and full outer join resuls means how many records will come. can any body tell me the answers
1 5240How to combine(union) TWO Stored procedures data in a report. It means report has two data providers and one report tab.
1 3382I have a report with two queries and each query have prompt on some object. Tell me how many times it will ask for the input?
3 7051what is the difference between add link and include link in BO? Explain me with a scenario when to go for add link and when to go for include link?
2 10752HI EVERYONE I HAVE A QUESTION I FACED A QUESTITON FROM INTERVIEWER IN WEBI REPORT CREATING CROSS TAB REPORT FOR EX: YEAR IS COLUMN WISE AND MONTH IS ROW WISE AND INTERSECTIO IS REVENUES . HE WANTS BREAKS AT FIRST 3 MONTHS IN ROW LEVEL .. COULD U PLEASE TELL ME IF ANYONE KNOWS..
4 11209Post New IBM Business Objects Interview Questions
explain how caching proxy of websphere on the edge server is done?
In horses coat color is dependent upon genes as follows: A_B_ results in bay, aaB_ in black, A_bb in chestnut, aabb in liver. In addition, palimino is derived by Dd with chestnut. A palimono stallion (DdAAbb) is crossed with a palimino mare (DdAAbb). What percent of the offspring will be palimino?
What is the section tag?
How to define an explicit cursor in oracle?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is form feed in python?
what is human capital management? how is it related wih HR?
Is python better than ruby?
in dc shunt motor if field winding is shorted then
With the formula Frequency=(np)/120 were does the 120 come from I realize it to be a constant but how was it determined
What is the purpose of Accordian in jquery? Where it can be used?
You have 5 jars of pills. Each pill weighs 10 grams, except for contaminated pills contained in one jar, where each pill weighs 9 grams. Given a scale, how could you tell which jar had the contaminated pills in just one measurement?
Describe about the foreignness of a molecule, which makes a substance antigenic?
Explain The Application Of Storage Batteries?
is there a separate stack for each thread in java? : Java thread