High Rated Handguns
A list of the 75 highest rated handguns with there specifications and price
@kaggle.thomaskonstantin_high_rated_handguns
A list of the 75 highest rated handguns with there specifications and price
@kaggle.thomaskonstantin_high_rated_handguns
CREATE TABLE tophandgunds (
"gun_name" VARCHAR,
"gun_price" VARCHAR,
"gun_specs" VARCHAR,
"type" VARCHAR,
"action" VARCHAR,
"caliber" VARCHAR,
"barrel_length" VARCHAR,
"capacity" VARCHAR,
"hammer_style" VARCHAR,
"grips" VARCHAR,
"sights" VARCHAR,
"weight" VARCHAR,
"frame_description" VARCHAR,
"frame_size" VARCHAR,
"cylinder_finish" VARCHAR,
"barrel_finish" VARCHAR,
"oal" VARCHAR,
"barrel_length_range" VARCHAR,
"weight_range" VARCHAR
);
Anyone who has the link will be able to view this.