Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. SQL statements

SQL statements

Scheduled Pinned Locked Moved Database
databasehelpquestion
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Erick Kaira
    wrote on last edited by
    #1

    Can anyone help me write the answers to this question in sql, I couldn't manage to upload, a full question, can anyone help with a simple demonstration on this question based on any assumption I) Find the Employers name, address of employers and the number of students sponsored by each employee. iv) Find the average fees of students sponsored by employer with number 02

    V S D M 4 Replies Last reply
    0
    • E Erick Kaira

      Can anyone help me write the answers to this question in sql, I couldn't manage to upload, a full question, can anyone help with a simple demonstration on this question based on any assumption I) Find the Employers name, address of employers and the number of students sponsored by each employee. iv) Find the average fees of students sponsored by employer with number 02

      V Offline
      V Offline
      Victor Nijegorodov
      wrote on last edited by
      #2

      I guess no one could help you without seeing the database structure and the exact problem you have to do it yourself.

      1 Reply Last reply
      0
      • E Erick Kaira

        Can anyone help me write the answers to this question in sql, I couldn't manage to upload, a full question, can anyone help with a simple demonstration on this question based on any assumption I) Find the Employers name, address of employers and the number of students sponsored by each employee. iv) Find the average fees of students sponsored by employer with number 02

        S Offline
        S Offline
        SeanChupas
        wrote on last edited by
        #3

        As Victor said, there is no way anyone can help without knowing what the table structure is. Where are you stuck?

        1 Reply Last reply
        0
        • E Erick Kaira

          Can anyone help me write the answers to this question in sql, I couldn't manage to upload, a full question, can anyone help with a simple demonstration on this question based on any assumption I) Find the Employers name, address of employers and the number of students sponsored by each employee. iv) Find the average fees of students sponsored by employer with number 02

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          Have you read point #11 here?

          "One man's wage rise is another man's price increase." - Harold Wilson

          "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

          "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

          1 Reply Last reply
          0
          • E Erick Kaira

            Can anyone help me write the answers to this question in sql, I couldn't manage to upload, a full question, can anyone help with a simple demonstration on this question based on any assumption I) Find the Employers name, address of employers and the number of students sponsored by each employee. iv) Find the average fees of students sponsored by employer with number 02

            M Offline
            M Offline
            Mycroft Holmes
            wrote on last edited by
            #5

            You need to: select from employers join to students group by count Then join that query to fees group by avg Seriously if this is beyond you then withdraw from the course.

            Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups