Cryptocurrency Market Overview.
Current Prices, Market Capitalization, and Trading Volumes of Cryptocurrencies
@kaggle.shiivvvaam_cryptocurrency_market_overview
Current Prices, Market Capitalization, and Trading Volumes of Cryptocurrencies
@kaggle.shiivvvaam_cryptocurrency_market_overview
CREATE TABLE crypto (
"rank" BIGINT,
"name" VARCHAR,
"symbol" VARCHAR,
"price_1" DOUBLE,
"market_cap" VARCHAR,
"vol" VARCHAR,
"total_vol" VARCHAR
);
Anyone who has the link will be able to view this.