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
kodGreya [7K]
3 years ago
15

Suppose that we want the number of male employees in each department making more than $30,000, rather than all employees (as in

Exer- cise 7.5a). Can we specify this query in SQL? Why or why not?
Business
1 answer:
DanielleElmas [232]3 years ago
7 0

Answer:

The query may still be specified in SQL by using a nested query as follows (not all

implementations may support this type of query):

SELECT DNAME, COUNT (*)

FROM DEPARTMENT, EMPLOYEE

WHERE DNUMBER=DNO AND SEX='M' AND DNO IN ( SELECT DNO

FROM EMPLOYEE

GROUP BY DNO

HAVING AVG (SALARY) > 30000 )

GROUP BY DNAME;

Explanation:

You might be interested in
Which payment option takes money out of your bank immediately?.
Oduvanchick [21]

Answer:

auto pay takes money out automatically

3 0
2 years ago
This a type of unemployment that always exists and are relatively stable over time, including seasonal, structural, and friction
Darya [45]

<u>Answer: </u>Natural unemployment

<u>Explanation:</u>

Natural unemployment always exists even in a healthy economy this is because the people keep changing their jobs and they even leave the current job in search of the new ones. Natural unemployment also includes other types of unemployment such as seasonal, structural and frictional unemployment types.

Also some people might possess skills that are not necessary in the labor market. The natural unemployment is still in the economy even when there is technological advancement, industry expansion. New labor forces enter into market every year and people search jobs for better opportunities.

6 0
3 years ago
Read 2 more answers
A business should endeavor to be socially responsible in its actions and conduct under what set of circumstances?
serg [7]

Answer: All of the above

Explanation:

A company should endeavour to be socially responsible if it will result in any of the listed circumstances as they are all benefits.

If this would increase the company's competitive advantage it should be embarked on as it would lead to the company having a better position in the market. It can also reduce the cost to the company of reputation damaging incidents.

A company having improved efficiency and workforce retention is a good company and if socially responsible actions will bring that, the company should do it. And with the purpose of a company being to maximise shareholder value, a company should definitely engage in socially responsible actions if there is a high correlation between CSR and stock price.

3 0
3 years ago
Simon Company’s year-end balance sheets follow. At December 31 2017 2016 2015 Assets Cash $ 31,800 $ 35,625 $ 37,800 Accounts re
sweet [91]

Answer:

Explanation:

Balance Sheet

//2017// % // 2016 // % // 2015 //%//

Cash

//$31,800// 6% // $35,625 // 8% // $37,800 //10%//

Accounts Receivable

//$89,500// 17% // $62,500 // 14% // $50,200 //13%//

Inventory

//$112,500// 22% // $82,500 // 19% // $54,000 //14%//

Prepaid Expenses

//$10,700// 2% // $9,375 // 2% // $5,000 //1%//

TOTAL CURRENT ASSETS  

//$244,500// 47% // $190,000 // 43% // $147,000 //39%//

Plant Assets

//$ 278,500// 53% // $ 255,000 // 57% // $ 230,500 //61%//

TOTAL NON CURRENT ASSETS

//$278,500// 53% // $255,000 // 57% // $230,500 //61%//

TOTAL ASSETS

//$523,000// 100%// $445,000 // 100% //$377,500 //100%//

Accounts Payable

//$129,900// 57% // $75,250 // 43% // $51,250 // 38% //

TOTAL CURRENT LIABILITIES

//$129,900// 57% // $75,250 // 43% // $51,250 // 38% //

Long Term Notes Payable

//$98,500// 43% // $101,500 // 57% // $83,500 // 62% //

TOTAL NON CURRENT LIABILITIES

//$98,500// 43% // $101,500 // 57% // $83,500 // 62% //

TOTAL LIABILITIES

//$228,400// 100% // $176,750 // 100% //$134,750//100%//

Common Stock

/$163,500// 55% // $163,500 // 61% // $163,500 //67%//

Retained Earnings

//$131,100// 45% // $104,750 // 39% // $79,250 //33%//

TOTAL EQUITY  

//$294,600// 100% //$268,250 //100%// $242,750 //100%//

TOTAL EQUITY + LIABILITIES

//$523,000// 100%// $445,000// 100%// $377,500// 100%//

4 0
3 years ago
In the country of 2, citizens are restricted from moving out of the strata they are born into. Also, individuals are allowed to
vlada-n [284]

Answer:

Caste system

Explanation:

The caste system is referred to as the system in which people are restricted to their own strata. it is referred to social structure in which people are bound to it and restricted to follow their own culture.

In a country like India, the caste system plays a vital role in deciding the social status of people. High caste people are assumed to have higher social status than other lower caste.

3 0
3 years ago
Other questions:
  • Which type of credit is usually due within 30 days, and the borrower pays the amount due all at once?
    9·2 answers
  • Too Young, Inc., has a bond outstanding with a coupon rate of 6.9 percent and semiannual payments. The bond currently sells for
    7·1 answer
  • Under former CEO Kalanick, when Uber entered into a new market, it often disregarded local laws and allowed its drivers to begin
    5·1 answer
  • 2. You retire at age 60 and expect to live another 23 years. On the day you retire, you have $568,900 in your retirement savings
    5·1 answer
  • Who is Josef Mengele​
    10·1 answer
  • The animated film is a comedy adventure about a 78-year-old balloon salesman named Carl Fredricksen who reflects on his childhoo
    6·1 answer
  • A monopoly is a market that has--
    15·2 answers
  • Given the following data: Work in process, beginning $14,000 Work in process, ending 20,000 Direct labor costs 4,000 Cost of goo
    14·1 answer
  • The proposition that if private parties can bargain without cost over the allocation of resources, they can solve the problem of
    12·1 answer
  • The cover letter should _____.
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!