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

  • Home
  • SEARCH
  • 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 6833063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T22:56:03+00:00 2026-05-26T22:56:03+00:00

My sql knowledge is not that good and after 2 hours of brainstorm i

  • 0

My sql knowledge is not that good and after 2 hours of brainstorm i decided to ask my fellow friends in here.

Here is my problem, i am developing a travel website. There are regions and prices table. structure is basicly like this.

regions             region_contents         prices
-------             ----------------        --------
regionId            regionId                priceId
regionName          hotelId                 hotelId
someMoreFields      someMoreFields          price
                                            beginDate
                                            endDate
                                            someMoreFields

What i want out of this data is

  +-----------------+-------------+-------------------------+
  |        hotelId  |  hotelName  |  min price for this Id  |
  +-----------------+-------------+-------------------------+
  |        hotelId  |  hotelName  |  min price for this Id  |
  +-----------------+-------------+-------------------------+
  |        hotelId  |  hotelName  |  min price for this Id  |
  +-----------------+-------------+-------------------------+
  |        hotelId  |  hotelName  |  min price for this Id  |
  +-----------------+-------------+-------------------------+

I query for all the hotels in spesific region ordered by min price for each hotel and the endDate of price for each hotel should be later than NOW().

Thanks in advance.
Also apoligies for bad grammar.

  • 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-26T22:56:03+00:00Added an answer on May 26, 2026 at 10:56 pm

    This query should be what you need:

    SELECT hotel_id, hotel_name, MIN(price)
    FROM region
    JOIN region_contents 
       ON regionName = <reqdname> AND region.regionID = region_contents.regionID
    JOIN prices 
       ON region_contents.hotel_id = prices_hotel_id
    WHERE end_date > NOW()
    GROUP BY hotel_id
    ORDER BY MIN(price)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem with a query that works in phpmyadmin but not with
My SQL knowledge is very limited, specially about SQLite, although I believe this is
Just for knowledge in interview question, and my knowledge. SQL - Difference between Cluster
SQL Server a stored procedure written in C# on the .NET 2.0 framework that
SQL Server 2005 Profiler shows that a Stored Procedure (SP) was called and what
I'm trying to optimize SQL queries in Akonadi and came across the following problem
I have an application that I would like to have support SQL Server Mirroring.
In one of my process I have this SQL query that take 10-20% of
I have a table that contains many rows of SQL commands that make up
im very new to this and have a very basic knowledge php and SQL

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.