Question

I have the following data: Month on Month data for Loan Officer sales in every county...

I have the following data:

Month on Month data for Loan Officer sales in every county and state.

i.e. I have the transaction price, date, sales person details etc.


But there is a big variation in the average count and dollar value of transactions in every state.


I am trying to represent sales growth. Would I use a SQL index to do this and how would I define this index?
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Yes,we can use index to represent growth of sales based number of units sold in each state(may also use Average Count). we cannot find sales based on both average count and dollar value of transactions,the reason is in one state sales is low value is high with this we cannot find Accurate Sales Growth.

Example of using Index:

create index index_name on Table_name(Column1,Column2,...);

-> After using index based on number of units sold of products we can easily find sales growth.

Add a comment
Know the answer?
Add Answer to:
I have the following data: Month on Month data for Loan Officer sales in every county...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The name of my Collection is : People. I am just mentioning the example of data...

    The name of my Collection is : People. I am just mentioning the example of data of people: > db.people.find().limit(1) { "_id" : ObjectId("5d7d87aafed1d209fd0ed58f"), "name" : { "last" : "Keyes", "first" : "Ella", "middle" : "Bella" }, "age" : 43, "gender" : "F", "address" : { "city" : "Lamesa", "state" : "TX" }, "skills" : [ "SQL", "Python", "Perl", "Julia" ] } Could you please help me to solve below questions? 1) Find the number of people in each ten...

  • i have sales data for the period jan to june 2016 how do i calculate the...

    i have sales data for the period jan to june 2016 how do i calculate the implied seasonal index for each month Actual Seasonally adjusted index jan 150 176 ? feb 140 175 ? mar 130 173 ? apr 120 185 ? may 110 183 ? june 190 158 ? the trend equation based on the last 6 months seasonally adjusted data is ? seasonally adjusted sale Y = 150 + 10k so than do a forecast of actual month...

  • 1. You are applying for a business loan. The two reports that your loan officer is...

    1. You are applying for a business loan. The two reports that your loan officer is most likely to require are: a. Transaction Detail Report and Accrual Basis Report b. Income Statement (Profit and Loss Statement) and Transaction Detail Report c. Income Statement (Profit and Loss Statement) and Balance Sheet Report d. Transaction Detail Report and Cash Basis Report 2. In QuickBooks, 'Units of Measure' is used to define: a. Whether QuickBooks will use Imperial or Metric measurements b. Whether...

  • Sales Data Analysis A company has multiple salespeople. Every month, they go on road trips to sel...

    Sales Data Analysis A company has multiple salespeople. Every month, they go on road trips to sell the company's product. At the end of each month, the total sales for each sales person, together with that salesperson's ID and the month, is recorded in a file. At the end of each year, the manager of the company wants to see an Annual Sales Report in the format illustrated in the sample execution below. Your report should look substantially similar to...

  • I have a homework and I am having a hard time with few of the answers...

    I have a homework and I am having a hard time with few of the answers and I would like to get some guidance.I answer questions 1-4 but I am get confused with 5,6 and 7. Could you please someone help me? Transactions for Blackberry Mountain Inc for the month of January is as follows: 1 Company issued common stock for $21,000 2a Supplies are purchased for $3,000. 2b Insurance is paid for 6 months beginning January 1: $5,400 (record...

  • I need help and have to get this done asap: Using the following source codes provided...

    I need help and have to get this done asap: Using the following source codes provided below, create recursive functions and methods in C++ to complete the following exercises: Print the list in forward order Print the list in reverse order Print the following three lines (in this order): "The first node contains <value in first node>" "The last node contains <value in last node>" "The first node contains <value in first node>" Print the sum of all the values...

  • Verizon LTE 10:13 AM 66% Math 2193.docx Done Preface: I am an adjunct dental hygiene instructor in the Dental Hygiene Program at Southwestern College. The current senior class has 30 dental hygi...

    Verizon LTE 10:13 AM 66% Math 2193.docx Done Preface: I am an adjunct dental hygiene instructor in the Dental Hygiene Program at Southwestern College. The current senior class has 30 dental hygiene students graduating at the end of this month. The 30 senior students have treated patients during their second semester (8 patients required), third semester (12 patients required) and fourth semester (18 patients required) during the program. The total number of patients treated in the dental hygiene clinic were...

  • So I have to write a filtering system, which may apply preprocessed ruleset to data -...

    So I have to write a filtering system, which may apply preprocessed ruleset to data - and trigger some actions defined in the ruleset while continuing its evaluation. <ruleset name="1"> <rule> <conditions>    <and>     <or>      <match image="aceofspades" level="70" />      <match image="aceofdiamonds" level="66" />     </or>     <not>      <match image="aceofclubs" level="60" />     </not>    </and> <action name="apply_ruleset" ruleset="2"> </rule> <rule> ... </rule> </ruleset> <ruleset name="2"> </ruleset> (Good example of what it feels to be alike: sendmail...

  • Your project will require you to develop a database design to solve a real-life data management...

    Your project will require you to develop a database design to solve a real-life data management problem. It can be any problem in your work environment or for another organization, for example, a bookstore (think of how Amazon uses databases), a course management system (think of how a university manages courses), a bank (think of how your bank works), and an online auction site (think of how Ebay works). You will develop a database to solve this problem You will...

  • I need help and have to get this done asap: Using the following source codes provided below, create recursive functions...

    I need help and have to get this done asap: Using the following source codes provided below, create recursive functions and methods in C++ to complete the following exercises: Print the list in forward order Print the list in reverse order Print the following three lines (in this order): "The first node contains <value in first node>" "The last node contains <value in last node>" "The first node contains <value in first node>" Print the sum of all the values...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT