rafael needs to run a query that will show the name and city of all his clients. which of the following phrases will determine which fields are returned in the query? a. from name, city b. select name, city c. values name, city d. where name, city

Answers

Answer 1

The phrase that will determine which fields are returned in the query is select name, city. The correct option is b.

What is a query in a database?

A query might ask your database for data results, a specific action to be taken with the data, or both.

A query can add, alter, or remove data from a database, conduct computations, integrate data from other databases, and answer simple questions.

When organising vast amounts of complicated and varied data, non-relational databases are frequently used. Select name, city is the expression that will determine which fields are returned by the query.

Thus, the correct option is b.

For more details regarding query, visit:

https://brainly.com/question/29575174

#SPJ1


Related Questions

adapt boolean maze.findmazepath() so that it returns the shortest path in the list of paths. the resulting method should be called

Answers

If a class doesn't override the interface's default concrete implementations, the class receives them when it implements the interface.

In Java SE 8, default methods—public methods with actual implementations that describe how an operation should be carried out—may be declared in an interface. Using the term interface, a specific class type that only has abstract methods is declared. The interface must be "implemented" (kind of like inherited) by another class using the implements keyword in order to access the interface functions (instead of extends ). A class or interface can serve as the base type. The "extends" keyword can be used to implement interface inheritance.

Learn more about interface here-

https://brainly.com/question/23115596

#SPJ4

Can someone help me with this.?

Can someone help me with this.?

Answers

Your answer is Backwards Compatibility. An example of this would be how the Wii could play games from the Gamecube and how the DS could play games from the Gameboy.

Hope I helped! ^ - ^

Which part of the input-process-output model is line 2 in the program below? strWeight = input("Enter your weight in pounds: ") # Line 1 weight = float(strWeight) # Line 2 print (weight) # Line 3 process output input planning

Answers

Answer:

process

Explanation:

Given

The program in python

Required

What does line 2 represents

The line 2 of the program is: weight = float(strWeight)

And what it does is that it converts the input weight from string to float after the user supplies value for strWeight

This conversion not input, output, neither is it planning. It is process because according to the program it prepares variable weight to be printed as float on line 3

Answer: process

Explanation: got it right on edgen

trigonometry
\( \cos(45 - x) \times \cos(x) - \sin(45 - x) \times \sin(x) \)

Answers

Answer:

​√2/2

Explanation:

cos(45 - x)cos(x) - sin(45 -x)sin(x)

Using trigonometric identities,

cos(A - B) = cosAcosB + sinAsinB where A = 45 and B = x. So,

cos(45 - x) = cos45cosx + sin45sinx

                  = (1/√2)cosx + (1/√2)sinx (since sin45 = cos45 = 1/√2)

Also,

sin(A - B) = sinAcosB - cosAsinB where A = 45 and B = x. So,

sin(45 - x) = sin45cosx - cos45sinx

                  = (1/√2)cosx - (1/√2)sinx (since sin45 = cos45 = 1/√2)

So.

cos(45 - x)cos(x) - sin(45 -x)sin(x) = [(1/√2)cosx + (1/√2)sinx]cos(x) - [(1/√2)cosx - (1/√2)sinx]sin(x)

=  (1/√2)cos²x + (1/√2)sinxcos(x) - [(1/√2)sinxcosx - (1/√2)sin²x]

= (1/√2)cos²x + (1/√2)sinxcos(x) - (1/√2)sinxcosx + (1/√2)sin²x

=   (1/√2)cos²x + (1/√2)sin²x

= (1/√2)[cos²x + sin²x]

= (1/√2) (since cos²x + sin²x = 1)

= 1/√2 × √2/√2

= √2/2

anita was working on the company network when she discovered a software tool installed on the server. the tool has been collecting data and extracting it to a foreign server for several months. what type of attack did anita discover?

Answers

Anita has discovered a data exfiltration attack.

Data exfiltration attack

Data exfiltration is a type of attack that involves an attacker extracting data from a system to a remote server, usually without the knowledge or permission of the system owner.

