Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SQL Queries For the below schema for a company door: doorlog(eventid,doorid,tim,username,event) Where doorid represents the door for this event. e.g. Front door may be doorid=1,

SQL Queries

For the below schema for a company door: doorlog(eventid,doorid,tim,username,event)

Where doorid represents the door for this event. e.g. Front door may be doorid=1, and bathroom may be doorid=2, etc. tim is timestamp, username is the user who is opening or closing the door. event is "E" for entry, and "X" for exit.

Using SQL, answer these questions (write a SQL query that answers these questions):

How many users entered through doorid=1

If doorid=2 is bathroom, how many people are currently in the bathroom?

If doorid=1 is front entrance door, and doorid=3 is back entrance door, and these are the only doors in the building, how many people are currently in the building?

How many people were in the building on July 4th, at 10PM? (watching fireworks)

If doorid=7 is for floor 42, what's the daily occupancy of floor 42 for entire 2017 (give a number for every day in 2017)

What is the daily average (and standard deveation) occupancy of floor 42 for 2017? (single number)

What percentage of the people work on floor 42?

What's the average number of times per day that people use the bathroom? (bathroom is doorid=2).

What percentage of employees stayed after 5:15PM on July 3rd, 2017?

List all employees who left work before 1PM on July 3rd, 2017.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

How To Build A Million Dollar Database

Authors: Michelle Bergquist

1st Edition

0615246842, 978-0615246840

More Books

Students also viewed these Databases questions