give me sql command to genrate this rows and colums const categories = [ { id: "1", title: "sort", }, { id: "2", title: "fast delivery", }, { id: "3", title: "pure veg", }, { id: "4", title: "great offers", }, { id: "5", title: "rating 4.0", }, { id: "6", title: "new arrivals", }, { id: "7", title: "cuisines", }, { id: "8", title: "more", }, ]; const restaurantData = [ { id: "1", image: "https://images.unsplash.com/photo-1512621776951-a57141f2eefd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80", restaurant: "The Burger Joint", duration: 30, distance: 8, bill: 300, rating: 4.1, discount: 50, isVeg: true, totalOrder: 5000, cuisines: ["street foods", "mithai", "desserts"], }, { id: "2", image: "https://images.unsplash.com/photo-1475090169767-40ed8d18f67d?ixlib=rb-4.0.3&ixid= | A shadcn/ui and v0 generation - v0