Best Selling Nintendo 64 Video Games
Nintendo 64 video games that have generated at least $100 million gross income
@kaggle.mattop_best_selling_nintendo_64_video_games
Nintendo 64 video games that have generated at least $100 million gross income
@kaggle.mattop_best_selling_nintendo_64_video_games
This is a dataset of Nintendo 64 video games that have generated at least $100 million in gross revenue. The best-selling game on the Nintendo 64 is Super Mario 64. First released in Japan on June 23, 1996, it was a launch title for the system and the first Super Mario game to use three-dimensional graphics. The game went on to sell nearly 12 million units worldwide.
Tabular data includes:
Game
Developer(s)
Publisher(s)
Release date
Sales
CREATE TABLE best_selling_nintendo64 (
"game" VARCHAR,
"developer_s" VARCHAR -- Developer(s),
"publisher_s" VARCHAR -- Publisher(s),
"release_date" TIMESTAMP,
"sales" BIGINT
);
Anyone who has the link will be able to view this.