Table for the question is attached in the picture below :
Answer:
SELECT distinct(TRUCK_ID), WEIGHT from SHIPMENT where WEIGHT < 800 ;
Step-by-step explanation:
The Structured query language (SQL) defined above, returns only the TRUCK_ID and Weight column from the shipment table as they are the only two columns listed after the select keyword. The condition is added using the WHERE keyword on the weight table, this filters the result returned to include only rows where the weight value is less than 800. The distinct keyword used alongside the TRUCK_ID column ensures that a certian TRUCK_ID value isn't returned more than once (Hence, it is used to avoid duplicates).
Answer:
1y5x
Step-by-step explanation:
Its for every number u add five
0 box 36 singles
1 box 26 singles
2 boxes 16 singles
3 boxes 6 singles
The parabola hits (-2,1) and (0,-1).
As you can see from the pictures, we can immediately cross out options B and D, since both parabola open upwards.
From the pictures, we can see that the answer is C, since only that parabola opens downwards and hits the points (-2,1) and (0,-1).
Answer:
I think its 40 inches.. it could be wrong, sorry
Step-by-step explanation: