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 |
i have one table with one column in this column i have three rows like 1,1,2 then that rows populate to target as first tow rows as one row and remaing row as one row how it posible? COLUMN_NAME SHIVA RAMU MADHU THEN I WANT TO LIKE SHIVA AND RAMU IN ONE ROW AND MADHU IS ONE ROW IF ANY ONE KNOW PLZ TELL ME
what is advantages of snowflake when it is used?
What is data partitioning?
if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?
I have 5 different sources i want same records in 5 different targets Can you any body send me this question answer rathdsetl@gmail.com
Can we use sequential file as source to hash file? Have you do it ?if what error it will give?
Difference between data warehousing and olap?
I have a scenario like Deptno=10---->First record and last record Deptno=20---->First record and last record Deptno=30---->First record and last record I want those first and last records from each department in a single target. How to do this in DataStage, any one can assist me. Thanks in advance.
Scenario : I have 2 jobs say job A and Job B with parameters x and y respectively. I need to create a sequence job. If we pass parameter x then Job A should run, If we pass parameter y then Job B should run, if we dont pass any parameter then Both Job A & B should run.
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
IS IT POSSIBLE TO USE DATASET AS A SOURCE FILE?
I have scenario like this seq file --> transformer --> sort stage --> dataset In this job which prtitioning technique you are using and why???