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]
2 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]2 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
Find the measures of the angles a-k.
denis-greek [22]
A = 54 because alternate interior angles

b = 72 because 54+54=108 and 180-108=72

c = 108 because b and c are supplemental angles

d = 72 because b and d are corresponding angles

e = 162 because 72+90=162 and definition of a straight line

f = 18 because definition of a straight line

g = 81 because definition of an isosceles triangle

h = 49.5 because vertical angles and definition of an isosceles triangle

i = 130.5 because definition of a straight line

j = 31.5 because 49.5-18=31.5

k = 99 because corresponding angles

bcegk = 540
5 0
3 years ago
19. If the pg", and "terms of an A.P. are a,b, and c respectively. prove that: p(b-c) + (ca) + rſa-b) = 0 50 Approved by Curricu
professor190 [17]

Answer:

Step-by-step explanation:a = m + (p-1)*d

b = m + (q-1)*d

c = m + (r-1)*d

p(b-c) = p*(q-r)*d

q(c-a) = q*(r-p)*d

r(a-b) = r*(p-q)*d

p(b-c)+q(c-a)+r(a-b)

= p*(q-r)*d + q*(r-p)*d +r*(p-q)*d

= (pq-pr+qr-pq+rp-qr)*d

= 0*d = 0

So i prove p(b-c)+q(c-a)+r(a-b)=0 hope this is helpfull

4 0
3 years ago
A company loses $5,400 as the result of a manufacturing defect. The 8 owners of the company must share the loss equally.
denpristay [2]

Answer:

parts A answer D) -5.400divided by 8

and  for part B is c) -675

Step-by-step explanation:

mark me as brainlest pliz

6 0
2 years ago
8x + 34. What does X equal
rosijanka [135]

Answer: x=-4.25

Step-by-step explanation:

First you put it in to y= mx+b form.

0=8x+34

Then you subtract 34 from both sides

-34=8x

Then you divide 8 from both sides

Leaving you with

x=-4.25

4 0
2 years ago
rhombus has sides of length 10 cm. and the angle between two adjacent sides is 76 degrees. Find the lengths of the other diagona
lisabon 2012 [21]
Let the length of one of the diagonals be 2x and the other be 2y, then
cos (76/2) = x/10
x = 10 cos 38 = 7.88 cm

sin (76/2) = y/10
y = 10 sin 38 = 6.16 cm
3 0
3 years ago
Other questions:
  • I need help on Number 14 in words phrase thank you very much
    10·1 answer
  • Suppose that ƒ is an odd function of x. Does knowing that limxs0+ ƒ(x) = 3 tell you anything about limxs0- ƒ(x)? Give reasons fo
    12·1 answer
  • Given f(x) = e^x and g(x) = x – 2, what is the range of (g*f)(x)
    13·1 answer
  • Pls help and show workings <br> (If you don’t know the answer please don’t respond)
    15·2 answers
  • What is the area of the trapezoid shown below?
    15·2 answers
  • Whats the MIDPOINT of (2, 4) and (1, -3)
    13·2 answers
  • Kathy is a scientist who is working in a remote part of Australia. She earns a salary of $86 840 plus a weekly allowance of $124
    14·1 answer
  • Find the value of x that makes u<br> 11<br> v.<br> 7x + 14<br> 8x + 6<br> X =
    10·1 answer
  • THIS IS DUE IN 5 MINUTES!!!!!!!!!!! I NEEED THIS ASAP! A 13 3/4 -inch candle burns down in 11 hours. If b represents how much of
    12·2 answers
  • PLEASE LOOK AT MY RECENT QUESTIONS THERE ALL IN MATHAMATICS.<br> I NEED HELP WITH THEM ASAP!
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!