본문 바로가기

전체 글1523

leetcode 1075. Project Employees I https://leetcode.com/problems/project-employees-i/description/ Project Employees I - LeetCode Can you solve this real interview question? Project Employees I - Table: Project +-------------+---------+ | Column Name | Type | +-------------+---------+ | project_id | int | | employee_id | int | +-------------+---------+ (project_id, employee_id) is th leetcode.com 1 2 3 4 5 6 # Write your MySQL que.. 2023. 4. 21.
leetcode 1934. Confirmation Rate https://leetcode.com/problems/confirmation-rate/description/ Confirmation Rate - LeetCode Can you solve this real interview question? Confirmation Rate - Table: Signups +----------------+----------+ | Column Name | Type | +----------------+----------+ | user_id | int | | time_stamp | datetime | +----------------+----------+ user_id is the prima leetcode.com 1 2 3 4 5 6 # Write your MySQL query s.. 2023. 4. 21.
leetcode 1431. Kids With the Greatest Number of Candies https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/description/ Kids With the Greatest Number of Candies - LeetCode Can you solve this real interview question? Kids With the Greatest Number of Candies - There are n kids with candies. You are given an integer array candies, where each candies[i] represents the number of candies the ith kid has, and an integer extraCandie leetc.. 2023. 4. 17.
leetcode 1661. Average Time of Process per Machine https://leetcode.com/problems/average-time-of-process-per-machine/description/ Average Time of Process per Machine - LeetCode Can you solve this real interview question? Average Time of Process per Machine - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 1 2 3 4 5 6 # Write your MySQL quer.. 2023. 4. 14.
leetcode 1068. Product Sales Analysis I https://leetcode.com/problems/product-sales-analysis-i/description/ Product Sales Analysis I - LeetCode Can you solve this real interview question? Product Sales Analysis I - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 1 2 3 4 5 # Write your MySQL query statement below select p.product_.. 2023. 4. 14.
leetcode 1280. Students and Examinations https://leetcode.com/problems/students-and-examinations/description/ Students and Examinations - LeetCode Can you solve this real interview question? Students and Examinations - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 1 2 3 4 5 6 7 8 9 10 11 12 # Write your MySQL query statement bel.. 2023. 4. 12.
leetcode 577. Employee Bonus https://leetcode.com/problems/employee-bonus/description/ Employee Bonus - LeetCode Can you solve this real interview question? Employee Bonus - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 1 2 3 4 5 6 # Write your MySQL query statement below select e.name, b.bonus from Employee e left j.. 2023. 4. 12.
leetcode 1327. List the Products Ordered in a Period https://leetcode.com/problems/list-the-products-ordered-in-a-period/description/ List the Products Ordered in a Period - LeetCode Can you solve this real interview question? List the Products Ordered in a Period - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 1 2 3 4 5 6 7 8 # Write your .. 2023. 4. 8.
leetcode 1789. Primary Department for Each Employee https://leetcode.com/problems/primary-department-for-each-employee/description/ Primary Department for Each Employee - LeetCode Can you solve this real interview question? Primary Department for Each Employee - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 1 2 3 4 5 6 7 8 9 # Write your M.. 2023. 4. 8.
leetcode 1251. Average Selling Price https://leetcode.com/problems/average-selling-price/description/ Average Selling Price - LeetCode Can you solve this real interview question? Average Selling Price - Table: Prices +---------------+---------+ | Column Name | Type | +---------------+---------+ | product_id | int | | start_date | date | | end_date | date | | price | int | +--------------- leetcode.com 1 2 3 4 5 6 7 # Write your MyS.. 2023. 4. 7.
Tableau 대시보드 Reference 실제 업무에서 기획하고 개발했던 대시보드를 공유드리긴 어렵고 대신 대시보드 개발할때 참고했던 대시보드 공유드립니다. 출처 : https://tableauwiki.com/ Tableau Wiki 태블로위키 국내 최대의 태블로 관련 노하우와 이야기를 접할 수 있는 공동 운영 블로그입니다. 현업에서 태블로를 사용하는 사람들이 함께 운영하고 있습니다. tableauwiki.com 2023. 4. 7.
leetcode 2356. Number of Unique Subjects Taught by Each Teacher https://leetcode.com/problems/number-of-unique-subjects-taught-by-each-teacher/description/ Number of Unique Subjects Taught by Each Teacher - LeetCode Can you solve this real interview question? Number of Unique Subjects Taught by Each Teacher - Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode... 2023. 4. 6.