This type of attack is often used for malicious purposes, such as stealing passwords, financial data, or personal information. It can also be used to gain access to a system or to gain a competitive advantage. Exfiltration attacks can be conducted using a variety of methods, including malware, remote access, or exploiting vulnerabilities in the system.

Learn more about data exfiltration attack at: https://brainly.com/question/26243972

#SPJ4

if the decoder has active low outputs (74155) instead of active high outputs as the case for our 3-to-8 decoder, why can a nand gate be used to logically or its outputs?

Answers

Due to the fact that there are a total of four possible logic combinations that may be created using just two variables, the initial stage of the 2-to-4 decoder requires four 2-input NAND gates.

A NAND gate (NOT-AND) is a logic gate used in digital electronics that creates an output that is false only if all of its inputs are true; as a result, it is the complement to an AND gate. Only when all of the gate's inputs are HIGH (1) does the output become LOW (0); otherwise, the output becomes HIGH (1) if any input is LOW (0). Transistors and junction diodes are used to create NAND gates. According to De Morgan's rules, the logic of a two-input NAND gate may be written as A • B=A+B, making it the same as inverters followed by an OR gate.

Because any boolean function may be implemented using a combination of NAND gates, the NAND gate is important. The term functional completeness refers to this quality.

To know more about NAND gate click here:

https://brainly.com/question/12969448

#SPJ4

What element allows text to be displayed in italics, which means the words are slanted to the right?

a
The < crooked > element

b
The < italic > element

c
The < em > element

d
The < slant > element

Answers

Answer:

the answer is the italic element

Goodwill is recognized only when it is purchased. this statement is true or false?

Answers

The given statement "Goodwill is recognized only when it is purchased" is false because goodwill is an intangible asset that represents the excess amount of purchase price over the fair value of the identifiable net assets acquired in an acquisition.

These intangible factors contribute to the company's ability to generate profits, making them an asset for the company that possesses them. Goodwill is not something that is purchased; rather, it is something that arises naturally as a consequence of a successful business or a well-known brand.

However, goodwill is recognized as an asset on a company's balance sheet if it is acquired through an acquisition for a price higher than the fair value of the assets acquired.

If the fair market value of the goodwill asset falls below its carrying value, an impairment loss is recognized in the income statement.

For such more question on intangible:

https://brainly.com/question/24089087

#SPJ11

The __________ sends information from a network to the internet.

Answers

Answer:

brainlest please

Answer:

Intranet

Explanation:

According to my research on information technology and hardware, I can say that based on the information provided within the question the term being described is called an Intranet. This (like mentioned in the question) is a local or restricted communications network,usually made as a private network within an organization and is created using Internet Protocol Technology.

I hope this answered your question. If you have any more questions feel free to ask away at Brainly.

Explanation:

Answer:

The 'router' sends info from a network to the internet

Explanation:

A router is a physical or virtual device that sends information contained in data packets between networks.

In this activity, you will create a Portable Document Format (PDF) version of a photography career résumé. You will include all the relevant detalls in the résumé to enhance the presentation. You will state your work experience, achievements, education, and other information that will help you get an edge over other applicants.​

Answers

Answer:

Use Adobe Acrobat or another software that enables you to create a PDF.

Explanation:

Download Adobe Acrobat from the official website.

Once you've installed the software, follow the instructions of your assignment. A good example of a resume for a photography career can be found through a web search, any should do.

Once you've opened up the program, you'll find the tools in the toolbar to help you organize the resume however you'd like it to look. It doesn't matter how you structure the resume, what matters is that you include all of the necessary information asked of you for your assignment.

You can look up important details that should be included in your resume online through a web search.

I hope this helps! And good luck!

Experienced students may serve as mentors if they are at least age 21 and have at least 3 years of post-secondary education. In cell L2. enter a formula using the IP and AND functions as follows to determine if Kay Colbert is eligible to serve as a mentor: a. The IF function should determine if the student's age is greater than or equal to 21 AND the student's post-secondary years are greater than or equal to 3, and should return the text Yes if a student meets both of those criteria or the text No if a student meets none or only one of those criteria.

Answers

According to the background material for the question, after typing the below Excel formula, the results are automatically obtained in the cell L2 as “Eligible”.

