what is meta data? Explain? Where it is used?
Answers were Sorted based on User's Feedback
Answer / praneeth
Meta data is nothing but "Data about data" it gives the
information of data like modified date, data type etc
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / praneeth
Meta data is nothing but "Data about data" it gives the
information of data like modified date, data type etc
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ramakanth
Every one is saying "Data(2) about Data(1)"
Data(1) refers to Actual data..
Data(2) refers to the data structure --in the sense
Name of the data,Type of the data and length of the data..
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / maruthi
META-DATA,DATA ABOUT DATA IN THE SENSE,(DATA TYPE,DATA
LENGTH,BELONGS TO WHICH TABLE ,WHICH SCHEMA,WHCIH
COLUMN,WHICH ROW,EACH AND EVERY THING REGARDING TH ACTULLY
DATA IS CALLED METADATA.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pavan
medata is nothing but information the about data it gives
data of details
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / maruthi
MEADATA-DATA ABOUT DATA)IN DATA STAGE GO TO ANY STAGE-THEN
SELECT ANY COLUMN IN THAT STAGE-THEN KEEP MOUSE ON THAT
COLUMN-YOU WILL GET SOME OPTIONS ON THAT COLUMN-SELECT
PROPERTIES-U CAN ABLE TO SEE THE META DATA OF THAT
PARTICULAR COLUMN.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / guest
data about data is called meta data
ex:emp name is data and its data or name (neha)is its data
so emp is a meta data of its name
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / vinay
Data is a subset of metadata,it tells you all the
information about the data.
Is This Answer Correct ? | 0 Yes | 4 No |
if we take 2 tables(like emp and dept), we use join stage and how to improve the performance?
I have load a Dataset in UAT with 2 Node configuration, imported the job into PROD environment which is 4 node configuration and using this DataSet as SRC to other job. will the job run fine or give any errors? If job runs fine, on how many nodes? 2 nodes or 4 nodes?
What are the areas of application?
what is the use of materialized view?
i have source like balance,drawtime 20000, 8.30 50000,10.20 3000,4.00 i want target like this balance,drawtime 20000, 20.30 50000,22.20 3000,16.00
How you Implemented SCD Type 1 & Type 2 in your project?
can any one tell me how to install datastage 8.1 in windows xp with wizard
how can we do null handling in sequential files
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
In my previous project we get data from mainframe and load it into datastage DB2 tables.Sometimes we get data as flat file or a mainframe tables itself directly we fetch the data.Is this a migration project?
Define APT_CONFIG in Datastage?
What is a merge in datastage?