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
What is the "k" value of the following function? Is it 3, -2, -3, or 2?
snow_tiger [21]

Answer:

-3

Step-by-step explanation:

we khow that the vertex form of a function is written this way :

f(x)=a(x-h)²+k

  • the coordinates of the vertex are (h,k) so from the graph we can deduce that k = -3

5 0
3 years ago
How much do you need to subtract from 41/6 to get 6
Svetllana [295]
Well 41 divided by 6 is 6.8333333333333 so you just need to subtract .833333333333

I hope this answered your question
3 0
3 years ago
What is 14.52 - 5.8=
Luba_88 [7]
14.52 - 5.8 = 8.72 bc math
4 0
3 years ago
Read 2 more answers
3. Let sin 21 = 0.358. What is the value of x for cos x=0.358?
r-ruslan [8.4K]

Answer:

\cos(69)

Step-by-step explanation:

We will use the co-function identity for sine, where:

\sin(x)=\cos(90-x)

Since sin(21)=0.358=cos(x). This means that:

21=90-x

Solve for x. Add x to both sides:

x+21=90

Subtract 21 from both sides:

x=69\textdegree

Hence:

\sin(21)=\cos(69)\approx0.358

6 0
2 years ago
A truck has left point A with a speed of 60 mph. After 2 hours a car has left point A with a speed of 90 mph. At what distance f
Grace [21]

Answer:

360 miles

Step-by-step explanation:

When the second car catches up with the first car they will have travelled the same distance which we call x miles.

Speed = distance / time

For first car   60  = x / t       where t = time taken

giving x = 60t

for second car   90 =  x / (t - 2)

giving x =  90t - 180

So equating these 2 equations

60t = 90t - 180

30t = 180

t = 6 hours

So x the distance  =  60t = 360 miles   answer

3 0
3 years ago
Other questions:
  • Find 9.5% of $104,884. ( Include dollars and cents in your answer .)
    6·2 answers
  • Simplify the expression -6(10+9v)
    8·1 answer
  • Explain -3 1/3, 3.3, -3 and 3/4, 3.5 from least to greatest
    13·1 answer
  • John made 2 quarts of juice for a school party. he said that he made 2/4 cups of juice. explain john's mistake.
    7·2 answers
  • How to solve 5y + 34 = -2 (-7y+1)
    9·1 answer
  • what is the value of 8 in 8,596 and 985. Answer - The value of 8 in blank is blank times the value of 8 in blank
    13·2 answers
  • I need help on this question!!!ASAP!!!
    15·2 answers
  • Write the equation described in each case.
    6·1 answer
  • Find the degree of the monomial.<br>3b2c​
    5·1 answer
  • Click on the measurement that is equal to 24 kilograms
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!