Best-selling-books
List of best-selling books
@kaggle.drahulsingh_best_selling_books
List of best-selling books
@kaggle.drahulsingh_best_selling_books
CREATE TABLE best_selling_books (
"book" VARCHAR,
"author_s" VARCHAR,
"original_language" VARCHAR,
"first_published" BIGINT,
"approximate_sales_in_millions" DOUBLE,
"genre" VARCHAR
);
Anyone who has the link will be able to view this.