⟩ Suppose date is 05sep2005; i want the output like 05sep2005000000 ; how it will come?
data test_date;
input date;
informat date datetime18;
cards;
05sep2005:00:00:00
run;
proc print data=test_date;
format date datetime18.;
run;
data test_date;
input date;
informat date datetime18;
cards;
05sep2005:00:00:00
run;
proc print data=test_date;
format date datetime18.;
run;
Explain what are the steps to build the datawarehouse?
Please explain what is Datamart?
Explain me whether Dimension table can have numeric value?
Do you know what is BUS Schema?
Tell us what is the difference between View and Materialized View?
Do you know what is called data cleaning?
Tell us what are the stages of Datawarehousing?
Tell me what is Active Datawarehousing?
Tell me what are the types of Dimensional Modeling?
What is additive Measures?