![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Latest Answer : 3NF allows transitive dependency ... Latest Answer : False, all databases need not be in 3NF, however in most cases in the business world databases tend to be in 3NF or BCNF ... Latest Answer : First Normal Form sets the basic structure for an organized database by 1. Eliminating the duplicate/repetative columns from the same table.2. Create a seperate table for each set of related data and identify each set of related data (row) with ... Latest Answer : Second normal form (2NF) addresses the concept of removing duplicative dataMeet all the requirements of the first normal form. Remove subsets of data that apply to multiple rows of a table and place them in separate tables. Create relationships between ... Latest Answer : Star schema - normalized one snow flake-denormalized ... Read Answers (7) | Asked by : Remo ie. whether it should be Star schema or snow flake schema? Latest Answer : Pro Star Schema:
Users find easier to query and faster query times.
Space consequences of repeated data makes little difference as Dimensional
table hold relatively fewer rows then the large Fact tables.
Pro Snowflake Schema:
DBA ... Read Answers (1) | Asked by : madhu2732 Latest Answer : Unlike OLTP, the goal of dimensional and fact modeling is not to achieve the highest Normal Form but rather to make key performance indicators (often sought after measures) readily accessible to ad-doc query. That being said, Dimensions can strive ... Read Answers (2) | Asked by : madhu2732
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||