Crypto-data-part1
Prices of top cryptocurrencies
@kaggle.tusharsarkar_cryptodatapart1
Prices of top cryptocurrencies
@kaggle.tusharsarkar_cryptodatapart1
CREATE TABLE ada (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.