What is the explanation of the above?

According to the background material for the question, the MS Excel spreadsheet contains the following information:

Column A: contains the student IDColumn B: contains the student's nameColumn C: contains student age Column D: contains post-secondary yearsColumn E: contains the base rateColumn F: contains classColumn G: contains finance certifiedColumn H: contains whether gradStudentColumn I: contains electedColumn J: contains the qualified driverColumn K: contains leadership trainingColumn L: contains mentor.

The columns involved in the question are given as follows:

Column C:  contains the age of the studentColumn D:  contains post-secondary education

As a result, first, pick the L2 cell, then enter the following formula in the formula bar:

=IF(AND(C2>=21,D2>=3),"Eligible","Not Eligible")

After entering the formula below, the results are shown in cell L2 as "Eligible."

Learn more about Excel Formulas:
https://brainly.com/question/1285762
#SPJ1

write a method, tohours, that takes a number of hours and minutes as integers and that returns the total number of hours as a double. for instance the call tohours(1, 15) should return 1.25 since 1 h 15 min

Answers

Here's one way to implement the tohours method in Python:

The Python Program

def tohours(hours, minutes):

   return hours + minutes/60

This method takes two integers as arguments, hours and minutes. It returns the total number of hours as a decimal value by adding the hours argument to the result of dividing the minutes argument by 60.

For example:

>>> tohours(1, 15)

1.25

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

Attach a file with your answer. Design a 4-to-16 decoder using 2-to-4 decoders. The 2-to-4 decoders have 1-out-of-m output. A. Truth table B. Circuit Diagram

Answers

The truth table for a 4-to-16 decoder represents the output states for each input combination, while the circuit diagram illustrates the interconnections of the decoder components.

What is the truth table for a 4-to-16 decoder and its corresponding circuit diagram?

The steps and logic involved in designing a 4-to-16 decoder using 2-to-4 decoders.

A. Truth table for a 4-to-16 decoder:

The truth table for a 4-to-16 decoder would have 4 input lines (A3, A2, A1, A0) and 16 output lines (D15, D14, D13, ..., D0). Each combination of inputs would correspond to one output line being active (logic HIGH) while the rest are inactive (logic LOW).

B. Circuit diagram for a 4-to-16 decoder using 2-to-4 decoders:

To design a 4-to-16 decoder, you can use two 2-to-4 decoders and combine their outputs using additional logic gates.

The inputs of the 4-to-16 decoder would be connected to the input lines (A3, A2, A1, A0), and the outputs would be connected to the corresponding output lines (D15, D14, D13, ..., D0) as per the truth table.

Each 2-to-4 decoder would have two input lines and four output lines. The inputs of the 2-to-4 decoders would be connected to the

appropriate input lines of the 4-to-16 decoder, and their outputs would be combined using additional logic gates such as AND gates and NOT gates to generate the required 16 output lines.

Learn more about decoder represents

brainly.com/question/32415619

#SPJ11

When you use the Enter button on the Formula Bar to complete a cell entry , the highlight moves one row down.
True or false

Answers

When you use the Enter button on the Formula Bar to complete a cell entry, the highlight moves one row down is False. The formula bar in Microsoft Excel is a designated area located above the worksheet grid.

When you press the Enter button on the Formula Bar in Microsoft Excel, the active cell moves one cell down within the same column, not one row down. This behavior allows you to quickly enter data or formulas in a column and move to the next cell below.

If you want to move one row down, you can use the combination of the Enter button and the Shift key. Alternatively, you can change the default behavior of the Enter key in Excel options to move the selection one row down. Therefore, the statement is False.

To learn more about formula bar: https://brainly.com/question/30801122

#SPJ11

How to contact the school administrator? I have a very big problem with my school account I forgot password and Google keep saying Contact your domain admin for help so I know that I need to contact the school admin that give me the school account but the thing is she is no longer at school I contact her with her personal email help me plz

Answers

Answer: you can contct with her email or call the school

Explanation:its just wht u do

You already know how to use lists. What is the index of 5 in the following list?
[2, 3, 5, 1, 6]
O 4
02
O 1
03

Answers

The answer is 1, the 3rd circle

