Reliance Industries Stock Prices
"Analyze Reliance Industries' Stock Trends with Historical Price Data"
@kaggle.tarunbhatti_reliance_stocks_daily_update_from_2005
"Analyze Reliance Industries' Stock Trends with Historical Price Data"
@kaggle.tarunbhatti_reliance_stocks_daily_update_from_2005
CREATE TABLE reliance_stock (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.