3.what is alias?
Answers were Sorted based on User's Feedback
Answer / nareshkumar
Aliases are references to existing tables in a schema. An
Alias is a table that is an exact duplicate of the original
table with a different name. The data in the table is
exactly the same as the original table. An alias breaks a
loop by using the same table twice in the same query for a
different purpose.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / g.v.subramanyam
alias is logical popint to alternate to the table name.this
can be used to resolve the loops.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / swades
An alias is a logical pointer to an alternate table name.
Exact copy of the original table.Establish a one-one join
between the original table and the table which is aliased.
The aggregatre results should be canned on to the aliased
table and not the original table.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vams_gk
alias is a logical table of existing look up table.using
alias we can resolve looops
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / raga
one user prefrom different roles is called alias
eg
two dept are there sales , HR
user of sales working in HR with different row is called
alias
| Is This Answer Correct ? | 0 Yes | 5 No |
What is the aggrigate navigation ? can anybody explain me with some practical example?
Explain about a time when you discovered a more efficient way to do a work task?
why measure objects are semantically dynamic?
what is variable ?
What are all the points to keep in consideration, while we are migrating the Universes,Reports from BO5.1.6 to BO 6.5? Is is compatible to migrate like this? Does it effect the filters in Reports and Join in the Universe?
WHAT IS INPUT CONTROL IN BO?
Can we configure two instances of CMS pointing to two different CMS system databases?
How to create a report template BO XI R2
How many built-in objects are created in Business Objects repository?
I 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?
Can anybody tell me . Is it required CMS Server for Desktop Intelligence Reports?
What is thin client And thick client..?