What potential barriers should you consider when making a communication plan? Select all that apply.
a. Time zone limitations
b. Linguistic and cultural differences
c. How competitors communicate
d. Privacy or internet access issues

Answers

When making a communication plan, you should consider the following potential barriers: a. Time zone limitations, b. Linguistic and cultural differences, d. Privacy or internet access issues.

When making a communication plan, it is crucial to consider potential barriers that may hinder effective communication. The three relevant barriers to consider are:

1. Time zone limitations: If you are working with a global or distributed team, different time zones can create challenges in scheduling meetings and coordinating real-time communication. It is important to find suitable meeting times that accommodate all participants and consider asynchronous communication methods when necessary.

2. Linguistic and cultural differences: Language barriers and cultural differences can impact understanding and interpretation. It is essential to be aware of language proficiency levels and cultural norms among team members or stakeholders. Providing clear and concise communication, using plain language, and being sensitive to cultural differences can help overcome these barriers.

3. Privacy or internet access issues: Communication may be hindered if individuals or locations lack reliable internet access or face privacy concerns. It is necessary to assess the technological capabilities and limitations of your audience and explore alternative communication channels or tools that can work in low-bandwidth environments or ensure privacy compliance.

While understanding how competitors communicate can be valuable for competitive analysis, it is not directly related to potential barriers in your communication plan. Therefore, it is not a relevant factor to consider in this context.

Know more about the communication plan click here:

https://brainly.com/question/30931318

#SPJ11

which benefits can a company gain by deploying a relational database on amazon rds instead of amazon ec2? (select two.)

Answers

When operating relational databases on AWS, the advantages of utilizing Amazon RDS over Amazon EC2 are:

A. Automated backups

D. Software patching

What does the phrase "relational database" mean?

When data is stored in one or so more tables (or "relations") of rows and columns it is simple to see and understand how distinct information structures relate to one another. A relational database is a repository of data that organises data in predefined relationships.

What are the uses of relational databases?

Relational databases are the best choice for sophisticated data processing and analysis. Tables can contain the same data in a non-relational database, but they cannot'relate' to one another. They may do so using a relational database. A relational database can be used to connect tables for client information and transactional data.

To know more about relational databases  visit:

https://brainly.com/question/14274747

#SPJ4

I understand that the question you are looking for is:

Which are benefits of using Amazon RDS over Amazon EC2 when running relational databases on AWS? (Choose two.)

A. Automated backups

B. Schema management

C. Indexing of tables

D. Software patching

E. Extract, transform, and load (ETL) management

_____ uses advanced operators and keywords that may possibly yield pages that contain sensitive information such as protected login screens.

Answers

A search engine uses advanced operators and keywords that may possibly yield pages containing sensitive information, such as protected login screens.

A search engine is a web-based tool that allows users to search for information on the internet. While search engines generally aim to provide relevant and helpful results, they also have advanced operators and keywords that can be used to refine search queries.

These advanced operators enable users to specify specific criteria, such as file types, site domains, or even search within a specific range of dates. However, some of these advanced operators and keywords may inadvertently yield results that contain sensitive information, such as protected login screens or other restricted content.

For example, using keywords like "login," "password," or "admin" in combination with specific operators can sometimes reveal webpages that were not intended to be publicly accessible. This underscores the importance of secure web development practices and highlights potential risks associated with sensitive information exposure. It is essential for website administrators and developers to implement appropriate security measures to protect sensitive data and ensure that sensitive pages are adequately protected from public access.

Learn more about Search engine: brainly.com/question/512733

#SPJ11

what happens if you add a finite number of terms to a divergent series or delete a finite number of terms from a divergent​ series?

Answers

When you add a finite number of terms to a divergent series or delete a finite number of terms from a divergent series, the series will still remain divergent. This is because the overall behavior of the series is not affected by the addition or removal of a finite number of terms. The series will continue to either grow without bound or not settle to a fixed value.

