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
Svetllana [295]
3 years ago
9

The CFO of company ABC wants to give every employee a 3% raise, but would like a report to confirm if this is possible. Write an

SQL statement that would pull this report from the Employee table. They are requesting just the Employee ID, Current Salary, and Salary plus 3%. Salary is saved in the database for the employees annual pay.
Business
1 answer:
katrin [286]3 years ago
4 0

Answer:

For such a report , the sql query required would be:

SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;

Explanation:

For such a report , the sql query required would be:

SELECT emp_id, curr_salary, curr_salary*1.03 AS inc_salary FROM Employee;

In the above  sql query  employee id is emp_id , curr_salary is the current salary column.  "curr_salary*1.03" is been made because an increment of 3% means salary + salary*3% , that is , salary*1.03.

You might be interested in
If you were a business owner, which one would be more important to you (making money or being happy)?
OleMash [197]

Answer:

being happy

Explanation:

5 0
3 years ago
Read 2 more answers
MacCoun and Reuter calculate that for which of the following substances is the elasticity index the greatest—that is, there is t
stellarik [79]

Answer: MARIJUANA

Explanation: MARIJUANA has been known to have different names such as Herb,pot,ganja etc. Many countries of the World have placed Ban or strict regulations to control the use of Marijuana.

MacCoun and Reuter were former staff or RAND,they discovered that a one percent Increase in price will lead to a decrease in demand for Marijuana,which means the demand for Marijuana is elastic. They also proposed that a decrease in consumption should be applied in the regulation instead of Banning the usage of a psychostimulants like Marijuana.

8 0
3 years ago
What is job description​
Tanzania [10]

A job description or JD is a written narrative that describes the general tasks, or other related duties, and responsibilities of a position. It may specify the functionary to whom the position reports, specifications such as the qualifications or skills needed by the person in the job, information about the equipment, tools and work aids used, working conditions, physical demands, and a salary range. Job descriptions are usually narrative,[1] but some may comprise a simple list of competencies; for instance, strategic human resource planning methodologies may be used to develop a competency architecture for an organization, from which job descriptions are built as a shortlist of competencies.[2][not specific enough to verify]

According to Torrington, a job description is usually developed by conducting a job analysis, which includes examining the tasks and sequences of tasks necessary to perform the job. The analysis considers the areas of knowledge, skills and abilities needed to perform the job. Job analysis generally involves the following steps: collecting and recording job information; checking the job information for accuracy; writing job descriptions based on the information; using the information to determine what skills, abilities, and knowledge are required to perform the job; updating the information from time to time. [3] A job usually includes several roles. According to Hall, the job description might be broadened to form a person specification or may be known as "terms of reference". The person/job specification can be presented as a stand-alone document, but in practice it is usually included within the job description. A job description is often used by employers in the recruitment process.

4 0
3 years ago
Which of the following is true of​ resources? A. Their availability is unlimited. B. They are inputs used to produce goods and s
kvasek [131]

Answer: D. Both b and c

Explanation: Resources are a set of elements available to solve a need, they are usually used as raw material to supply companies, however their availability may be limited, so there may be a shortage that is the lack of something in the market, given this situation should be increased the amount available for production to be continued.

8 0
3 years ago
Suppose the economy is initially in long-run equilibrium. the fed enacts a policy to:____.
adell [148]

Suppose the economy is initially in long-run equilibrium. the fed enacts a policy to the Fed.

The structure or conditions of economic life in a country, region, or era: the economic system. 2a: Economical and Efficient Use of Material Resources: Thrifty Spending: Example or Means of Savings: Savings.

The economy is defined as the management of financial affairs in a community, business, or family. An example in economics is the US stock market system. Careful use of assets, resources, etc. Reduce waste through careful planning and use. economical or frugal use.

Learn more about the economy at

brainly.com/question/1106682

#SPJ4

4 0
1 year ago
Other questions:
  • A mortgage is a legal agreement between a borrower and a
    15·2 answers
  • You just took out a​ $12,000 loan for your small business. the loan has a four year term and repayment is in the form of four eq
    9·1 answer
  • A decrease in government spending
    14·1 answer
  • Brian owns a company that makes inexpensive replacement parts for bicycles. He's ready to increase the scale of his business and
    8·1 answer
  • Classifying Cash Flows Identify the type of cash flow activity for each of the following events (operating, investing, or financ
    13·1 answer
  • An annuity Question 6 options:
    15·2 answers
  • An important social cost of economic growth is ____________.
    12·1 answer
  • Greg belongs to a society which makes very few distinctions between people and groups. This is reflected in his company, Sonata
    7·2 answers
  • Your task is to study and examine precisely what the project you are involved with is trying to accomplish, in order to set defi
    13·1 answer
  • What factor is NOT included in determining the total cost of a loan?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!