Answered step by step
Verified Expert Solution
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
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started