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
maw [93]
3 years ago
10

Write a query to show the price reduced by 10% for all products that are tables or entertainment centers with a standard price g

reater than or equal to $200. Show the discounted price under the heading "Sale Price". Order the results by increasing price.
Computers and Technology
1 answer:
IceJOKER [234]3 years ago
8 0

Answer:

Below is the required code:

Explanation:

SELECT Product_Finish AS "Desk Finish",

avg(Standard_Price) AS "Average Price"

FROM Product_T

WHERE "Average Price">200

ORDER BY "Average Price" DESC;

You might be interested in
Examine the following output:
zepelin [54]

Answer:

a. tracert

Explanation:

Tracert is a computer network diagnostic demand which displays possible routes for internet protocol network. It also measures transit delays of packets across network. The given output is produced by a tracert command.

8 0
3 years ago
Write a loop that continually asks the user what food the user has in their refrigerator until the user enters apples, in which
almond37 [142]

(Disclaimer: I am not a professional, so it might not be the most concise answer possible, but I did run the Python script and it works)

Answer:

user_input = input("What food do you have in your refrigerator? ").lower()

count = 0

while True:

   if user_input != 'apples':

       count += 1

       print(f'You have a {user_input} with a total of {count} food(s)\n')

       user_input = input("What food do you have in your refrigerator? ")

   else:

       break

7 0
2 years ago
What is 9 - 3 ÷ 1/3 + 1 = ?
Ainat [17]
The answer is 9
Hope I helped you
6 0
3 years ago
Read 2 more answers
A DTP setup includes many hardware and software components.
QveST [7]

Answer:

Apple Laser Writer is an example of a DTP <u>Hardware.</u>

Explanation:

DTP means Desktop Publishing. It may include the hardware and software. The DTP hardware includes two major parts a computer and a printer. The DTP software includes the software such as Photoshop, illustrator an other software that needs in desktop publishing.

Apple laser writer is a printer that is used to print the text and diagrams that we make using DTP software tools.

7 0
3 years ago
What are some methods the researcher can use to avoid the impact of their recency bias?
dusya [7]

The methods that researcher do use to avoid the impact of their recency bias is that:

  • Option C. Record each interview that they conduct.
  • Option D. Take detailed notes during interviews.

<h3>What are some ways to lower the influence of bias when conducting user research?</h3>

The ways to lower the influence of bias when conducting user research include:

  • A person need to ask  open-ended questions. So not push people towards a given outcome.
  • Ask users to tell what is important to them.
  • Set your  objectively weight based on your findings.

Therefore, The methods that researcher do use to avoid the impact of their recency bias is that:

  • Option C. Record each interview that they conduct.
  • Option D. Take detailed notes during interviews.

Learn more about recency bias from

brainly.com/question/24491228

#SPJ4

See full question below

Consider the following scenario:

Imagine that a UX designer creates an app for saving, organizing, and streaming podcasts. To learn about user experiences with their product, the designer conducts interviews with a select group of target users: podcast enthusiasts. The researcher interviews 10 respondents and remembers the end of the last interview most clearly. The researcher uses this final interview to guide their thinking.

What are some methods the researcher can use to avoid the impact of their recency bias? Select all that apply.

A. Hire an outside research team to conduct the interviews

B. Survey large groups of people to supplement the interviews

C. Record each interview that they conduct

D. Take detailed notes during interviews

6 0
1 year ago
Other questions:
  • Assume that name and age have been declared suitably for storing names (like "Abdullah", "Alexandra" and "Zoe") and ages respect
    8·1 answer
  • If your network subnet mask is /16, what is the maximum number of host ids available for this network?
    15·1 answer
  • Importance of project risk management
    10·1 answer
  • If a pilot is converting standard time to UTC time and is given the time 1730 UTC, what would EST be?
    8·2 answers
  • What is the part of the browser window that displays the content of the web page such as pictures and text called?
    10·1 answer
  • Bran is writing a book on operation system errors. Help him complete the sentences.
    7·1 answer
  • What to do if your monitor is not displaying a picture
    12·1 answer
  • Did anyone else remember that Unus Annus is gone? I started crying when I remembered.... Momento Mori my friends.... Momento Mor
    9·2 answers
  • Match each career to its various job roles. digital media coordinator digital media specialist photographer sound producer creat
    13·1 answer
  • How to send an email to multiple recipients individually outlook
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!