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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:12:06+00:00 2026-06-15T06:12:06+00:00

My database structure is something like this : ‘Article’ title text user_id language_id ‘User’

  • 0

My database structure is something like this :

'Article'
 title
 text
 user_id
 language_id

 'User'
 id
 language_id

 'language'
 id
 language name

Is it good practice to manage such a language list using a mysql database?

I’m a designer, but as far as I understand, queering a database less is better. Since the languages will be more or less static, expanding gradually, yet be loaded several places on the site (user options, writing articles, changing site language etc) I’m thinking that my structure is terrible. I don’t know how to pul it off or how it would replace my current list. I’m thinking JSON.

I’d like to get some sort of confirmation before I start rewriting everything.

  • 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-15T06:12:08+00:00Added an answer on June 15, 2026 at 6:12 am

    The only issue I can see is: What if a user writes in more than one language? If that is the case, you shouldn’t be storing the language id in the user’s table, simply because it would be much more simpler to query the Article table to find all of the languages that a user has written articles in:

    'Article'
     id
     title
     text
     user_id
     language_id
    
     'User'
     id
    
     'Language'
     id
     language name
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My database structure looks something like this: Person Id Name FieldA FieldB Phone Id
So I have a database that has a structure something like this: [user_table] user_id,
My database structure is something like this (I'm using declarative style): class Character(Base): __tablename__=characters
In a database table with a structure like this : Table 1 Name |
this is my database structure for my terms table (categories): id | name |
I have a huge data set. The structure looks something like this: K_Field1, K_Field2,
I have a data structure something like this: typedef struct tagSUB_DATA { double measuredValue;
I'm curious what the database structure (mysql) might be for something like Google+ circles,
I have this database structure, SET SQL_MODE=NO_AUTO_VALUE_ON_ZERO; CREATE TABLE IF NOT EXISTS `announces` (
This is my Database structure, One-to-One mapping in MySQL: This is my java file:

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.