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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T00:38:50+00:00 2026-06-02T00:38:50+00:00

I have the following database, the first table users is a table containing my

  • 0

I have the following database, the first table users is a table containing my users, userid is a primary key.

user table

The next is my results table, now for each user, there can be a result with an id and it can be against an exam. Is it ok in this scenario to use “id” as a primary key and “userid” as a foreign key? Is there a better way I could model this scenario?

results table

These then link to the corresponding exams…

enter image description here

  • 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-02T00:38:51+00:00Added an answer on June 2, 2026 at 12:38 am

    I would probably not have userid as a varchar. I would have that as an int as well.

    So the user table is like this:

    userId int
    userName varchar
    firstName varchar
    lastName varchar
    

    And then the forenkey in the results table table would be an int. Like this:

    userId int
    result varchar
    id int
    examid INT
    

    Becuase if you are plaing on JOIN ing the tables together then JOIN ing on a varchar is not as fast as JOIN ing on a INT

    EDIT

    That depend on how much data you are planing to store. Beause you know that there is a minimum chans that GUIDs are not unique. Simple proof that GUID is not unique. I think if I would design this database I would go with an int. Becuase it feels a little bit overkill to use a GUID as a userid

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

Sidebar

Related Questions

I have a table named users and each row (user) has an image. The
EF 4.1 Database First approach. Say I have this table schema Users 1---M UserRoles
Let's say I have the following database table: record_id | record_date | record_value -----------+-------------+--------------
I have the following tables in the database. users ----------------- | id | username
I have the following tables in the database. users ----------------- | id | username
I have the following database table consisting of a series of tasks: id BIGINT
I have a users table, the user ID is public. But I want to
I have user table having fields gender and first name like this.. The value
I have the following domain model setup using EF code first: public class User
I'm using the following codes to add a user to a table called USERS

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.