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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:23:42+00:00 2026-05-23T08:23:42+00:00

i will create schema the database MySQL. There are username, password etc and rating

  • 0

i will create schema the database MySQL. There are username, password etc and rating system and available in month.
Standard it looks like this:

id | username | password | january | february | march     | rating1 | rating2| rating3 |
1  | john     |  xxx     | 1       |  0       | 1         |  3      | 3      | 6
2  | amy      |  xxx     | 1       |  1       | 0         |  1      | 6      | 3

if a user buys article then must add a rating (1,2,3). if chose 2 in John then rating2 +1

id | username | password | january | february | march     | rating1 | rating2| rating3 |
1  | john     |  xxx     | 1       |  0       | 1         |  3      | 4      | 6
2  | amy      |  xxx     | 1       |  1       | 0         |  1      | 6      | 3

january, february (1 – available, 0 – not available)etc set himself John or Amy.

this is good? Should I create separate tables for Januar/feb/march and rating1/2/3? Maybe only for rating?

  • 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-23T08:23:43+00:00Added an answer on May 23, 2026 at 8:23 am

    im not a hard core database designer but at a glance this is schema is not normalized.

    if you can create a separate table for month and rating would be better please find the below sample

    d | username | password

    1 | john | xxx
    2 | amy | xxx

    id | month | rating

    1 | 1 | 3

    MonthID | MonthName

    1 | January

    How ever this sujjestion may not be the ideal solution for your proposed database.

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

Sidebar

Related Questions

I have database schema for users. It looks like... CREATE TABLE `users` ( `id`
I have a XML schema that I will need to create Java classes for.
I am trying to create an XSD schema which will validate the following xml.
Is there a utility out there that will create VB.NET classes from a Dataset.xsd
i need run code that will create a database and populate tables. i am
I have a MySQL database called People which contains the following schema <id,name,foodchoice1,foodchoice2> .
Consider the following database schema: create table UserGroup ( id int not null auto_increment,
Please guide me if I'm on right track. I'm trying to create database schema
Are there any O/R mappers out there that will automatically create or modify the
We have a database with a very simple schema: CREATE TABLE IF NOT EXISTS

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.