Business Objects INTERVIEW QUESTION & ANSWERS
Data Warehousing
Follow Us
TAGS
91. | What are the different schemas supported by BO Designer? |
---|---|
|
92. | What is a join? |
---|---|
Join combines columns and data from two or more tables. Join is the relation that occurs between the two tables that helps to combine into one table. The purpose of join is that to restrict the Cartesian product. |
93. | How many types of join are available? |
---|---|
|
94. | What is theta join? |
---|---|
A join is a relational operation that causes two or more tables with a common domain to be combined into a single table. The purpose of joins is to restrict the result set of a query run against multiple tables. |
Posted by Ane. (May 21, 2013) | |
A theta join is a non-equi join. |
95. | How do you determine that you are working on the latest edition of the Universe? |
---|---|
Each time you export a universe to a universe domain, DESIGNER increments the revision number of the universe. In this way, you can determine which is the latest version of the universe. |