If you add a finite number of terms to a divergent series or delete a finite number of terms from a divergent series, the series still remains divergent. This is because a divergent series is one where the sum of the terms goes to infinity or negative infinity, and adding or deleting a finite number of terms does not change this fact. However, if you add or delete terms from a convergent series, it may change the sum of the series and whether it converges or diverges.
a divergent series is an infinite series that is not convergent, meaning that the infinite sequence of the partial sums of the series does not have a finite limit. If a series converges, the individual terms of the series must approach zero. Thus any series in which the individual terms do not approach zero diverges.

learn  more about divergent series here:

https://brainly.com/question/15415793

#SPJ11

Pedro needs to write a block of code that will repeat a loop six times. Which type of loop should he use?

for
else
else-if
while

Answers

Answer: D

Explanation:

Answer:

im pretty sure its for

Explanation:

Check all of the file types that a Slides presentation can be downloaded as.

.JPEG
.doc
.xls
.PDF
.pptx
.bmp

Answers

Answer:

.JPEG

.PDF

.pptx

General Concepts:

Google

Slides has an option to download a wide multitude of formats

Explanation:

If we go into File, and then under Download, we should be able to see which file types that a Slides presentation can be downloaded as.

Attached below is an image of the options.

Check all of the file types that a Slides presentation can be downloaded as. .JPEG.doc.xls.PDF.pptx.bmp
The answers are:
.JPEG
.PDF
.pptx

Hope this helped :D

Where can I watch yarichin b club lol

Answers

i know an app but hwne i try to write it it says inapooripirate...

hhbbbdjwkwbfiefbwjfbejdb

What is a conditional? When does one need to use one? Give an example using pseudo-code

Answers

Conditionals are expressions that evaluate to either true or false. They are mostly used to determine Program Flow through if statements and while loops.

explain why entrepreneurial activities are important to social development and progress of the econo​

Answers

Answer:

Through entrepreneurial activities entrepreneurs create new businesses and that results in employment and new ventures add to further economic growth. ... Through unique offerings of new goods and services entrepreneurs can make significant changes in the society by improving the quality of life of the people.

A 911 dispatcher is the sole sender of messages to all police officers. While on patrol, officers communicate with the dispatcher who, in turn, relays messages to other officers. The officers do not communicate directly with one another. This illustrates a __________ network.

Answers

Answer: Wheel

Explanation: When the transfer of information or message within a group or band is done or performed from a single source. This means that

information transfer done by all group members reaches only a single source, in this case the 911 dispatcher. Here, group members are only enabled to communicate with the dispatcher rather than between themselves. And information can only reach the group members through the dispatcher alone. In summary, inflow of information reaches the 911 dispatcher alone and information outflow to group members can be done by the dispatcher alone.

Write a python program that contains a main function and a custom, void function named show_larger that takes two random integers as parameters. This function should display which integer is larger and by how much. The difference must be expressed as a positive number if the random integers differ. If the random integers are the same, show_larger should handle that, too. See example outputs. In the main function, generate two random integers both in the range from 1 to 5 inclusive, and call show_larger with the integers as arguments.

Answers

def show_larger(n1,n2):
if n1>n2:
print(str(n1)+" is larger than "+str(n2)+" by "+str(n1-n2))
elif n2>n1:
print(str(n2)+" is larger than "+str(n1)+" by "+str(n2-n1))
else:
print(str(n2)+" is same as "+str(n1))
import random
def main():
n1 = random.randint(1, 5)
n2 = random.randint(1, 5)
show_larger(n1,n2)

main()

The given python program utilizes a custom function named show_larger to compare and display the larger integer between two random numbers. It also provides the difference between them, accounting for cases where the numbers are equal.

import random

def show_larger(num1, num2):

   if num1 > num2:

       difference = num1 - num2

       print(f"{num1} is larger than {num2} by {difference}.")

   elif num1 < num2:

       difference = num2 - num1

       print(f"{num2} is larger than {num1} by {difference}.")

   else:

       print(f"{num1} and {num2} are equal.")

def main():

   num1 = random.randint(1, 5)

   num2 = random.randint(1, 5)

   show_larger(num1, num2)

main()

Examples:

If num1 = 3 and num2 = 2:

Output: 3 is larger than 2 by 1.

If num1 = 4 and num2 = 4:

Output: 4 and 4 are equal.

