GeekInterview.com
   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

  GeekInterview.com  >  Interview Questions  >  Data Warehousing

 Print  |  
Question:  What is a data profile?



September 09, 2007 10:17:36 #1
 Satish   Member Since: Visitor    Total Comments: N/A 

RE: What is a data profile?
 
Data profiling is a way to find out what is the profile of the information contained in the source. e.g. In a table a column may be defined as alphanumeric. However majority of the data may be numeric. Profiling tools will provide the statistical information about how many records have pure no.s populated as against no. of records with alphanumeric data.

Before data migration exercise these tools provide vital clues about whether the exercise is going to be a success or a failure. This can help is changing the target schema or applying a cleanse at the source level so that most of the records can get in the destination database.

In DW these tools are used at the design stage for the same purpose. Some tool vendors who sell this as a product call this as data discovery phase.
     

 

Back To Question