Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6173865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:38:58+00:00 2026-05-23T23:38:58+00:00

I just need a single MySQL line query for the following. Lets say there

  • 0

I just need a single MySQL line query for the following.

Lets say there are 2 simple tables: Class and Books

Class
ID--Name-----Students
1——KG———–20
2——Grade(3)—25
3——Grade(5)—30

Books
ID--ClassId--Title-------------Cost
1—–1————–Drawing——————5
2—–3————–History——————–25
3—–1————–A-to-Z——————–10
4—–2————–Alphabets—————20
5—–3————–Maths——————–15
6—–2————–English——————-30

Lets say:
What we only know is —–> ID of the Class
What we have to find is —> Book Cost of a class. (Books for Each Students In A Class)

Can I just have a Single Line of Query for it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T23:38:59+00:00Added an answer on May 23, 2026 at 11:38 pm

    Try this:

    In Single Line:

    SELECT SUM(Class.Students * Books.Cost) AS BookCost  FROM Books INNER JOIN Class       ON Books.ClassId = Class.ClassId WHERE Books.ClassId = <CLASS-ID-VALUE>  GROUP BY Books.ClassId
    

    With formatting:

    SELECT SUM(Class.Students * Books.Cost) AS BookCost
      FROM Books INNER JOIN Class
       ON Books.ClassId = Class.ClassId
    WHERE Books.ClassId = <CLASS-ID-VALUE>
    GROUP BY Books.ClassId
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Often I just need to get a single value from MySQL that I know
I have a MySQL table with just a single text type column with lots
Assume PHP/MYSQL but I don't necessarily need actual code, I'm just interested in the
Just need a little bit of Javascript to warn people that press the back
Just need get some vals located in application.ini(main ini) in the Controller plugin I
I just need a file (picture, pdf or other type file for printing) of
I just need to know if WCF is platform independent like Webservices? Can the
I just need to be pointed in the right direction - I can research
I just need some clarification on variables A normal variable has 2 parts to
I just need to rename JQgrid column dynamically as per user selection from a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.