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 646595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T21:37:45+00:00 2026-05-13T21:37:45+00:00

this is my relational model: Request —————————— RequestId —————————— 1 2 RequestState —————————— RequestStateId

  • 0

this is my relational model:

  Request
  ------------------------------
  RequestId
  ------------------------------
  1
  2


  RequestState
  ------------------------------
  RequestStateId | Name
  ------------------------------
  10             | Received
  20             | Processing
  30             | Finsihed


  Request_RequestState
  -------------------------------------------------------------------
  Request_RequestStateId | RequestId | RequestStateId | CreatedOn
  -------------------------------------------------------------------
  1                      | 1         | 10             | 2010-01-01
  2                      | 1         | 20             | 2010-01-02
  3                      | 2         | 10             | 2010-01-15

Each time a request state changes, this change is stored.
Now I need to list requests by its current state.
Like “Get all requests with current state = Received”.

So far I only managed to created a query that return requests of a given state, but it doesn’t matter if it is the current state or an older one… So I somehow need to use CreatedOn to get the latest/current state.

Any help? Thanks in advance!

  • 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-13T21:37:46+00:00Added an answer on May 13, 2026 at 9:37 pm

    You change your model…

    With the current scheme, as more and more data changes take place, it will take longer and longer to determine the current state using the queries suggested above…

    You need a “Current_Request_State” attribute on your request.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Profile model and two ActiveRecord::Relations of this model. SQL request of
Here's a simple relational pair of models. class Shelf(models.Model): name = models.CharField(max_length=100) def has_books(self):
This is the model relation: class Tag(models.Model): name = models.CharField(max_length=100) description = models.CharField(max_length=500, null=True,
I have a model Teacher like this: name = models.CharField(max_length=100,unique=True) course = models.ManyToManyField(Course) And
I'm stumped on this. I have a simple backbone-relational model: window.Site = Backbone.RelationalModel.extend({ idAttribute:
This statement is returning error 00920- invalid relational operator. I am sure it is
I've one model, which has several(6) linked tables. Most of times, I use this
I have determined a relational model makes more sense for a particular collection in
I'm trying to come up with a relational model and database implementation, but keep
I have a relational model with an associative table. But in addition to the

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.