Create the following table in your database with the following schema: Table: Sessions | Column Name | Type | session_id | duration | int | int session_id is the primary key for this table. duration is the time in seconds that a user has visited the application. Add the following data to your tables: Input: Sessions table: +----- I session_id | duration | 1 | 2 | 3 | 30 | 199 | 299 | 580 | 1000 | 5 You want to know how long a user visits your application. You decided to create bins of "[0-5>", "[5- 10>", "[10-15>", and "15 minutes or more" and count the number of sessions on it. Write an SQL query to report the (bin, total). Return the result table in any order. The results should be: Output: +--- | bin I total +-- I [0-5> | [5-10> | (10-15> | 3 | 1 | 15 or more | 1 +---
Create the following table in your database with the following schema: Table: Sessions | Column Name | Type | session_id | duration | int | int session_id is the primary key for this table. duration is the time in seconds that a user has visited the application. Add the following data to your tables: Input: Sessions table: +----- I session_id | duration | 1 | 2 | 3 | 30 | 199 | 299 | 580 | 1000 | 5 You want to know how long a user visits your application. You decided to create bins of "[0-5>", "[5- 10>", "[10-15>", and "15 minutes or more" and count the number of sessions on it. Write an SQL query to report the (bin, total). Return the result table in any order. The results should be: Output: +--- | bin I total +-- I [0-5> | [5-10> | (10-15> | 3 | 1 | 15 or more | 1 +---
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...
Related questions
Question
Show all the sql query codes and the output with it please
![Create the following table in your database with the following schema:
Table: Sessions
| Column Name
| Type
+--
| session_id
| duration
| int
| int
+----
session_id is the primary key for this table.
duration is the time in seconds that a user has visited the application.
Add the following data to your tables:
Input:
Sessions table:
+----
| session_id
| duration
+--
| 1
| 2
| 3
| 4
| 30
| 199
| 299
| 580
| 1000
You want to know how long a user visits your application. You decided to create bins of "[0-5>", "[5-
10>", "[10-15>", and "15 minutes or more" and count the number of sessions on it.
Write an SQL query to report the (bin, total).
Return the result table in any order.
The results should be:
Output:
+-
| bin
| total
+--
| [0-5>
| [5-10>
| [10-15>
3
| 1
| 15 or more
| 1
Explanation:
For session id 1, 2, and 3 have a duration greater or equal than 0 minutes and
less than 5 minutes.
For session id 4 has a duration greater or equal than 5 minutes and less than 10
minutes.
There is no session with a duration greater than or equal to 10 minutes and less
than 15 minutes.
For session id 5 has a duration greater than or equal to 15 minutes.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fcbb74936-c73d-423e-b5c0-4a7ff906acfc%2F8f53f4d0-a9b5-49e8-bcea-feda2ca81f47%2Fbiz2q7j_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Create the following table in your database with the following schema:
Table: Sessions
| Column Name
| Type
+--
| session_id
| duration
| int
| int
+----
session_id is the primary key for this table.
duration is the time in seconds that a user has visited the application.
Add the following data to your tables:
Input:
Sessions table:
+----
| session_id
| duration
+--
| 1
| 2
| 3
| 4
| 30
| 199
| 299
| 580
| 1000
You want to know how long a user visits your application. You decided to create bins of "[0-5>", "[5-
10>", "[10-15>", and "15 minutes or more" and count the number of sessions on it.
Write an SQL query to report the (bin, total).
Return the result table in any order.
The results should be:
Output:
+-
| bin
| total
+--
| [0-5>
| [5-10>
| [10-15>
3
| 1
| 15 or more
| 1
Explanation:
For session id 1, 2, and 3 have a duration greater or equal than 0 minutes and
less than 5 minutes.
For session id 4 has a duration greater or equal than 5 minutes and less than 10
minutes.
There is no session with a duration greater than or equal to 10 minutes and less
than 15 minutes.
For session id 5 has a duration greater than or equal to 15 minutes.
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Recommended textbooks for you
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
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…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
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)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
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…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
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)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
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](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY