Product without sales hackerrank solution in dbms. A NumPy array is a grid of values.
Product without sales hackerrank solution in dbms. You switched accounts on another tab or window.
Product without sales hackerrank solution in dbms 5 hours long? Because Im solving ALL of the SQL Problems on Hackerrank in this video. Product ID's 3, 6, 8 and 9 did not. id NOT IN (SELECT product_id FROM invoice_item); ----- Products You signed in with another tab or window. css html php sql dbms bachelor-project project railway sqli easy-to-use html-css btech dbms-project railway-management dbms-application dbms-lab. NET HttpClient. Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. Hereโs the code solution for the approach mentioned above. Explanation: In the given scenario, the goal is to determine the product with maximum discount for each category. Latest commit You signed in with another tab or window. Despite being over four decades old, SQL is still evolving at a rapid pace. hackerrank product without sales this repo includes solutions of some competitive coding platforms such as Hackerrank, code chef, Leetcode, Interview bit - python-solutions/Sales by Match Hackerrank. ***Step 2: Identify Products Hacker Rank SQL. The expected return is 330122 Rose Deep Hydration โ FRESH 330125 Slice of Glow Save the file as Solution. each total sales of all items. Instant dev environments Issues. C++; Python; Java; Task. ; Window Functions: Analyze and visualize data using window functions. Then print these values as 2 space Welcome to CarrY4U The query should return all customers ,even customers without invoices and also products,even those products that were not sold. List Customer And Product Without Sale. Railway Management System website built as course project in DBMS subject,B. 1 5 65 325 6 4 N 2 10 95 950 7 4 4 100 400 00 8 5 10 100 95 9500 9 6 4 6 25 150 Product ID's 1, 2, 4, 5, 7, and 10 had sales. May i know what to use for such TAB character ? Many thanks in advance, =damon Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. 2 watching. Problem; Solution โ Product GitHub Copilot. In one list return, all customers who do not have an invoice and all products that were not sold. I think it took me 30-40 minutes on the first 2 questions, and I turned it in with an hour left because I just didnโt know what I could do to optimize the 3rd question to fix the cases that timed out. Enterprises Small and medium teams Startups By use case. Instant dev environments This repository contains my solutions to various SQL challenges on HackerRank, organized by categories and difficulty levels. 317 efficient solutions to HackerRank problems. id IS NULL -- This collection provides solutions to the HackerRank SQL Certification Test problems. of questions 2 questions. Please read our cookie policy for Code Solution. Instant dev HackerRank solutions written in Swift and a little bit in Java ๐ Product GitHub Copilot. 4 of 6; Test your code You can compile your code and test it for errors and accuracy before submitting. Certificate can be viewed Here Try this one if you want to get the whole row, (supports most RDBMS)SELECT a. * FROM tbProduct a INNER JOIN ( SELECT Category, MAX(Price) maxPrice FROM tbProduct GROUP BY Category ) b ON a. Order by . So, the idea is to iterate a loop M times, and in each iteration find the value of the largest element in the array, and add its value to the profit and then decrementing its value in the array by 1. The COUNTRYCODE for Japan is JPN. NOTE: GitHub does not consistently render . 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. A reviewer rates the two challenges, awarding points on a scale from 1 to 100 for three categories: problem clarity, originality, and difficulty. To review, open the file in an editor that reveals hidden Unicode characters. Instant dev Tab/Se Youlube Maps 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 customer id - the customername For each product without an invoice return - the string product - the product id - How many pairs of socks can Alex sell? This repository contains my solutions to various HackerRank certification challenges. HackerRank is a platform for competitive coding. 2 stars. MySQL Combined sales report. Please read our cookie policy for Contains solved queries for the Hackerrank SQL Skills Certification Test ๐. Solutions By size. sql union. Leave a Comment / HackerRank, HackerRank SQL / By CodeBros Hello coders, today we are going to solve Select All Hacker Rank Solution in SQL. Solutions to programming challenges. Activity. py at master · surbhimgr/python-solutions Take your SQL expertise to the next level with advanced topics. Use The UNION Operator In This Query. A company has The hackerrank wasnโt too bad. product() This tool computes the cartesian product of input iterables. id = i. Tech. Source Code 2 In this solution, we use a LEFT JOIN to combine rows from Sales and Product where the product_id matches. CodingBroz Coding Made Simple Home; The inner tool returns the inner product of Company : DunzoSQL Coding 2 :Sales Data for All Customers and Products Answer) SELECT IFNULL(customer_name, "N/A") customer_name, IFNULL(product_name, Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company SQL interview questions have been a critical component of technical hiring for decades. txt at main · mahedei/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions HackerRank concepts & solutions. All Solutions are made in the MSSQL Syntax. The LEFT JOIN keyword returns all records from the left table (Sales), and the matched records from the right table (Product). product_name FROM product WHERE product. Ask Question Asked 4 years, 8 months ago. Instant dev You signed in with another tab or window. Viewed 11k times 3 . Instant dev environments This repository contains MySQL solutions of the HackerRank SQL Intermediate Certificate problems which I encountered during the test. Blame. The Merit Rewards SQL problem is a question presented in the HackerRank Basic SQL Certification exam. Write a query that gives month, monthly maximum, monthly minimum, monthly average temperatures for the six months. But after all my attempts, I am able to pass only the test cases, and one more case in the Submit Panel. If youโre a data scientist or software engineer on the job market, the ability to demonstrate your database skills in an SQL interview is critical to landing your next role. You signed in with another tab or window. Return 3 values: - category - Is this line related to "customer" or "product"? Print "customer" or "product" without quotes. There is a Problem. So, without wasting any time, Problem. 6 of 6 Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐. - kumod007/All-HackerRank-SQL-Challenges-Solutions You signed in with another tab or window. To succeed in an SQL In this post, we will solve Relations - 2 HackerRank Solution. Contribute to lpinzari/sql-psql-udy development by creating an account on GitHub. product() problem of HackerRank. Contribute to ejaj/SQL development by creating an account on GitHub. Solutions in . Healthcare Financial services Manufacturing By use case. This repository contains python solutions for some of the HackerRank problems from the SQL genre. It is very important that you all first give it a try & brainstorm yourselves before having a Query all columns for all American cities in the CITY table with populations larger than 100000. Find and fix vulnerabilities Actions. The rating for Alice's challenge is the triplet a = (a[0], a[1], a[2]), and the rating for Bob's challenge is the triplet b = (b[0], b[1], b[2]). In a loop i need to put something with dbms_output. . The CITY table is described as follows: Field Product GitHub Copilot. Question 2: Product Sales per City. This is a SQL query to get the total amount spent on each product in each city. Print the average of the marks array for the student name provided, showing 2 This repository contains coding assessments and their solutions for various IT companies github java solutions solution hackerrank questions interview-practice interview-questions hackerearth coding-interviews interview-prep interview-preparation online-test techgig goldmansachs javaaid java-aid kanahaiya kanhaiya hackerrank-test Objective. Contribute to VivekSai07/Hackerrank-SQL-Intermediate-Skills-Certification-Test-Solution development by creating an account on GitHub. exe inside the visual studio powershell. Reload to refresh your session. Collections. ---- Products Without Sales (solution_1) SELECT product. DevSecOps DevOps CI/CD View all use cases By industry. IO; class Result { /* * Complete the 'numDuplicates' function below. Task; Input Format; Constraints; Solution โ Sales by Match. Contains solutions to 10 Days of Statistics. If you are looking for anyone of these things - hackerrank solutions java GitHub | hackerrank tutorial in java | hackerrank 30 days of code solutions | hackerrank algorithms solution | hackerrank cracking the coding interview solutions | hackerrank general Hello coders, today we are going to solve Inner and Outer HackerRank Solution in Python. Problem; Input Format; Solution โ Japan Population in SQL. This tutorial In this tutorial, we are going to solve the finding percentage problem of hacker rank. You are given a two lists A and B. Table of Contents. MySQL Server; Problem. Stack Overflow. Automate any workflow Add a description, image, and links to the ccc-hackerrank-solutions topic page so that developers can more easily learn about it. category AND a. Sales by Match |JavaScript | Solution. Contribute to BlakeBrown/HackerRank-Solutions development by creating an account on GitHub. Nerves can peak during the programming test, and even experienced developers might blank This repository contains my solutions to easy and medium questions in Hackerrank. To lay it out nicely in a form of table i need to concatenate sort of TAB character in between variables. Used SQL , html ,css and php. Hello coders, today we are going to solve Japan Population HackerRank Solution in SQL. Pivot the Occupation column in OCCUPATIONS so that each Name is sorted alphabetically and displayed underneath its corresponding Occupation. ; Data Modeling: Design efficient and effective database structures. 0. 2. Ok | Prepare; Certify; Compete; Apply; Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. - mahedei/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions Problem. Correct Answer โ Cartesian product. What products did not. It is a software system that provides an interface for interacting with a database allowing users to store, retrieve, update, and manage data in a structured and organized manner. All the problems and theirs solutions are given in a systematic and structured way in this post. This problem (Relations - 2) is a part of HackerRank Databases series. There is a table with daily weather data over the last 6 months of 2020, including the maximum, minimum, and average temperatures. The CITY table is described as follows: 2. Hello coders, today we are going to solve Inner and Outer HackerRank Solution in Python. Each challenge has a corresponding folder containing my solution in a specific programming All Solutions in Hackerrank SQL Section. itertools. CodingBroz HackerRank Solution. Alice and Bob each created one problem for HackerRank. Solutions By company size. customer_id AND i. The CountryCode for America is USA. class calendar. I have taken HackerRank test on 22 July 2022. I am composing a pl/sql procedure. Contribute to jaimiles23/HackerRank_Solutions development by creating an account on GitHub. Report repository DBMS stands for Database Management System. ipynb files. This is one question solution to the HackerRank SQL Basic Certification problem and this is shared for your increasing knowledge. comment. 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. - adminazhar/-hackerrank-SQL-intermediate-skills-certification-test-solution Skip to content Navigation Menu Product GitHub Copilot. 170+ solutions to Hackerrank. Explore my GitHub repository to learn from my experiences and find inspiration for your SQL learning path. This intermediate SQL solution provides insights into product sales across cities, offering a comprehensive overview of customer spending patterns. Task. Query Optimization: Optimize your queries for better performance. It showcases my growth, challenges faced, and solutions offered. The NumPy (Numeric Python) package helps us manipulate large arrays and matrices of numeric data. js This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. A NumPy array is a grid of values. 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. Note: This problem (Relations โ 2) is generated by HackerRank but the solution is provided by CodingBroz. The calendar module allows you to output calendars and provides additional useful functions for them. Sales By Match / Sock Merchant: Java Code Solution You signed in with another tab or window. Write a query to print all prime numbers less than or equal to 1000. Solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐. Note: Print NULL when there are no more names corresponding to an occupation. Your task is to compute their cartesian product A X B. Find // HackerRank-Solutions/Problem Solving/Algorithms/11 Sales by Match // // Created by Naive Approach: The given problem can be solved by selling the product from suppliers having the current maximum number of products left. mysql. ; Indexing: Explore the power of indexing for faster data retrieval. I have been trying to solve this challenge, and somewhat figured out what to do. - kilian-hu/hackerrank-solutions. Revising the Select Query II | Easy | #### Solution By Steps ***Step 1: Identify Customers Without Invoices*** Select all customers who do not have a corresponding entry in the invoices table. Business Expansion: Write a query to find all pairs of customers and agents who have been in contact more than once. Plan and track work Code Review. id (category="customer") or product. There is a large pile of socks that must be paired by color. SQL (Intermediate) It includes complex joins, unions, and sub-queries. Hello coders, in this post you will get all the solution of HackerRank SQL Solutions. Skip to main content. To use the NumPy module, we need to import it using:. Need to show the following columns (3) using UNION to return: All customers who do not have an invoice; Left join to show all customers even those with & without invoices invoice as i ON c. These solutions can be used as a reference for other learners or as a way to practice and improve SQL skills. Exclude the contest from the result if all four sums are . - adminazhar/hackerrank-SQL-basic-skills-certification-test-solution. This is a well documented issue. Give a star For my work. put_line. Samantha is interested in finding the total number of different projects completed. In this post, we will be covering all the solutions to SQL on the HackerRank platform. The output column headers should be Doctor, Professor, Singer, and Actor, respectively. Enterprise Teams Startups By industry. HackerRank concepts & solutions. 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. ; Pivots in SQL: Transform your data with Contribute to jaimiles23/HackerRank_Solutions development by creating an account on GitHub. Query the sum of the populations for all Japanese cities in CITY. Plan and track work All HackerRank solutions for Contains solved queries for the Hackerrank SQL Skills Certification Test ๐. This is the only video you will need to improve you Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company Hacker rank SQL intermediate solution. Watchers. Generic; using System. Automate any workflow Codespaces My solutions to the HackerRank REST API Intermediate Certification using C# . maxPrice Code your solution in our custom editor or code in your own environment and upload your solution as a file. My journey of earning a SQL certification and tackling HackerRank SQL challenges. Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for You signed in with another tab or window. Please read our cookie policy for more information about how we use cookies. The subdomain-wise problem statement and solution of Database section of HackerRank is stated below - Subdomain - Relational Algebra: Problem Statement Answer; Basics of Sets and Relations #1: 8: Cartesian product: Subdomain - Indexes: Problem Statement Answer; Index Architecture Types: 2: Indexes - 2: Unsolved: Indexes - 3: A = 1. Contribute to RodneyShag/HackerRank_solutions development by creating an account on GitHub. It is equivalent to nested for-loops. - Ishika63/HackerRank-SQL-Intermediate-Solution Effective solutions to hackerrank. Problem; Solution โ Print Prime Numbers in SQL | Hacker Rank Solution. All fails after that. Problem solution in Python. A collection of solutions to competitive programming exercises on HackerRank. cs and run with Solution. sku, product. No. The OCCUPATIONS Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. All solutions (excluding multivariate linear regression) are implemented in Python 3 without using 3rd party statistical libraries. Automate any This intermediate SQL solution provides insights into product sales across cities, offering a comprehensive overview of customer spending patterns. category = b. After your test cases get passed!!!! Happy Learning!!!! You signed in with another tab or window. - Ishika63/HackerRank-SQL-Intermediate-Solution. Instant dev Problem. //Add following required namespaces using System; using System. txt at main · mahedei/Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions 26. com practice problems using Python 3, ะก++ and Oracle SQL - marinskiy/HackerrankPractice This tool computes the cartesian product of input iterables. We define an employeeโs total earnings to be their monthly salary x months worked, and the maximum total earnings to be the maximum total earnings for any employee in the Employee table. select You signed in with another tab or window. Works in real-time and it's absolutely undetectable ๐ You're applying for a new job and have a coding problem coming up. Test duration 35 mins. Final answer: The given problem requesting the product with the maximum discount in each category can be solved using SQL's GROUP BY, MIN() and MAX() functions to select the smallest product_id and the largest discount within each group respectively. Automate any workflow Codespaces. Samantha interviews many candidates from different colleges using coding challenges and contests. Objective. Manage About. If you are using a different SQL Language (for example MySQL) you might have to adapt the solution a little. It was 3 questions, which i was given 4 hours to solve. 5 of 6; Submit to see results When you're ready, submit your solution! Remember, you can go back and refine your code anytime. Then you could replace the inner loop with dbms_output. Healthcare Financial services HackerRank-SQL(certification)-Product-Sales-Per-City. import numpy. Usually, all games are sold at the same price, p dollars. After the loop, print the value of the This solution has a runtime of 5853ms and it's faster than 5. id (category="product") Select All in SQL | HackerRank Solution. Write a query to output the start and end dates of projects listed by Contains solved queries for the Hackerrank SQL (Intermediate) Skills Certification Test ๐. Problem. Write better code with AI Security. 4% of all SQL online submissions for this problem. Plan and track work Code Review Solution for "Sales by Match" in Hackerrank Raw. Arrays. TextCalendar([firstweekday]) A collection of solutions for Hackerrank data structures and algorithm problems in Python - dhruvksuri/hackerrank-solutions A collection of solutions to competitive programming exercises on HackerRank. Home; Or you might just find a solution on the web and blindly implement it without questioning whether there is If the product has sales, it is included in Problem. Forks. AI DevOps hackerrank product without sales. - id - customer. This tool computes the cartesian product of input iterables. Navigation Menu Toggle navigation. Only the code snippet of the function has been provided below, that you can paste in HackerRank editor below the // Complete the sockMerchant function below. MySQL; Problem. You switched accounts on another tab or window. - Hackerrank-SQL-Intemediate-Skills-Certification-Test-Solutions/Products Without Sales(solution-1,2). Sign in Product GitHub Copilot. You wish to buy video games from the famous online video game store Mist. Domains I have a really dumb question. Note: Round the average to the nearest integer. Hope that helps. Stars. We use cookies to ensure you have the best browsing experience on our website. Use the UNION operator in this query. Skip to content. 33B You signed in with another tab or window. The solution has been provided in Java, C++ and C. Welcome to HackerRank SQL (Intermediate) Skills Certification Test. Given an array of integers representing the color of each sock, determine how many HackerRank Product Distribution. Plan and track work Code Review Hello coders, today we are going to solve Sales by Match HackerRank Solution which is a Part of HackerRank Algorithm Series. These challenges cover a wide range of programming topics and are designed to assess and validate your coding skills. Topics Here are solutions and databases from Hackerrank Certification Tests. Updated Jul 6, 2024; PHP; adityasurya4103 / SPPU-COMP-TE-PRACTICALS-LP1 Hello coders, today we are going to solve Sales by Match HackerRank Solution which is a Part of HackerRank Algorithm Series. Modified 1 year, 6 months ago. Input Format. ipynb format include relevant problem notes, formulas, and examples. For example, product(A, B) returns the same as ((x,y) for x in A for y in B). They Hello coders, today we are going to solve Print Prime Numbers HackerRank Solution in SQL. Each solution includes a brief explanation of the problem and my approach to solving it. This repo contains notes on SQL and PostgreSQL. It focuses solely on offering correct answers for SQL queries, joins, and aggregations, helping users pass the certification efficiently. Manage This repository contains MySQL solutions of the HackerRank SQL Intermediate Certificate problems which I encountered during the test. You switched accounts on another tab I'm really close but I'm trying to use the NOT EXISTS statement to display all the ProductID's that are in the Product table, but not in the Orderline table; and hence have no I have tried to provide the complete solution with possible explanation to all SQL Practice problem on HackerRank. we have also described the steps used in solution. - kilian-hu/hackerrank-solutions Here are solutions and databases from Hackerrank Certification Tests. price = b. Automate any Why this video is 7. However, they are planning to have the seasonal Halloween Sale next month in which you can buy games at a cheaper price. cs You can compile the file from command prompt with csc Solution. Instant dev If the End_Date of the tasks are consecutive, then they are part of the same project. So, without wasting any time, letโs jump to the Products without sales: Write a query to find all the products that were not sold, ordering the results by SKU ascending. CodeRankGPT helps you solve HackerRank coding problems during your coding interview. Here are solutions and databases from Hackerrank Certification Tests. Order your output in descending order by the total number of challenges in which the hacker earned a full score. 1 fork. The first line contains the space Basic to intermediate SQL topics 50 essential SQL questions Best for 1 month of prep time You signed in with another tab or window. In this lesson, we have solved the itertools. Instant dev Hello coders, in this post you will get all the solution of HackerRank SQL Solutions. Write a query to find the maximum total earnings for all employees as well as the total number of employees who have maximum total earnings. Ok | Prepare; Certify; Compete; Apply This article analyzes the performance of different DAX techniques to identify any products without sales in an area or a time period. You signed out in another tab or window. CI/CD & Automation DevOps DevSecOps Resources Topics. Return 3 Values: - Category - Is This Join over 23 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews. Ok | Prepare; Certify; Compete In this HackerRank AND Product problem solution, we have given N pairs of long integers A[i] and B[i] and we need to computer and print the bitwise AND of all-natural numbers in the inclusive range between A[i] and B[i]. Product GitHub Copilot. This repository contains efficient hackerrank solutions for most of the hackerrank challenges including video tutorials. @Tanishka Now that Alex as cracked how to run PL/SQL on Hackerrank, you could improve the answer by removing the whole DECLARE section, because your loops implicitly declare i and j so the ones at the top aren't used. Write a query to print the contest_id, hacker_id, name, and the sums of total_submissions, total_accepted_submissions, You signed in with another tab or window. com practice problems in C++, python and SQL - IhorVodko/Hackerrank_solutions. put_line(rpad('* ', i * 2, '* ')); And you don't have to code in uppercase :) HackerRank concepts & solutions. - haotian-wu/Hackerrank_solutions Our expert help has broken down your problem into an easy-to-learn solution you can count on. Print NA for null customers or product or null quantity . Write a query to print the contest_id, hacker_id, name, and the sums of total_submissions, total_accepted_submissions, total_views, and total_unique_views for each contest sorted by contest_id. Navigation Menu Toggle navigation Contains solved queries for the Hackerrank SQL Skills Certification Test ๐. The provided code stub is read in a dictionary containing key/value pairs of name:[Marks] for a list of students. - DaveSV/HackerRank-SQL-Intermediate-Certificate A collection of solutions to competitive programming exercises on HackerRank.
gmlko duefgm gbuuow iazq dgjoy tnyg gfmw kbvn wtpexaix kzgd
{"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"}