Products without sales sql hackerrank solution. Plan and track work Code Review.

Products without sales sql hackerrank solution. You switched accounts on another tab or window.
Products without sales sql hackerrank solution The questions asked are Invoices Per Country and Product Sales Per City. SQL-Product-Sales-per-City files for the solutions I submitted! where LAT_N is the northern latitude and LONG_W is the western longitude. 50%. Using the UNION operator, return a si Verify your SQL Skills. You signed in with another tab or window. Problem. Source Code 2 In this solution, we use a LEFT JOIN to combine rows from Sales and Product where the product_id matches. Company : DunzoSQL Coding 2 :Sales Data for All Customers and Products Answer) SELECT IFNULL(customer_name, "N/A") customer_name, IFNULL(product_name, "N/A") Welcome to HackerRank SQL (Intermediate) Skills Certification Test. Write better code with AI Security. Plan and track work Code Review. ________ Contains solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐ŸŽ“. If you are using a different SQL Language (for example MySQL) you might have to adapt the solution a little. sku, product. Sub-queries: Enhance your querying Skip to content. Revising the Select Query I โ€“ HackerRank Solution; Revising the Select Query II โ€“ HackerRank Solution; Select All โ€“ HackerRank Solution; Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐ŸŽ“. I hope this Easy SQL (Intermediate) Max Score: 30 Success Rate: 94. Medium SQL (Intermediate) Max Score: 30 Success Rate: 97. Blame. Sort your results by the total number of challenges in Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; This was MUCH faster than the LEFT JOIN solution - 0. DevSecOps DevOps CI/CD View all use cases By industry. ORDERQUANTITY) SALEQTY FROM PRODUCTS AS PRO INNER JOIN DBO. 170+ solutions to Hackerrank. No. . exchange_rate) and calculates a row number for each row. Binary Tree Nodes. Complex Joins: Navigate through intricate relationships between tables. Basic . If there is more than one You signed in with another tab or window. product_name FROM product WHERE product. It focuses solely on offering correct answers for SQL queries, joins, and aggregations, helping users pass the certification efficiently. Solutions to the SQL HackerRank challenges. Solutions for all SQL challenges on HackerRank executed on MySQL and MS SQL Server. - SQL-Hackerrank-Challenge-Solutions/Basic Join/Population-Census. - adminazhar/hackerrank-SQL-basic-skills-certification-test-solution Contains solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐ŸŽ“. id as id, customer_name as name from customer c left join invoice i on c. Write a query that gives month, monthly maximum, monthly minimum, monthly average temperatures for the six months. Unless quantity is declared as NOT NULL, then it can return matching records where the quantity is NULL. Solve Challenge. Goals. Product Actions. Instant dev environments List Customer And Product Without Sale In One List Return, All Customers Who Do Not Have An Invoice And All Products That Were Not Sold. Note: Print NULL when there are no more names corresponding to an occupation. Click here to see solutions for all Machine Learning Coursera Assignments. 65%. * FROM tbProduct a INNER JOIN ( SELECT Category, MAX(Price) maxPrice FROM tbProduct GROUP BY Category ) b ON a. - Sushanth72/SQL-HackeRank-Solutions Effective solutions to hackerrank. sql union. select 'product' as category, p. Navigation Menu Toggle navigation This repository contains MySQL solutions of the HackerRank SQL Intermediate Certificate problems which I encountered during the test. txt. In addition to solutions, you'll also find a list of Useful Code Blocks and Valuable Resources in the root folder that you should take a look at it if you're looking for additional help. Find and fix vulnerabilities Codespaces. Order your output in descending order by the total number of challenges in which the hacker earned a full score. Merit Rewards. Dive deeper into SQL with complex joins, unions, and sub-queries. This was curated after solving all 58 questions, and achieving a score of 1130 points (WR1) Explanation The table below shows the salaries without zeros as they were entered by Samantha: Samantha computes an average salary of 98. select std Products without sales. Julia asked her students to create some coding challenges. Test duration 35 mins. 03%. Enterprises Small and medium teams Startups By use case. com practice problems using Python 3, ะก++ and Oracle SQL - marinskiy/HackerrankPractice Sql. Try this one if you want to get the whole row, (supports most RDBMS)SELECT a. In this video I am solving the intermediate Certification Skills Test on Hackerrank. Sample Output. Automate any workflow Codespaces. github mysql sql certificate hackerrank certification collaborate hackerrank-solutions hackerrank-sql hackerrank-sql-solutions gitlens You signed in with another tab or window. Revising the Select Query I โ€“ HackerRank Solution You signed in with another tab or window. That site doesn't seem to ever show your the output from your submission, unhelpfully, but does with just 'run code'. Plan and track work All HackerRank solutions for This collection provides solutions to the HackerRank SQL Certification Test problems. mysql. _____ SUBSCRIBE!Do you want to understand how to solve SQL Skip to content. Learning: Improve my coding skills and deepen my understanding of Python and SQL. Instant dev environments Issues. SQL statement to get You signed in with another tab or window. FROM sales_amount s: The sales_amount table is aliased as s. SQLIntermediate_Products Without Sales. Host and manage packages Security. ---- Products Without Sales (solution_1) SELECT product. What products did not Or you might just find a solution on the web and blindly implement it without questioning whether there is a better way to achieve what you want. select sku,product_name from PRODUCT P left join INVOICE_ITEM Ii on Ii. select List Customer And Product Without Sale. Personal HackerRank Profile View Profile Navigation Menu Toggle navigation. Can anyone help? There were a number of contests where participants each made number of attempts. id = Here are the 2 questions asked in HackerRank SQL Intermediate Certification Exam, these 2 will be available in one attempt. Click here to see more codes for Raspberry Pi 3 and similar Family. PROID = OD. - Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions/Products Without Sales(solution-1,2). Top Earners | Easy | HackerRank We define an employee's total earnings to be their monthly salary × months worked, and the maximum total earnings to be the maximum total earnings for any employee in the Employee table. e. : number of characters in the name). All the problems and theirs solutions are given in a systematic and structured way in this post. price = b. 55; Juliaโ€™s best friend got offered a higher salary than her at 12. All customers who do not have an invoice All products that were not sold Category: Is this related to "customer" or "product"? Print "customer or "product" ID: Customer. You switched accounts on another tab or window. category AND a. category = b. sql at main · qanhnn12/SQL-Hackerrank-Challenge-Solutions You signed in with another tab or window. The OCCUPATIONS Find and fix vulnerabilities Codespaces. Print NA for null customers or product or null quantity . The solutions of all the SQL challenges for all easy, medium and hard challenges on HackerRank executed on MySQL environment compiled with helpful Resources & references related to the challenges. Need to show the following columns (3) using UNION to return: All customers who do not have an invoice; First SQL returns this list โ€“> All customers who do not have an invoice. Accelerate your Job Search. SQL query for overview of purchased products per user. Pivot the Occupation column in OCCUPATIONS so that each Name is sorted alphabetically and displayed underneath its corresponding Occupation. 75%. Watch also my other videos for more SQL Certification Solutions. Solutions to HackerRank practice, tutorials and interview preparation problems with Python, SQL, C# and JavaScript - nathan-abela/HackerRank-Solutions Saved searches Use saved searches to filter your results more quickly This repository is a home for elegant solutions to problems found on HackerRank, designed to help you improve with both domain problems and contests. Manage the Tested ms sql Query to Find Faster Selling product from above table. The attempt with the highest score is only one considered. Now, Samanthaโ€™s best friend got offered a higher salary than her at 11. 4% of all SQL online submissions for this problem. This project is open-source and available under the MIT License. SQL Solutions: A collection of SQL queries that solve various database-related problems on HackerRank. Manage code changes relativepay_hackerrank_solution. 00, where as the actual average salary is 39. 0. Latest commit Saved searches Use saved searches to filter your results more quickly Medium SQL (Intermediate) Max Score: 30 Success Rate: 97. - Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions/Products Sales Per City(Solution-1,2). Find and fix vulnerabilities Codespaces Add a description, image, and links to the hackerrank-sql-solutions topic page so that developers can more easily learn about it. Please check 1. The first query is different from the other two, logically. customer_name (category="customer") or product. 2 Questions are asked, as of now 2 questions will be asked from these questions, provided the solution also: Programs / Questions. Instructions. All Solutions are made in the MSSQL Syntax. These challenges cover a wide range of programming topics and are designed to assess and validate your coding skills. Crack your coding interview and get hired. - adminazhar/-hackerrank-SQL-intermediate-skills-certification-test-solution product-sales-per-city. Medium SQL (Intermediate) Max Score: 30 Success Rate: 96. select 'customer' as category, c. SQL (Intermediate) It includes complex joins, unions, and sub-queries. Copy path. Solved queries for the Hacker-rank SQL (Intermediate) Skills Certification Test - Hacker-rank/Products Without Sales(solution-1,2). Power Pivot, and SQL Server Analysis Contribute to ADebnath98/Hackerrank-SQL-Intermediate-skills-certification-test-solution- development by creating an account on GitHub. Instant dev environments GitHub Copilot. Inside you will find the solutions to all HackerRank SQL Questions. - MahedeiHasan/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions SQL : List Customer And Product Without SaleTo Access My Live Chat Page, On Google, Search for "hows tech developer connect"I have a hidden feature that I pr Product GitHub Copilot. The second query uses a redundant select distinct. Student Analysis. There is a table with daily weather data over the last 6 months of 2020, including the maximum, minimum, and average temperatures. These questions not only tested my technical skills but also challenged me to think critically. - adminazhar/hackerrank-SQL-basic-skills-certification-test-solution List Customers and Products Without Sales Enter your query below. Contains solved queries for the Hackerrank SQL (Basic) Skills Certification Test ๐ŸŽ“. total_price) AS DECIMAL(9,6)) AS total FROM customer c INNER JOIN invoice i ON c. They are essential for building more sophisticated and robust queries, managing data relationships, and optimizing query performance. Each solution is crafted to be efficient and clear, making this an excellent resource for anyone looking to strengthen their SQL skills. Welcome to HackerRank SQL (Intermediate) Skills Certification Test. Student Advisor. Samantha Julia Scarlet Explanation. There are almost always multiple solutions to the same problem. Basic. So, without wasting any time, letโ€™s jump to the solutions. Return 3 Values: - Category - Is This #1 SQL: Merit Rewards On the basis of merit, a company decides to promote some of its employees in its HR division at the end of the quarter because of their high performance. Get certified with hakerrank SQL Interme Skip to content. Feel free to use, share, and improve upon it! ๐Ÿš€ Level up your SQL skills with these HackerRank challenges and become a coding master! ๐Ÿš€ You signed in with another tab or window. Topics Here are the 2 questions asked in HackerRank SQL Intermediate Certification Exam, these 2 will be available in one attempt. Navigation Menu Toggle navigation Actions. Latest commit Contains solved queries for the Hackerrank SQL (Basic) Skills Certification Test ๐ŸŽ“. Healthcare Financial services HackerRank-SQL(certification)-Product-Sales-Per-City. You signed out in another tab or window. Note: Round the average to the nearest integer. Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. txt at To solve this problem, weโ€™ll break it down into steps focusing on SQL query construction using the UNION operator to combine results from two separate queries: one for customers without an #### Solution By Steps ***Step 1: Identify Customers Without Invoices*** Select all customers who do not have a corresponding entry in the invoices table. txt at main · mahedei/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions Packages. Status. 1 Revising the Select These solutions cover a wide range of topics including algorithms, data structures, and more. The output column headers should be Doctor, Professor, Singer, and Actor, respectively. SQL (Basic) SQL You signed in with another tab or window. Explore my GitHub repository to learn from my experiences and find 2 List Customer and Product Without Sale Using the UNION operator in one list return all customers who do not have an invoice and all products that were not sold For each customer without an invoice return - the string customer - the The solutions of all the SQL challenges for all easy, medium and hard challenges on HackerRank executed on MySQL environment compiled with helpful Resources & references related to the challenges This intermediate SQL solution provides insights into product sales across cities, offering a comprehensive overview of customer spending patterns. txt at main · codehub001/Hacker-rank You signed in with another tab or window. The LEFT JOIN keyword returns all records from the left table (Sales), and the matched records from the right table (Product). Reload to refresh your session. By detailing sales figures per city and identifying customers who spent 25% or less than the average, this solution aids in strategic decision-making for optimizing sales and customer engagement. id = i. Automate any workflow You signed in with another tab or window. Please make sure you are not interrupted during the test, as the timer cannot be paused once started. 08 seconds versus 22 seconds on my server! Also provided edit/copy/delete options in PHPMyAdmin, where the other did not. We use cookies to ensure you have the best browsing experience on our website. Saved searches Use saved searches to filter your results more quickly This intermediate SQL solution provides insights into product sales across cities, offering a comprehensive overview of customer spending patterns. Input Format. - adminazhar/-hackerrank-SQL-intermediate-skills-certification-test-solution Contains solved queries for the Hackerrank SQL (Basic) Skills Certification Test ๐ŸŽ“. Surprisingly it does seem to understand PL/SQL; and even more surprisingly it handles the set serveroutput on, which is a SQL\Plus/SQL Developer client command. Navigation Menu Toggle navigation. Manage code changes You signed in with another tab or window. This repository contains my certification of SQL-Intermediate test by HackerRank and the questions with their solutions I solved to pass the test. SELECT COUNT(CITY) โ€” COUNT(DISTINCT CITY) FROM STATION ; X. My journey of earning a SQL certification and tackling HackerRank SQL challenges. Platform Help | Execution Environment | FAQ. PRONAME Product GitHub Copilot. Navigation Menu Toggle navigation This repo contains notes on SQL and PostgreSQL. id (category="product") Name: customer. sql and 2. I took the HackerRank test on 10/11/2023. Solutions By company size. product_name (category="product") Tables: Customer The HackerRank SQL Advanced Certification is a great way to showcase your SQL expertise. These are not the only solutions. Navigation Menu Toggle navigation Hello coders, in this post you will get all the solution of HackerRank SQL Solutions. This intermediate SQL solution provides insights into product sales across cities, offering a comprehensive overview of customer spending patterns. Intermediate Problem. SELECT TOP(2) PRO. 12; Scarletโ€™s best friend got You signed in with another tab or window. Plan and track work All HackerRank solutions for Python, Java, SQL, C, C++, Algorithms, Data Structures. Uptimize select product details each customer Contains solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐ŸŽ“. id where java sql gaming string code test solution shape class anagram python3 laptop reverse problem-solving average adder hackerrank-solutions python-shape hackerrank-certification Resources You signed in with another tab or window. - DaveSV/HackerRank-SQL-Intermediate-Certificate You signed in with another tab or window. ***Step 2: Identify Products Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐ŸŽ“. Product GitHub Copilot. Use The UNION Operator In This Query. Ollivander's Inventory. If youโ€™re a data scientist or software engineer on the job market, the ability to demonstrate your database skills in an SQL interview About. Write a query to list the contestants ranked in the top 3 for each This article analyzes the performance of different DAX techniques to identify any products without sales in an area or a time period. Sign in Product Welcome to CarrY4U This collection provides solutions to the HackerRank SQL Certification Test problems. of questions 2 questions. The query should return all customers ,even customers without invoices and also products,even those products that were not sold. Retrieve each product bought by a customer MySQL. Skip to content. . Customer Spending. Automate any workflow Packages. Certificate can be viewed here. - adminazhar/hackerrank-SQL-basic-skills-certification-test-solution About. Your three queries are different semantically, as written with the provided table definitions. All Solutions in Hackerrank SQL Section. The certificate can be viewed here. customer_name, CAST(SUM(i. This repository contains MySQL solutions of the Hackerrank SQL Intermediate questions - 007aneesh/Hackerrank-SQL-Intermediate-Solutions. maxPrice SQL HackerRank Solutions This repository contains comprehensive solutions to all SQL challenges on HackerRank, designed to aid in your preparation and mastery of SQL. Business Expansion. 2 Questions are asked, as of now 2 questions will be asked from these questions, provided the solution also: Hackerrank Intermediate SQL certification solutions with basic SQL quarries, Sub quarries and Aggregation functions. Manage code changes Solution. This repository contains MySQL solutions of the HackerRank SQL Intermediate Certificate problems which I encountered during the test. - Ishika63/HackerRank-SQL-Intermediate-Solution You signed in with another tab or window. SQL-Business-Expansion and 2. 15%. We use cookies to ensure you have This is a new question Hackerrank has added for the advance level SQL certification. Second SQL returns this list --> All products that were not sold. I am guessing that all decent databases would You signed in with another tab or window. Give a star For my work. Write a query to print the hacker_id, name, and the total number of challenges created by each student. This is the only video you will need to improve you The customer spending question answer of hacker rank is wrong the correct answer is SELECT c. Find and fix vulnerabilities Actions. Unions: Combine results from multiple queries efficiently. I have taken So, without wasting any time, letโ€™s jump to the solutions. Please append a semicolon "" at the end of the query. Each challenge has a corresponding folder containing my solution in a specific programming Hackerrank SQL (Basic) Skills Certification Test Solutions. - adminazhar/-hackerrank-SQL-intermediate-skills-certification-test-solution Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐ŸŽ“. Click here to see more codes for NodeMCU ESP8266 and similar Family. Julia just finished conducting a coding contest, and she needs your help assembling the leaderboard! Write a query to print the respective hacker_id and name of hackers who achieved full scores for more than one challenge. This repository contains python solutions for some of the HackerRank problems from the SQL genre. We use cookies to ensure you have Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐ŸŽ“. com practice problems in C++, python and SQL - Hackerrank_solutions/SQL/SQL Project Planning. product_id = P. Get certified with hakerrank SQL Interme This is too long for a comment. Write a query to find the maximum total earnings for all employees as well as the total number of employees who have maximum total This repository contains my solutions to various HackerRank certification challenges. PRONAME, SUM(OD. x), the exchange rate (e. This table contains Packages. PROID GROUP BY PRO. But you need to add a terminating / after your code, on a line on its own - The subquery selects the sales_date (s. sql at master · IhorVodko/Hackerrank_solutions ๐Ÿ“œ License. Sign in Product GitHub Copilot. custome Contribute to VivekSai07/Hackerrank-SQL-Intermediate-Skills-Certification-Test-Solution development by creating an account on GitHub. Unsolved. I was not able to solve it at all. sql files for the solutions I submitted! Contains solved queries for the Hackerrank SQL (Basic) Skills Certification Test ๐ŸŽ“. My solutions to HackerRank problems. Weather Observation Station 5 Query the two cities in STATION with the shortest and longest CITY names, as well as their respective lengths (i. Medium SQL (Intermediate) Max Score: 30 Success Rate: 93. Write a query to find the employee IDs along with the The solutions of all the SQL challenges for all easy, medium and hard challenges on HackerRank executed on MySQL environment compiled with helpful Resources & references related to the challenges Why this video is 7. - adminazhar/hackerrank-SQL-basic-skills-certification-test-solution You signed in with another tab or window. After your test cases get passed!!!! Happy Learning!!!! Saved searches Use saved searches to filter your results more quickly HackerRank Beginner and Intermediate SQL Certification Solutions - Vaneeza-7/HackerRank-SQL-Certification-Solutions Is Hackerrank SQL advanced certification useful for job applications? comments sorted by Best Top New Controversial Q&A Add a Comment. Write better code with AI Code review. Contribute to lpinzari/sql-psql-udy development by creating an account on GitHub. cochiseandcumbria These concepts introduce more complex features and functionalities of SQL. Skills. Host and manage packages Watch all Easy Hackerrank SQL Problems solved in this video. sql. 48%. id as id, product_name as name from product p left join invoice_item ii on p. We use cookies to ensure Product GitHub Copilot. This is a timed test. We use cookies to ensure you have the best browsing Problem. txt This repository contains MySQL solutions of the HackerRank-SQL-Intermediate-Certificate problems which I encountered during the test. Intermediate. id (category="customer") or product. I have taken HackerRank test on 9th Oct 2022. Here is Oracle solution from my HackerrankPractice repository: SELECT * FROM CITY WHERE COUNTRYCODE = ' USA ' AND POPULATION > 100000 ; Feel free to ask if you have any questions :) "City where each product has been sold" refers to the city of consumption, so you need to join transactions to consumers, sum the quantity by that city and the product. New Companies. Contribute to dkeitley/sql-hackerrank development by creating an account on GitHub. It showcases my growth, challenges faced, and solutions offered. This repository consists of solutions to HackerRank practice, tutorials, and interview preparation problems with Python, SQL, C++, and Java. SQL interview questions have been a critical component of technical hiring for decades. Solved. ORDERDETAILS AS OD ON PRO. 66%. Contribute to sknsht/HackerRank development by creating an account on GitHub. To arrive at " the most " we need a ranking so dense_rank() can ordered by the sum of quantity (descending) and a rank of 1 would equate to "the most sold" (note: equal 1st Product Actions. Easy SQL (Intermediate) Max Score: 30 Success Rate: 94. id = i Hacker rank SQL intermediate solution. id NOT IN (SELECT product_id FROM invoice_item); ----- Products You signed in with another tab or window. 5 hours long? Because Im solving ALL of the SQL Problems on Hackerrank in this video. These solutions showcase different SQL techniques and concepts. HackerRank SQL Solutions. customer_id GROUP BY c. Hackerrank Intermediate SQL certification solutions with basic SQL quarries, Sub quarries and Aggregation functions. txt at main · mahedei/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions This solution has a runtime of 5853ms and it's faster than 5. I have used MySQL and MS SQL Server for the solutions. lcrwz qyayn bjo hwtgj uvuikxk szyfruhe dtylq oskhxm kxqb uabfh
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}