To learn more on Python click:

https://brainly.com/question/30391554

#SPJ2

http is an application layer protocol that enables the transfer of

Answers

HTTP stands for HyperText Transfer Protocol. It is an application layer protocol that is used to transmit information on the Internet.

It enables the transfer of hypertext documents between web servers and clients.

The protocol has been in use since 1991. When a user clicks on a link, HTTP is used to request the webpage from the server where the page is hosted. Once the server receives the request, it responds with the webpage.

The HTTP protocol defines how clients can request webpages from servers and how servers can respond to client requests.

It is used in conjunction with other Internet protocols like TCP/IP and DNS.

Know more about HTTP here:

https://brainly.com/question/27894163

#SPJ11

I handle the graphics that are displayed on the monitor (what part of the computer is this)?

Answers

Answer:

Graphics Card or Video Card

Explanation:

Complete the static method stringSearch, which returns a String that tells where the first occurrence of the characters (chr) were found ("The characters were found at ____ index.") or it says, "Those characters could not be found." The String to be searched (phrase) and the characters that are being looked for (chr) are passed in as arguments. (9 points) public static String stringSearch (String phrase, String chr) { ** Complete the code ** }

Answers

Well can't do it for you but try using that phrase argument with string compare functionality
Other Questions
A piece of land was purchased for $65,000. The value of the land has slowly been decreasing by 1% annually. What will the land be worth in 20 years? PLSSSSS HELPOLP URGENT!!!!What are the coordinates of the endpoints of P'Q' after a reflection of PQover x = -3? List the 6 of the most important characteristics of a civilization*Of Solow-Swan Model with human capital In class, we laid down the basics of the Solow-Swan Model with human capital. You will now solve it completely to determine steady states, growth rates etc that result from this extension. Set up: The production function is given by: Y-AK? (Nh)- where N is a constant population level and he is the per capita level of human capital. 1 Y = C + S Law of motion for per capita physical capital is given by: k+1 = (1 6)k + 8y Law of motion for per capita human capital is given by: h+1 = (1 8)h+q 7,- is the ratio of human to physical capital at time t Questions: (a) Divide the laws of motion for per-capita physical capital and per-capita human capital by k, and h, respectively. Express the growth rate of per capita physical capital (92) and the growth rate of per capita human capital (g) solely as a function of parameters A, 8, a.s, q and r. (b) Consider the case in which r- r- for all t (the economy starts out with the long run ratio of human to physical capital). Rewrite the per capita production function just in terms of per-capita capital. Does the production function exhibit diminishing returns in capital anymore? (c) Using the result from part b, re-derive the Solow-Swan equation. That is, find the expressions that gives you k+1 as a function of k, and the parameters. (d) What is different about this version of the Solow-Swan equation? Is your law of motion for per capita capital still concave or is it linear? What does this imply for the evolution of per-capita capital? (e) Draw a phase diagram where k, is on the x-axis and k+1 is on the y-axis. What can you say about the steady state in this model? Are there any? What does this model predict about growth of GDP per capita? (Hint: You will have 3 cases, 1) where 8 = sAr, 2) where 8 sAr-. Comment on the existence and stability of steady states if any?) (f) Assume that the rate of return for capital is equal to capital's marginal product, MP - K Does this model help explain low rates-of-return to capital in poor countries relative to rich countries? (g) Revisit the law of motion for human capital, h+1 = (1-8)h +qy. Do you think it's reasonable to include depreciation (6) in the equation? Explain. (h) Remember that he stands for per-person human capital. Under certain conditions, does the law of motion imply that he can grow indefinitely? Is that reasonable? (i) Bonus question: Suppose we changed the law of motion of human capital to include an upper limit. If he A graduated cylinder is filled to an initial volume of 20ml. A ball is dropped into the graduated cylinder. The final volume of the graduated cylinder is 29 ml. If the has a mass of 27 g. What is the density of the ball? a point charge q1q1 is placed at point a, a distance dd from a second point charge q2q2 , as shown. an external agent then moves q1q1 in a circular arc of radius dd from point a to point b. which of the following equations describes the work done on q1q1 by the electric force from q2q2 ? In terms of reform strategies, what is your take of the "dual-track price system" as a strategy from plan to market, as opposed to the "big bang" approach adopted in the former Soviet Union? Institutions are said to be easy to topple but difficult to build. Do you agree or disagree? A car passes you going at 15 m/s and accelerating at 0.2 m/s2. Another person farther along on the road observes it traveling at 30m/s. How far are you from the other person? how do I get better at Anatomy and Proportions? Can someone plz help me with this one problem plz!!! A slimy rock cod with bulging eyes that pleaded not to be thrown into a pan of hot oil.What is the opposite of this sentence? many flat roofs are provided with a slight slope, typically from front to rear, in order to This unbalanced equation represents a chemical reaction:Pb(NO3)2 + Nal NaNO3 + PbI2What is the coefficient for Nal once the equation is balanced? . 1B. 2 C. 3D. 4 When correcting errors in a trial balance, the ruling method should be used a.when a proper entry has been made but posted to the wrong account or for the wrong amount. b.if an incorrect entry has been journalized and posted to the wrong account. c.when an incorrect journal entry has been made, but not yet posted. d.when an incorrect journal entry has been made, but not yet posted and when a proper entry has been made but posted to the wrong account or for the wrong amount Ba-ba-da-ba, da-ba-da-baBa-ba-da-ba, da-ba-da-baBa-ba-da-ba, da-ba-da-baBa-ba-ba-baI think about that dayI left him at a Greyhound stationWest of Santa FWe were seventeen, but he was sweet and it was trueStill I did what I had to do'Cause I just knewSummer Sunday nightsWe'd sink into our seatsRight as they dimmed out all the lightsA Technicolor world made out of music and machineIt called me to be on that screenAnd live inside each sceneWithout a nickel to my nameHopped a bus, here I cameCould be brave or just insaneWe'll have to see'Cause maybe in that sleepy townHe'll sit one day, the lights are downHe'll see my face and think of howHe used to know meClimb these hillsI'm reaching for the heightsAnd chasing all the lights that shine (lights that shine)And when they let you down (it's another day of)You'll get up off the ground (it's another day of)'Cause morning rolls aroundAnd it's another day of sunI hear 'em every dayThe rhythms in the canyonsThat'll never fade awayThe ballads in the barroomsLeft by those who came beforeThey say "you gotta want it more"So I bang on every doorAnd even when the answer's "no"Or when my money's running lowThe dusty mic and neon glowAre all I needAnd someday as I sing my songA small-town kid'll come alongThat'll be the thing to push him on and go, goClimb these hills, I'm reaching for the heightsAnd chasing all the lights that shine (lights that shine)And when they let you down (it's another day of)You'll get up off the ground (it's another day of)'Cause morning rolls aroundAnd it's another day of sunAnd when they let you downThe morning rolls aroundIt's another day of sun (oh)It's another day of sun (oh)It's another day of sun (sun, sun, sun, sun)It's just another day of sun (oh)Just another day of sun (oh)It's another day of sun (sun)Another day has just begun (oh)It's another day of sunIt's another day of sun Which Reconstruction Plan included the 10% plan of Lincoln and added the 13th Amendment under Johnson? Based on the followiru information, current assets are Based on the following information, current liabilities are. ? Pizza restaurant has two powerful refrigerators. Costco sells a number of refrigerators in its store. Where would refrigerators go on a classified balance sheet of those companies? Keep in mind, that the classification depends on the asset USE by the company Restaurant: In Property, plant and equipment section Costco: Investments Restaurant: In Property, plant and equipment section Costco: Current asset section Restaurant: Current asset section Costco: Current asset section Restaurant: In Property, plant and equipment section Costco: In Property, plant and equipment section story in which running plays an important role Which statement could help explain the change in water temperature?Higher turbidity allows water to absorb more sunlight, causing a decrease in temperature.ureHigher turbidity allows water to absorb less sunlight, causing a decrease in temperature.Higher turbidity allows water to absorb more sunlight, causing an increase in temperature.Higher turbidity allows water to absorb less sunlight, causing an increase in temperature. 2a 5 = 3apleaseeee help me slove it