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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:32:18+00:00 2026-06-14T11:32:18+00:00

I have 2 ways for users to create an account on my website. a.

  • 0

I have 2 ways for users to create an account on my website.

a. Normal Registration Form (email, password)
b. Registration via Facebook Connect (fb_userid, email)

Which is the best practice to implement this using MySQL (InnoDB engine) ?

My approach:

[USER]
user_id
user_type (normal/facebook)

[USER_NORMAL]
user_normal_id
user_id
email
password

[USER_FACEBOOK]
user_facebook_id
user_id
email
fb_userid

What do you suggest?

  • 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-14T11:32:20+00:00Added an answer on June 14, 2026 at 11:32 am

    If those are the only fields then it’s probably easiest to put all the fields in one table and have NULLs as appropriate.

    However, if you want a normalised design you would go for something like this:

    [USER]
    user_id (PK)
    email
    (Other fields common to both)
    
    [USER_NORMAL]
    user_id (PK, FK to USER.user_id)
    password
    (Other fields specific to 'normal')
    
    [USER_FACEBOOK]
    user_id (PK, FK to USER.user_id)
    fb_userid
    (Other fields specific to FB)
    

    If ‘password’ is the only field specific to ‘normal’ users and there are many fields specific to FB users then a compromise might be to have two tables: USER (as above but containing ‘password’) and USER_FACEBOOK

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

Sidebar

Related Questions

I want to send the form data to server-side. I have two ways: Normal
I have tried several ways to login to a website through java. I have
Facebook test users (created for an app) are working different in some ways than
If you have a user entity, you could store his/her address in two ways.
I have two ways of checking if a List is empty or not if
I have 2 ways of adding images to a table and, which is most
Currently I have 2 ways of displaying images in a cell, which way will
I am trying to introduce RoR to my company and I have two ways
I have found two ways to extract matches in Python: 1. def extract_matches(regexp, text):
i have found some ways but they are actually reading frames and applying transition

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.