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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:57:40+00:00 2026-06-18T09:57:40+00:00

I am designing a database that has many users. Each user is tied to

  • 0

I am designing a database that has many users. Each user is tied to many questions. Each question has one answer. Each question is tied to one category. There is also an interval table that I track the next time a user is due to be asked a particular question along with the interval that question is asked.

user table
– userid
– username
– password
-email
-created
-lastlogon

question table
– questionid
– question
– answer

category table
– categoryid
– category
– questionid

interval table
– userid
– questionid
– interval
– nextdate

Is this the correct approach/design for this data?

I was debating about combining the category and question table, would that be a good idea? Or I was thinking of making a linking table to store just the categoryid’s and questionid’s, but I am not so sure about that design. If I am not clear enough on, please just ask I will attempt to clarify.

  • 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-06-18T09:57:41+00:00Added an answer on June 18, 2026 at 9:57 am

    This is how I would probably do it:

    CREATE TABLE [Users] (UserID, Username, Password, Email, Created, LastLogon)
    
    CREATE TABLE [Questions] (QuestionID, Question, Answer, Interval, CategoryID)
    
    CREATE TABLE [Categories] (CategoryID, Category)
    
    CREATE TABLE [User_Intervals] (UserID, QuestionID, NextDate)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am designing a database that contains questions, answers and categories. One question can
I'm designing a new DataBase that at the moment has 50 Tables. For many
I'm designing a database for an organization that has multiple types of users. At
We're designing a database that has a simple table called Person. Each person can
I am designing a database for a project. I have a table that has
ORIGINAL (see UPDATED QUESTION below) I am designing a new laboratory database that tests
I'm designing a database that has a couple of tables; FAQ's, Bulletins, and Attachments.
I'm designing a database that will be the backend for a marketplace website. There
I am designing database tables for a master-detail scenario. The specific requirement is that
Assuming that best practices have been followed when designing a new database, how does

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.