Question: Question 2 As part of data center software development, create a query that returns a list of all Internet gateways that meet the following criteria:
Question
As part of data center software development, create a query that returns a list of all Internet gateways that meet the following criteria:
They have more than one firewall assigned.
Their assigned firewalls have cumulatively reached the maximum allowed number of traffic rules.
The result should have the following columns: gateway id totalrulescount.
gateway id Internet gateway ID
totalrules count the sum of all firewall rules for a specific Internet gateway
Note:
Each internet gateway can be assigned one or more firewalls, while a particular firewall can belong to only one specific Internet gateway.
Only Internet gateways that have more than one firewall assigned should be included in the result.
Only Internet gateways whose assigned firewalls, in total, have reached the maximum allowed number of traffic rules should be included in the result.
The maximum number of traffic rules allowed is
Schema
Sample Data Tables
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
