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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:20:08+00:00 2026-05-18T05:20:08+00:00

So, have the chance to do my first real database, just thinking to myself

  • 0

So, have the chance to do my first “real” database, just thinking to myself what I should think about… any suggestions?

  • Select DB (using MySQL)
  • Select DB engine based on needs (using MySQL, know MyISAM vs InnoDB)
  • CREATE TABLE documention for DB using
  • Column definition (select right datatype)
  • Model data to be normalized
  • Referential Integrity: Primary Key (Natural or Surrogate); Composite Keys; Foreign Key

Which leads me to my main question, how do I know if the database is a success at fit enough?

  • 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-18T05:20:08+00:00Added an answer on May 18, 2026 at 5:20 am

    As you are listing general questions that need to be answered in order to go from idea to working system I’ll propose that it is very important to organize them into

    1) logical design (get a clean model that represents the problem space you are trying to model)

    2) physical design (which RDBMS and storage engine, exact data types, other practical and performance related decisions)

    You are doing too much of mixing between the two. When you get a clean logical model and know the relationships between the entities you are modelling then the physical modelling will not be hard.

    EDIT:
    There are many books that deal with the steps of logical data design, but normally you would try to:

    1. define use cases and business requirements (things are pretty soft still, check the requirements for contradictions; this is done interviewing people who know business process well, which can degenerate to a discussion with yourself)
    2. get a list of all the attributes and entities used across the system and define them (data dictionary)
    3. determine the domain of the attributes (which, later at physical level can be accomplished as data type, check contraint or by referring to ‘helper’ table, but don’t worry about this yet, just make sure that you define domains well)
    4. draw ER/UML diagrams defining relationships – define tables in terms of primary keys, foreign keys and all other attributes (this time aim for a completeness); this step can be done using CAM and decent diagramming tools will spit out CREATE DATABASE scripts from diagrams
    5. examine the model in search for denormalized data (should be normalized already, however when translating problem space into logical model it is possible to make mistakes and discover that you have redundancy or other anomalies)

    A few of these steps need to go back and forth as you consider different ways of accomplishing certain tasks. For example including new attributes might make you go and analyze a new use case. Or a discovery of contradicting requirement might lead to a discovery of a whole new entity. Or discovering a redundancy might lead you to a discovery of undocumented process that exists (and justifies, or rather, explains percieved redundancy by redefining a seemingly duplicate attribute). Etc…

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

Sidebar

Related Questions

I have a chance to upgrade a legacy suite of applications currently using .net
First let me explain that I have this script that should let users enter
The first real software company that I worked at was all about the unit
This is my first real question of need for any of those Gridview experts
Is there any advantage to using a NoSQL database of some sort as opposed
First I have to say I am real new to Java. So all apologize
I have a text file where I want to change only the first line
I have First/Last/Previous/Next buttons that change the selected child node of a TreeViewItem. Setting
I have two pages, on the first page after an event happens I change
I do alot of systems programming where my apps have no chance of being

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.