|
what is '1000 projects'?
'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects
.net projects,
asp projects,
c & ds projects,
c++ projects (all),
cold fusion projects,
delphi projects,
java projects,
perl projects,
php projects,
sql projects,
vc++ projects,
visual basic projects.
how it works?
well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.
more number of projects?
here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com
Category Articles
What is SCD1 , SCD2 , SCD3?
Added on Thu, Dec 3, 2009
SCD Stands for Slowly changing dimensions. SCD1: only maintained updated values. Ex: a customer address modified we update existing record with new address. SCD2: maintaining historical information and current information by using ... Read More
What type of Indexing mechanism do we need to use for a typical datawarehouse?
Added on Thu, Dec 3, 2009
On the fact table it is best to use bitmap indexes. Dimension tables can use bitmap and/or the other types of clustered/non-clustered, unique/non-unique indexes. To my knowledge, SQLServer does not support bitmap indexes. Only Oracle supports... Read More
What is Dimensional Modelling? Why is it important ?
Added on Thu, Dec 3, 2009
Dimensional Modelling is a design concept used by many data warehouse desginers to build thier datawarehouse. In this design model all the data is stored in two types of tables - Facts table and Dimension table. Fact table contains the facts... Read More
Differences between star and snowflake schemas?
Added on Thu, Dec 3, 2009
Star schema - all dimensions will be linked directly with a fat table. Snow schema - dimensions maybe interlinked or may have one-to-many relationship with other tables. Read More
What Snow Flake Schema?
Added on Thu, Dec 3, 2009
Snowflake Schema, each dimension has a primary dimension table, to which one or more additional dimensions can join. The primary dimension table is the only table that can join to the fact table. Read More
How are the Dimension tables designed?
Added on Thu, Dec 3, 2009
Most dimension tables are designed using Normalization principles upto 2NF. In some instances they are further normalized to 3NF. Find where data for this dimension are located. Figure out how to extract this data. Determine how to maintain... Read More
What is a lookup table?
Added on Thu, Dec 3, 2009
A lookUp table is the one which is used when updating a warehouse. When the lookup is placed on the target table (fact table / warehouse) based upon the primary key of the target, it just updates the table by allowing only new records or updated... Read More
What are modeling tools available in the Market?
Added on Thu, Dec 3, 2009
There are a number of data modeling tools Tool Name Company Name Erwin Computer Associates Embarcadero Embarcadero Technologies Rational Rose IBM Corporation Power Designer Sybase Corporation Oracle... Read More
What are Aggregate tables?
Added on Thu, Dec 3, 2009
Aggregate table contains the summary of existing warehouse data which is grouped to certain levels of dimensions.Retrieving the required data from the actual table, which have millions of records will take more time and also affects the server... Read More
What is a dimension table?
Added on Thu, Dec 3, 2009
A dimensional table is a collection of hierarchies and categories along which the user can drill down and drill up. it contains only the textual attributes. Read More
What is a general purpose scheduling tool?
Added on Thu, Dec 3, 2009
The basic purpose of the scheduling tool in a DW Application is to stream line the flow of data from Source To Target at specific time or based on some condition. Read More
Why are OLTP database designs not generally a good idea for a Data Warehouse?
Added on Thu, Dec 3, 2009
Since in OLTP,tables are normalised and hence query response will be slow for end user and OLTP doesnot contain years of data and hence cannot be analysed. Read More
What is Normalization, First Normal Form, Second Normal Form , Third Normal Form?
Added on Thu, Dec 3, 2009
1.Normalization is process for assigning attributes to entities?Reducesdata redundancies?Helps eliminate data anomalies?Produces controlledredundancies to link tables 2.Normalization is the analysis offunctional dependency between attributes / data... Read More
What is a data warehousing?
Added on Thu, Dec 3, 2009
Data Warehouse is a repository of integrated information, available for queries and analysis. Data and information are extracted from heterogeneous sources as they are generated....This makes it much easier and more efficient to run queries over data... Read More
What is the Difference between OLTP and OLAP?
Added on Thu, Dec 3, 2009
Main Differences between OLTP and OLAP are:- 1. User and System Orientation OLTP: customer-oriented, used for data analysis and querying by clerks, clients and IT professionals. OLAP: market-oriented, used for data analysis by knowledge... Read More
What is VLDB?
Added on Thu, Dec 3, 2009
VLDB stands for Very Large DataBase. It is an environment or storage space managed by a relational database management system (RDBMS) consisting of vast quantities of information. Read More
What are Data Marts?
Added on Thu, Dec 3, 2009
Data Marts are designed to help manager make strategic decisions about their business. Data Marts are subset of the corporate-wide data that is of value to a specific group of users. There are two types of Data Marts: 1.Independent data... Read More
What is a level of Granularity of a fact table?
Added on Thu, Dec 3, 2009
Level of granularity means level of detail that you put into the fact table in a data warehouse. For example: Based on design you can decide to put the sales data in each transaction. Now, level of granularity would mean what detail are you willing... Read More
What is ER Diagram?
Added on Thu, Dec 3, 2009
The Entity-Relationship (ER) model was originally proposed by Peter in 1976 [Chen76] as a way to unify the network and relational database views. Simply stated the ER model is a conceptual data model that views the real world as entities and... Read More
Which columns go to the fact table and which columns go the dimension table?
Added on Thu, Dec 3, 2009
The Primary Key columns of the Tables(Entities) go to the Dimension Tables as Foreign Keys. The Primary Key columns of the Dimension Tables go to the Fact Tables as Foreign Keys. Read More
Why should you put your data warehouse on a different system than your OLTP system?
Added on Thu, Dec 3, 2009
A OLTP system is basically " data oriented " (ER model) and not " Subject oriented "(Dimensional Model) .That is why we design a separate system that will have a subject oriented OLAP system... Moreover if a complex querry is fired on a OLTP system... Read More
What does level of Granularity of a fact table signify?
Added on Thu, Dec 3, 2009
Granularity The first step in designing a fact table is to determine the granularity of the fact table. By granularity, we mean the lowest level of information that will be stored in the fact table. This constitutes two steps: Determine which... Read More
What are the Different methods of loading Dimension tables?
Added on Thu, Dec 3, 2009
Conventional Load: Before loading the data, all the Table constraints will be checked against the data. Direct load:(Faster Loading) All the Constraints will be disabled. Data will be loaded directly.Later the data will be checked against the... Read More
What are the vaious ETL tools in the Market?
Added on Thu, Dec 3, 2009
Various ETL tools used in market are: 1. Informatica 2. Data Stage 3. MS-SQL DTS(Integrated Services 2005) 4. Abinitio 5. SQL Loader 6. Sunopsis 7. Oracle Warehouse Bulider 8. Data Junction Read More
What are conformed dimensions??
Added on Thu, Dec 3, 2009
Conformed dimentions are dimensions which are common to the cubes.(cubes are the schemas contains facts and dimension tables) Consider Cube-1 contains F1,D1,D2,D3 and Cube-2 contains F2,D1,D2,D4 are the Facts and Dimensions here D1,D2 are the... Read More
What is Fact table?
Added on Thu, Dec 3, 2009
Fact Table contains the measurements or metrics or facts of business process. If your business process is "Sales" , then a measurement of this business process such as "monthly sales number" is captured in the Fact table. Fact table also contains the... Read More
What are the various Reporting tools in the Market?
Added on Thu, Dec 3, 2009
1. MS-Excel 2. Business Objects (Crystal Reports) 3. Cognos (Impromptu, Power Play) 4. Microstrategy 5. MS reporting services 6. Informatica Power Analyzer 7. Actuate 8. Hyperion (BRIO) 9. Oracle Express OLAP 10. Proclarity Read More
What are slowly changing dimensions?
Added on Thu, Dec 3, 2009
SCD stands for Slowly changing dimensions. Slowly changing dimensions are of three types SCD1: only maintained updated values. Ex: a customer address modified we update existing record with new address. SCD2: maintaining historical... Read More
What are conformed dimensions?
Added on Thu, Dec 3, 2009
Conformed dimensions mean the exact same thing with every possible fact table to which they are joined Ex:Date Dimensions is connected all facts like Sales facts,Inventory facts..etc Read More
What is ODS?
Added on Thu, Dec 3, 2009
1. ODS means Operational Data Store. Submitted by Francis C. ( xxchen74 @ hotmail . com ) 2. A collection of operation or bases data that is extracted from operation databases and standardized, cleansed, consolidated, transformed, and loaded into... Read More
Name some of the real time data-warehousing tools.
Added on Thu, Dec 3, 2009
ETL: Informatica, Abinitio, Datastage etc.., OLAP: Business objects Cognos, Micro stragetgy, Hyperion etc.., DW: Oracle, DB2, Terradata, Sybase, Greenplum etc.., Read More
What are non-additive facts?
Added on Thu, Dec 3, 2009
Non-Additive: Non-additive facts are facts that cannot be summed up for any of the dimensions present in the fact table. Read More
What is real time data-warehousing?
Added on Thu, Dec 3, 2009
Real-time data warehousing is a combination of two things: 1) real-time activity and 2) data warehousing. Real-time activity is activity that is happening right now. The activity could be anything such as the sale of widgets. Once the activity is... Read More
What is a Star Schema?
Added on Thu, Dec 3, 2009
Star schema is a type of organising the tables such that we can retrieve the result from the database easily and fastly in the warehouse environment.Usually a star schema consists of one or more dimension tables around a fact table which looks like a... Read More
Explain the advanatages of RAID 1, 1/0, and 5. What type of RAID setup would you put your TX logs.
Added on Thu, Dec 3, 2009
Transaction logs write sequentially and don’t need to be read at all. The ideal is to have each on RAID 1/0 because it has much better write performance than RAID 5. RAID 1 is also better for TX logs and costs less than 1/0 to implement. It... Read More
Define and expansion of ssl.
Added on Thu, Dec 3, 2009
The Secure Sockets Layer (SSL) is a commonly-used protocol for managing the security of a message transmission on the Internet. SSL has recently been succeeded by Transport Layer Security (TLS), which is based on SSL. SSL uses a program layer... Read More
Define pre-emptive and non-pre-emptive.
Added on Thu, Dec 3, 2009
Premptive means taken as a measure against something possible, anticipated, or feared; preventive; deterrent: a preemptive tactic against a ruthless business rival. Non Pre-emptive is the exact opposite to Pre-emptive.No such preventive... Read More
Name some of modeling tools available in the Market?
Added on Thu, Dec 3, 2009
These tools are used for Data/dimension modeling 1. Oracle Designer 2. ERWin (Entity Relationship for windows) 3. Informatica (Cubes/Dimensions) 4. Embarcadero 5. Power Designer Sybase Read More
How do you load the time dimension?
Added on Thu, Dec 3, 2009
Time dimensions are usually loaded by a program thatloops through all possible dates that may appear in the data. It is not unusual for 100 years to berepresented in a time dimension, with one row per day. Read More
What is data mining?
Added on Thu, Dec 3, 2009
Data mining is a process of extracting hidden trends within a datawarehouse. For example an insurance dataware house can be used to mine data for the most high risk people to insure in a certain geographial area. Read More
|