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

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

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

Recommended textbooks for you

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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

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…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

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)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY