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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:38:03+00:00 2026-05-26T08:38:03+00:00

I am trying to create a simple Registration Program using VB.Net and MySQL for

  • 0

I am trying to create a simple Registration Program using VB.Net and MySQL for its database. Here’s my simple table for the basic Information

enter image description here

However, I am attempting to improve my basic knowledge in normalization of table and that’s why I separated the Date field to avoid, let say in one day, the repeated insertion of the same date. I mean, when 50 individuals registered in one day, it will simply add a single date(record) in tblRegDate table instead of adding it up for 50 times in a table. Is there any way to do this? Is it possible in VB.Net and MySQL? Or rather, should I add or modify some field? or should I make a condition in VB.Net? The table above is what my friend taught me but I discovered that it doesn’t eliminate the redundancy. Kindly give me any instruction or direct me to site where there’s a simple tutorial for this. Thanks in advance!

here’s my MySQL codes:

CREATE TABLE tblInfo(
       Number INT AUTO_INCREMENT,
       LastName VARCHAR(45),
       FirstName VARCHAR(45),
       MiddleName VARCHAR(45),
       Gender ENUM(M,F),
       BirthDate DATE,
       PRIMARY KEY(Number));

CREATE TABLE tblRegDate(
       IDRegDate INT AUTO_INCREMENT,
       Date TIMESTAMP,
       Number INT,
       PRIMARY KEY(IDRegDate),
       FOREIGN KEY(Number) REFERENCES tblInfo(Number));
  • 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-26T08:38:03+00:00Added an answer on May 26, 2026 at 8:38 am

    As I see it in this case you don’t have advanages of seperating a single field. You’ll loose a lot of performance.

    Table normalization isn’t about don’t having any redundant value. It’s more about “Seperating the concerns”

    Also it is important to not have an exploding complexity in your database. seperating single fills would end up in a database no one would be able to understand.

    The Question is: Are there more informations on registration ? For Example Webpage, IP, …..

    Than you should have two tables for example “Person” and “Registration”. Then you would have two semantic different things which shouldn’t be mixed up.

    There are a lot of examples and information you can find via google. and wikipedia
    http://en.wikipedia.org/wiki/Database_normalization

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

Sidebar

Related Questions

I am trying to create a simple dialog in MFC using Visual C++. My
I'm trying to create a simple toggling sidebar using jquery, where it expands and
I'm playing with the ASP.NET MVC Framework, trying to create a simple site. My
Im using Eclipse 3.4, EclipseMe 1.7.9. Im trying to deploy/create package a simple project
Hi I'm trying to create a simple registration form with ajax validation. I've got
I am trying to create simple user registration form. I have an index.html file
HI im trying to create simple pie chart using the MS Chart controls. When
I'm trying to create a simple menu pop-up effect using anchors within a div
I am trying to create a simple Hit Counter using Kohana3 and PHP. But
Iam trying to create simple menu according to the book CCMenuItem . here is

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.