This is a premium problem. We're working on making it available for free soon.
Explore Free ProblemsLoading editor...
{"headers":{"Customers":["customer_id","customer_name","email"],"Contacts":["user_id","contact_name","contact_email"],"Invoices":["invoice_id","price","user_id"]},"rows":{"Customers":[[1,"Alice","alice@leetcode.com"],[2,"Bob","bob@leetcode.com"],[13,"John","john@leetcode.com"],[6,"Alex","alex@leetcode.com"]],"Contacts":[[1,"Bob","bob@leetcode.com"],[1,"John","john@leetcode.com"],[1,"Jal","jal@leetcode.com"],[2,"Omar","omar@leetcode.com"],[2,"Meir","meir@leetcode.com"],[6,"Alice","alice@leetcode.com"]],"Invoices":[[77,100,1],[88,200,1],[99,300,2],[66,400,2],[55,500,13],[44,60,6]]}}