1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Aliun [14]
3 years ago
7

What are the truck ID’s of trucks that have carried small shipments. Small shipments are defined as those that weigh less than 8

00 pounds? (HInt: Avoid duplcates.)
Mathematics
1 answer:
Ivanshal [37]3 years ago
5 0

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).

You might be interested in
A rectangle is 4 ft long and 2 ft wide. find its area in square inches.​
denis-greek [22]

\text{Area of rectangle} = \text{length} \times \text{width}\\\\~~~~~~~~~~~~~~~~~~~~~~~=4 ~\text{ft}~\times ~2 ~\text{ft}\\\\~~~~~~~~~~~~~~~~~~~~~~~=8~ \text{ft}^2\\\\~~~~~~~~~~~~~~~~~~~~~~~=1152~\text{in}^2

8 0
2 years ago
Find the distance from the point (6,10) to the line y=-x to the nearest tenth
ValentinkaMS [17]
<span>points (6,10)
</span>y = -x
x + y = 0

distance = lax1 + by1 + cl/√(a^2 + b^2)
 = l1(6) + 1(10) + 0l/√(1^2 + 1^2)
 = l6 + 10 + 0l/√(1 + 1)
 = l16l/√2
 = 16/√2
 = 8 .2/√2
 = 8 . √2.√2/√2
= 8√2
4 0
3 years ago
If A ⊂ B, then A ∩ B = ∅.<br>True or False
viktelen [127]
True I believe my friend.
4 0
3 years ago
What is 50x50x50x50? I really need help.
tensa zangetsu [6.8K]

Answer:

6,250,000

<em>50x50x50x50 is 6,250,000</em>

4 0
3 years ago
14<br> Pencils are sold for $3.84 per dozen. Find the cost of 15 pencils.<br> SHOW HINT
masha68 [24]

Answer:

the answer is ############

Step-by-step explanation:

7 0
3 years ago
Other questions:
  • Metric unit of length
    7·2 answers
  • What is the radical form of each of the given expressions?
    5·2 answers
  • What would you do to isolate the variable in the following equation? 7 = c/2
    10·1 answer
  • Mrs. larnell is making snack packs for a class picnic. She puts 1/4 pound of apples, 1/8 pound of nut mix, and 1/16 pound of cho
    15·1 answer
  • I want to purchase a third of a cupcake for
    15·1 answer
  • Jameer received a $3000 car loan she plans on paying off the loan in two years at the end of two years Jamar will have paid $450
    7·1 answer
  • Which shows how to solve the equation 3 over 4 x= -6 for x in one step?
    9·2 answers
  • X and Y
    15·1 answer
  • Jennifer recently finished paying off her $30,000 fixed-rate student loan. She paid $303.73 per month for 10 years to
    12·1 answer
  • I need to do this it due tommorow
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!