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
Kobotan [32]
3 years ago
8

list all columns of the resource table with a rate between $10 and $15 including the end points 10 and 15. Sort the result by ra

te.
Computers and Technology
1 answer:
egoroff_w [7]3 years ago
5 0

Answer:

select * from resources

where rate between 10 and 15

order by rate (ASC|DESC)

Explanation:

On Chegg + SQL textbook

(Here we are using * keyword to fetch all the records from resource table and between operator is used to fetch values between two vaues(values included).

Order By clause is used to sort the values and ASC is used with order by clause to sort in ascending order and DESC is used to sort in Descending Order.

By default if we do not specify anything then it will take ASC.

You might be interested in
If the task is to write firewall specifications for the preparation of a(n) ____, the planner would note that the deliverable is
Tpy6a [65]

Answer:

RFP

Explanation:

It is the type of document that is used to ask vendors to propose the solutions of problem that are faced by customer. It is the abbreviation of "Request for Proposal". This proposal is processed though the bidding, to offer the services or submit business proposals by vendors.

4 0
3 years ago
Dibujar un circuito con dos condensadores de 8 y 5 nf (nanofaradios),
DENIUS [597]

Answer:

CT = 470nF + 1000nF = 1470nF or 1.47μF

Explanation:

When capacitors are connected together in parallel the total or equivalent capacitance, CT in the circuit is equal to the sum of all the individual capacitors added together. This is because the top plate of capacitor, C1 is connected to the top plate of C2 which is connected to the top plate of C3 and so on.  The same is also true of the capacitors bottom plates. Then it is the same as if the three sets of plates were touching each other and equal to one large single plate thereby increasing the effective plate area in m2.

Since capacitance, C is related to plate area ( C = ε(A/d) ) the capacitance value of the combination will also increase. Then the total capacitance value of the capacitors connected together in parallel is actually calculated by adding the plate area together. In other words, the total capacitance is equal to the sum of all the individual capacitance’s in parallel. You may have noticed that the total capacitance of parallel capacitors is found in the same way as the total resistance of series resistors.

The currents flowing through each capacitor and as we saw in the previous tutorial are related to the voltage.

8 0
3 years ago
A file named numbers.txt contains an unknown number of lines, each consisting of a single positive integer. Write some code that
prisoha [69]

In Python, assume that a file containing a series of integers is named numbers.txt and exist on the computer's disk. Write a program that reads the entire numbers store in the file and calculates their total.

Here is what I have written but it does not run:  

def. main():

   out file=open('numbers.txt','r')

   temp=outfile.readline()

   total=0

   while temp!='':

       t=int(temp)

       total=total+i

       temp=outfile.readline()

       outfile.close()

       print('Total sum is:',total)

main()

Text file is a file named numbers.txt with the numbers 1-50 in it

Learn more:

  • The sum of three consecutive integers is 186. what are the integers

        brainly.com/question/1768254

Keywords: python, integers, computer, numbers, program

6 0
3 years ago
Read 2 more answers
List of the earliest invention in human history?​
mojhsa [17]

Answer:

Airplanes, Telephones, Ships, Pens

7 0
3 years ago
Chris wants to view a travel blog her friend just created. Which tool will she use?
zhannawk [14.2K]

Answer:

Web browser

Explanation:

HTML, text editor and application software are all tools used by developers in coding the format of a blog. Computer languages such as Cascading Style Sheet (CSS), JavaScript, Personal Homepage Pre-processor, and HyperText Markup Language are used in such coding and an ordinary user will not be able to understand such a language.

To view the travel blog when it is ready and in everyday language, a web browser should be used. The blog name is entered and Chris can see all the features of the blog.

5 0
3 years ago
Other questions:
  • Use NumPy to recreate your answer to Question 1b. The input parameters will both be python lists, so you will need to convert th
    8·1 answer
  • Traffic collisions are among the top killers of children in America.
    13·1 answer
  • Where does the CPU store its computations?
    14·1 answer
  • Kyra is teaching a photography class. She would like her students to share photos. She would also like the students to be able t
    6·1 answer
  • Ns.office.com/Pages/ResponsePage.aspx?id=bd8
    9·2 answers
  • You are a developer for a news, entertainment, lifestyle, and fashion website. User traffic has steadily increased month-over-mo
    11·1 answer
  • How do I mark someone brainiest
    9·2 answers
  • A network administrator wants to authenticate server machines using Transport Layer Security (TLS). What can the administrator i
    15·1 answer
  • In summary, McKibben argues that the inhabitable planet is shrinking because (select all that apply):
    5·1 answer
  • Which option identifies the programming paradigm selected in thr following scenario? A student is writing a science fiction stor
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!