Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The following three questions will be answered based on the database tables below. 1. ALL_CEUS (CELIID, CELL_NAME, ACTIVE, CITY, VENDOR, TECH) CELLID: The ID of

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed The following three questions will be answered based on the database tables below. 1. ALL_CEUS (CELIID, CELL_NAME, ACTIVE, CITY, VENDOR, TECH) CELLID: The ID of the network cell (primary key) CELL_NAME: The name of the network cell ACTIVE: The stotus of the network cell if it's enabled CITY: The name of the city that the network cell is located/served VENDOR: The Vendor of the network cell TECH: The technology (2G/3G/4G) 2. ALL_PERFORMANCE (CELLID, DATE, DATA_INTEGRITY, CPU_USAGE, TRAFFIC) CELIID: The ID of the network cell DATE: The date that the statistics collected DATA_INTEGRTY: % of the data integrity CPU_USAGE: % of the CPU utilization TRAFFIC: traffic value TableName: ALL_PERFORMANCE TableName: All_CEUS Please write an SQL query to find the number (\#) of network cells per tech per city for the cells which are ACTIVE and NOT located in "Bursa" E.g. The answer should be like this: [DATABASE/SQL] Based on the database tables in Question 4 above: Please write an SQL query to find the city/cities which have more than 2 ACTIVE cells located. E.g. The answer should be like this: Enter your answer Based on the database tables in Question 4 above: Please write an SQL query to find the network cells with the average CPU_USAGE greater than 60 and the total traffic value less than 5000000. E.g. The answer should be like this: Enter your answer The following three questions will be answered based on the database tables below. 1. ALL_CEUS (CELIID, CELL_NAME, ACTIVE, CITY, VENDOR, TECH) CELLID: The ID of the network cell (primary key) CELL_NAME: The name of the network cell ACTIVE: The stotus of the network cell if it's enabled CITY: The name of the city that the network cell is located/served VENDOR: The Vendor of the network cell TECH: The technology (2G/3G/4G) 2. ALL_PERFORMANCE (CELLID, DATE, DATA_INTEGRITY, CPU_USAGE, TRAFFIC) CELIID: The ID of the network cell DATE: The date that the statistics collected DATA_INTEGRTY: % of the data integrity CPU_USAGE: % of the CPU utilization TRAFFIC: traffic value TableName: ALL_PERFORMANCE TableName: All_CEUS Please write an SQL query to find the number (\#) of network cells per tech per city for the cells which are ACTIVE and NOT located in "Bursa" E.g. The answer should be like this: [DATABASE/SQL] Based on the database tables in Question 4 above: Please write an SQL query to find the city/cities which have more than 2 ACTIVE cells located. E.g. The answer should be like this: Enter your answer Based on the database tables in Question 4 above: Please write an SQL query to find the network cells with the average CPU_USAGE greater than 60 and the total traffic value less than 5000000. E.g. The answer should be like this: Enter your

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

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

Students also viewed these Databases questions

Question

WHAT IS AUTOMATION TESTING?

Answered: 1 week ago

Question

What is Selenium? What are the advantages of Selenium?

Answered: 1 week ago

Question

Explain the various collection policies in receivables management.

Answered: 1 week ago