约 53 个结果
在新选项卡中打开链接
  1. ELI5: Database Normalization : r/explainlikeimfive - Reddit

    Normalization is basically bringing efficiency to the database. Instead of storing a piece of data in multiple places, it is stored in only one place, for example. Normalization makes a database run …

  2. Data Normalization Techniques: Easy to Advanced (& the Best)

    The reason normalization goes under-appreciated is probably linked to confusion surrounding what it actually is. There are easy normalization techniques, such as removing decimal places, and there …

  3. Struggling with normalization. Feeling discouraged about my major.

    2023年10月16日 · Struggling with normalization. Feeling discouraged about my major. So, I'm a computer information systems major. For some quick background, I have my AA in English, so this …

  4. Eli5: Database Normalization : r/explainlikeimfive - Reddit

    2023年5月19日 · Normalization is a set of rules that you can follow that help to prevent that sort of logical inconsistency within a database. It is broken down into levels, named as 1st Normal Form …

  5. ChisatoAndTakinaExplainDatabaseNormalization : …

    2.1K votes, 91 comments. 3.5M subscribers in the ProgrammerHumor community. For anything funny related to programming and software development.

  6. Newbie - How to plan out a 'normalized' database : r/SQL - Reddit

    2020年11月28日 · There is no need to start in a form you don't intend to keep. The conversion process is a nice learning experience, but when designing a database, go straight to 3NF if that's what you …

  7. Is data normalization needed in 2023? How much normalization

    2023年9月17日 · In this example, say that you're ingesting some highly denormalized data files from some source. These files break 1NF, 2NF and 3NF and as a data engineer your goal is to bring this …

  8. How important is it to learn normalization? : r/SQL - Reddit

    2023年11月10日 · Normalization is one of the core, foundational concepts in relational databases. If you don't understand it, you will struggle to properly use a relational database system, and your database …

  9. Does anybody know how to normalize data? (1nf, 2nf, 3nf)

    2020年10月8日 · Hi! I'm a beginner in SQL and I'm having a little bit of difficulty understanding how normalization works. I made this table in excel (which I need to import to MS Access later on) with …

  10. When should data NOT be normalized? : r/Database - Reddit

    2015年2月6日 · A database heavy on retrieval will be better served by putting all data in one place because doing it that way will avoid the time cost of computing the joins, whereas a database with a …