USD To INR Conversion Rate From 2010
USD to INR Conversion rate from 2010 with opening, High and low per day
@kaggle.sandhyakrishnan02_usd_to_inr_conversion_rate_from_2010
USD to INR Conversion rate from 2010 with opening, High and low per day
@kaggle.sandhyakrishnan02_usd_to_inr_conversion_rate_from_2010
CREATE TABLE usd_to_inr_converstion_rate (
"date" TIMESTAMP,
"price" DOUBLE,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"change" DOUBLE
);
Anyone who has the link will be able to view this.