The sold products names for each date should be sorted lexicographically. Return the result table ordered by sell_date. Hint: You can use the following function to aggregate a character column: • GROUP_CONCAT(column) The results should be: Output: | sell date | num_sold I products | 2020-05-30 | 3 | 2020-06-01 | 2 | 2020-06-02 | 1 | Basketbal1, Headphone, T-shirt | | Bible, Pencil | Mask Explanation: For 2020-05-30, Sold items were (Headphone, Basketball, T-shirt), we sort them lexicographically and separate them by a comma. For 2020-06-01, Sold items were (Pencil, Bible), we sort them lexicographicall and separate them by a For 2020-06-02, the Sold item is (Mask), we just return it. comma.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Show all the sql query codes and the output with it please

Write an SQL query to find for each date the number of different products sold and their names.
The sold products names for each date should be sorted lexicographically.
Return the result table ordered by sell_date.
Hint: You can use the following function to aggregate a character column:
GROUP_CONCAT(column)
The results should be:
Output:
+---
I sell_date
| num_sold | products
+--
+-
| 2020-05-30 | 3
| 2020-06-01 | 2
| 2020-06-02 | 1
| Basketball, Headphone, T-shirt |
| Bible, Pencil
| Mask
+--
Explanation:
For 2020-05-30, Sold items were (Headphone, Basketball, T-shirt), we sort them
lexicographically and separate them by a comma.
For 2020-06-01, Sold items were (Pencil, Bible), we sort them lexicographically
and separate them by a comma.
For 2020-06-02, the Sold item is (Mask), we just return it.
Transcribed Image Text:Write an SQL query to find for each date the number of different products sold and their names. The sold products names for each date should be sorted lexicographically. Return the result table ordered by sell_date. Hint: You can use the following function to aggregate a character column: GROUP_CONCAT(column) The results should be: Output: +--- I sell_date | num_sold | products +-- +- | 2020-05-30 | 3 | 2020-06-01 | 2 | 2020-06-02 | 1 | Basketball, Headphone, T-shirt | | Bible, Pencil | Mask +-- Explanation: For 2020-05-30, Sold items were (Headphone, Basketball, T-shirt), we sort them lexicographically and separate them by a comma. For 2020-06-01, Sold items were (Pencil, Bible), we sort them lexicographically and separate them by a comma. For 2020-06-02, the Sold item is (Mask), we just return it.
Create the following table in your database with the following schema:
Table Activities:
| Column Name | Type
| sell_date
I product
| date
| 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.
Add the following data to your tables:
Input:
Activities table:
+-
-----
| sell_date
I product
+-----
| 2020-05-30 | Headphone
| 2020-06-01 | Pencil
| 2020-06-02 | Mask
| 2020-05-30 | Basketball |
| 2020-06-01 | Bible
| 2020-06-02 | Mask
| 2020-05-30 | T-Shirt
+--
Transcribed Image Text:Create the following table in your database with the following schema: Table Activities: | Column Name | Type | sell_date I product | date | 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. Add the following data to your tables: Input: Activities table: +- ----- | sell_date I product +----- | 2020-05-30 | Headphone | 2020-06-01 | Pencil | 2020-06-02 | Mask | 2020-05-30 | Basketball | | 2020-06-01 | Bible | 2020-06-02 | Mask | 2020-05-30 | T-Shirt +--
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY