Exit explorer view for Home Appliances

Table: appliances

117,245 rows

offset 50
select * from appliances
CREATE TABLE "appliances" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "brand" varchar, "category" varchar, "model" varchar, "name" varchar, "description" text, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)