InterviewSolution
| 1. |
What Are The Vldb Properties? Which Level Of Vldb Configurations Have The Highest Precedence? |
|
Answer» The Very Large Data Base PROPERTIES is the configuration set that manages the overall way in which the database behaves and generates reports. There are many such settings like check for cross joins, intermediate table creation and type etc. The VLDB properties can be set at many different level like metric level, attribute level, Database INSTANCE level, PROJECT level or the DBMS level. The highest precedence is given to the report level of configurations. The Very Large Data Base properties is the configuration set that manages the overall way in which the database behaves and generates reports. There are many such settings like check for cross joins, intermediate table creation and type etc. The VLDB properties can be set at many different level like metric level, attribute level, Database Instance level, project level or the DBMS level. The highest precedence is given to the report level of configurations. |
|