[1077#] Project Employees III
·
SQL/leetcode
보호되어 있는 글입니다.
[1511#] Customer Order Frequency
·
SQL/leetcode
보호되어 있는 글입니다.
[1495#] Friendly Movies Streamed Last Month
·
SQL/leetcode
보호되어 있는 글입니다.
[1484] Group Sold Products By The Date
·
SQL/leetcode
Table Activities: +-------------+---------+ | Column Name | Type | +-------------+---------+ | sell_date | date | | product | varchar | +-------------+---------+ There is no primary key for this table, it may contain duplicates. Each row of this table contains the product name and the date it was sold in a market. Write an SQL query to find for each date the number of different products sold and..
[1070#] Product Sales Analysis III
·
SQL/leetcode
보호되어 있는 글입니다.
[1045] Customers Who Bought All Products
·
SQL/leetcode
Table: Customer +-------------+---------+ | Column Name | Type | +-------------+---------+ | customer_id | int | | product_key | int | +-------------+---------+ There is no primary key for this table. It may contain duplicates. product_key is a foreign key to Product table. Table: Product +-------------+---------+ | Column Name | Type | +-------------+---------+ | product_key | int | +----------..
[1435#] Create a Session Bar Chart
·
SQL/leetcode
보호되어 있는 글입니다.
[1421#] NPV Queries
·
SQL/leetcode
보호되어 있는 글입니다.