{"id":179,"date":"2026-03-02T08:10:36","date_gmt":"2026-03-02T07:10:36","guid":{"rendered":"https:\/\/datamodelcollective.eu\/?p=179"},"modified":"2026-03-02T08:14:09","modified_gmt":"2026-03-02T07:14:09","slug":"a-lexicon-of-bad-database-designs-another-call-for-participation","status":"publish","type":"post","link":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/","title":{"rendered":"A Lexicon of Bad Database Designs \u2013 Another Call for Participation"},"content":{"rendered":"<div class=\"wp-block-post-author\"><div class=\"wp-block-post-author__avatar\"><img alt='' src='https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=48&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&#038;d=mm&#038;r=g 2x' class='avatar avatar-48 photo' height='48' width='48' \/><\/div><div class=\"wp-block-post-author__content\"><p class=\"wp-block-post-author__name\">Ren\u00e9 Veldwijk<\/p><\/div><\/div>\n\n\n<p>Last October, I published a call on this website for participation and feedback regarding a nonstandard book on data modeling and database design that I am working on. One of its nonstandard aspects is what I informally call a <strong>Lexicon of Lethal Database Designs<\/strong>: real-world design errors that have resulted in derailed\u2014or even failed\u2014IT projects, or in IT systems with serious maintenance problems.<\/p>\n\n\n\n<p>Over the years\u2014decades, actually\u2014I have seen quite a few cases that deserve to be recorded to train students and warn (young) IT professionals. As a test, I have tried my hand at a case description of one of these; you can read it below.<\/p>\n\n\n\n<p>I would appreciate reactions from fellow experts on this first attempt. I would also greatly appreciate other interesting cases you have encountered in your career. As mentioned, I intend to integrate these into the book I am working on, but they might also warrant a separate publication.<\/p>\n\n\n\n<p>For now, I hope you enjoy this first lethal design case.<\/p>\n\n\n\n<p>Best regards,<br>Ren\u00e9 Veldwijk<\/p>\n\n\n\n<p>PS This case is about normalization, which is so basic that everyone can do it. For that reason, I chose not to describe the solution to the badly designed genealogy database model.<\/p>\n\n\n\n<p><strong>Deadly Database Designs<\/strong><\/p>\n\n\n\n<p><strong>Case 1: Normalization \u2014 Can You Still Fail At It?<\/strong><\/p>\n\n\n\n<p>In this first case of deadly database designs, we go back to the 1970s and 1980s, the prehistory of database design, a time when blunders were made that your colleagues would never make again \u2026 or so you think.<\/p>\n\n\n\n<p>Sometime in the late 1980s, as a junior information analyst for an international corporation, I was asked to design a system for generating their consolidated financial statements. Consolidation means combining the financial statements of companies in a group into a single whole. And that is more than simple addition.<\/p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"234\" height=\"176\" src=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-1-case-1.png\" alt=\"\" class=\"wp-image-180 size-full\"\/><\/figure><div class=\"wp-block-media-text__content\">\n<p>The group consisted of about 250 companies in a complex ownership structure. But not all subsidiaries were fully owned by the group. Simply put: one hundred euros in profit from a subsidiary of which you own 51 percent means 51 euros of profit for you. The remainder belongs to shareholders outside the group.<\/p>\n<\/div><\/div>\n\n\n\n<p>The accompanying figure gives a fairly realistic impression of the complexity. The group holds an 81% interest in subsidiary E: follow all paths between the group and E, multiply the percentages along each path, and sum the results. Not very difficult. At university I had learned normalization and ended up with two tables.<\/p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"236\" height=\"348\" src=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-2-case-1.png\" alt=\"\" class=\"wp-image-181 size-full\" srcset=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-2-case-1.png 236w, https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-2-case-1-203x300.png 203w\" sizes=\"auto, (max-width: 236px) 100vw, 236px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p>The head of accounting saw things differently. The new system was to replace software built 17 years earlier under his supervision, and correctly calculating the percentages had been an absolute horror story. To him, this was clearly a case of overconfidence by an inexperienced youngster.<\/p>\n\n\n\n<p>In the end, I asked for and received permission to go home early to write a program on my IBM Model 30 PC using dBASE III. The following day, the head of accounting personally entered the most complex structure and was delighted when he saw the correct percentage. But now I wanted to know why it had previously turned into such a disaster.<\/p>\n<\/div><\/div>\n\n\n\n<p>A glance at the existing company file was enough:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"144\" src=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-3-case-1.png\" alt=\"\" class=\"wp-image-182\" style=\"width:650px;height:auto\" srcset=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-3-case-1.png 576w, https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-3-case-1-300x75.png 300w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><\/figure>\n\n\n\n<p>Determining an ownership percentage is now far more difficult. But remember that this design dated from the mid-1970s. Not only was the concept of \u201cnormalization\u201d still unknown, it was also the era of tape files. It was common and often rational to cram data into as few files as possible. That logic only disappeared with the advent of direct-access storage and relational databases and theory. I could forgive them.<\/p>\n\n\n\n<p><strong>Normalization \u2014 Anyone Can Do That, Right?<\/strong><\/p>\n\n\n\n<p>Since the late 1970s, everyone has known that cramming too many kinds of data into too few tables leads to more complex software. Since the 1980s at least, everyone has known that a table should not contain repeating groups. By separating them into a separate table, technical limitations (\u201cmaximum four parent companies\u201d) disappear and software becomes simpler, sometimes much simpler. Surely no one still creates designs like this, right?<\/p>\n\n\n\n<p>The answer is: yes, but hesitatingly. There are lazy designers or designers dealing with old, poorly designed and\/or documented systems for whom extending an existing table is the path of least resistance. But more interesting is a mistaken idea of what normalization actually is and the human inability to abstract adequately. I will give an example of both.<\/p>\n\n\n\n<p><strong>The Normalization Fallacy<\/strong><\/p>\n\n\n\n<p>During my time as a computer science lecturer, a student came up with the following design for a table containing data about breast cancer examinations:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"580\" height=\"94\" src=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-4-case-1.png\" alt=\"\" class=\"wp-image-183\" style=\"width:650px;height:auto\" srcset=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-4-case-1.png 580w, https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-4-case-1-300x49.png 300w\" sizes=\"auto, (max-width: 580px) 100vw, 580px\" \/><\/figure>\n\n\n\n<p>This design may not be deadly, but it is unnecessarily expensive. We are storing the same kind of data for two breasts. The student had read that a repeating group referred to an indeterminate number of repetitions, and a woman naturally has two. He sensed that this was a bad design but was misled by the odd normalization rule.<\/p>\n\n\n\n<p>It is not the number of repetitions that matters. Any repetition is unwanted. A good database design is characterized by not storing the same kind of data in multiple places if we can avoid it (which is not always the case). A left breast is the same kind of object as a right breast, and the same applies to the data elements describing the examination results of both. And with that, we arrive at the core of competent database design: finding the correct level of abstraction.<\/p>\n\n\n\n<p><strong>A Final Challenge: Test Your Colleagues!<\/strong><\/p>\n\n\n\n<p>As a final challenge, we present a simple case. We want a small database containing all descendants of Queen Wilhelmina of The Netherlands with her husband Prince Hendrik (thus excluding Hendrik\u2019s illegitimate children). In total, this concerns 46 individuals, including Wilhelmina and Hendrik themselves.<\/p>\n\n\n\n<p>Someone who can normalize but does not truly understand what good database design looks like may come up with this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"580\" height=\"244\" src=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-5-case-1.png\" alt=\"\" class=\"wp-image-184\" style=\"width:650px;height:auto\" srcset=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-5-case-1.png 580w, https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-5-case-1-300x126.png 300w\" sizes=\"auto, (max-width: 580px) 100vw, 580px\" \/><\/figure>\n\n\n\n<p>Test yourself and your colleagues. How did we go back to the 1970s again? If you see it, improving this design is a piece of cake if you know how to normalize data.<\/p>\n\n\n\n<p>More technical information about the discussed cases and implementation scripts can be found here (link will be here soon). The correct design for the genealogy database is left to the reader, and the deeper logic behind all this awaits a book that is currently in development.<\/p>\n\n\n\n<p>As for this genealogy challenge, the litmus test for better variants includes queries such as: \u201c<em>Which descendants of Wilhelmina are related to Magali van Vollenhoven in the 1st, 2nd, &#8230; nth degree?\u201d<\/em> Do try it on the design above and on your improvements. Enjoy!<\/p>\n\n\n\n<p><strong>Next episode: Generalization\/Specialization \u2014 The Design That Is Always Wrong<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Last October, I published a call on this website for participation and feedback regarding a nonstandard book on data modeling and database design that I am working on. One of its nonstandard aspects is what I informally call a Lexicon of Lethal Database Designs: real-world design errors that have resulted in derailed\u2014or even failed\u2014IT projects, [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,5,12,7],"tags":[33,34,31],"class_list":["post-179","post","type-post","status-publish","format-standard","hentry","category-blog","category-education","category-foundational-knowledge","category-relational-modelling","tag-bad-design","tag-database","tag-relational"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>A Lexicon of Bad Database Designs \u2013 Another Call for Participation - Data Model Collective<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Lexicon of Bad Database Designs \u2013 Another Call for Participation - Data Model Collective\" \/>\n<meta property=\"og:description\" content=\"Last October, I published a call on this website for participation and feedback regarding a nonstandard book on data modeling and database design that I am working on. One of its nonstandard aspects is what I informally call a Lexicon of Lethal Database Designs: real-world design errors that have resulted in derailed\u2014or even failed\u2014IT projects, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/\" \/>\n<meta property=\"og:site_name\" content=\"Data Model Collective\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-02T07:10:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T07:14:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-1-case-1.png\" \/>\n<meta name=\"author\" content=\"Ren\u00e9 Veldwijk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ren\u00e9 Veldwijk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/\"},\"author\":{\"name\":\"Ren\u00e9 Veldwijk\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#\\\/schema\\\/person\\\/10bfd289fe95ffa0baed8136e31d0c83\"},\"headline\":\"A Lexicon of Bad Database Designs \u2013 Another Call for Participation\",\"datePublished\":\"2026-03-02T07:10:36+00:00\",\"dateModified\":\"2026-03-02T07:14:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/\"},\"wordCount\":1109,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Picture-1-case-1.png\",\"keywords\":[\"bad design\",\"database\",\"relational\"],\"articleSection\":[\"Blog\",\"Education\",\"Foundational knowledge\",\"Relational modelling\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/\",\"name\":\"A Lexicon of Bad Database Designs \u2013 Another Call for Participation - Data Model Collective\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Picture-1-case-1.png\",\"datePublished\":\"2026-03-02T07:10:36+00:00\",\"dateModified\":\"2026-03-02T07:14:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/#primaryimage\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Picture-1-case-1.png\",\"contentUrl\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Picture-1-case-1.png\",\"width\":234,\"height\":176},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/2026\\\/03\\\/02\\\/a-lexicon-of-bad-database-designs-another-call-for-participation\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/datamodelcollective.eu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A Lexicon of Bad Database Designs \u2013 Another Call for Participation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#website\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/\",\"name\":\"Data Model Collective\",\"description\":\"Anything you always needed to know about data modeling\",\"publisher\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/datamodelcollective.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#organization\",\"name\":\"Data Model Collective\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-Site-icon.png\",\"contentUrl\":\"https:\\\/\\\/datamodelcollective.eu\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-Site-icon.png\",\"width\":512,\"height\":512,\"caption\":\"Data Model Collective\"},\"image\":{\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/datamodelcollective.eu\\\/#\\\/schema\\\/person\\\/10bfd289fe95ffa0baed8136e31d0c83\",\"name\":\"Ren\u00e9 Veldwijk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g\",\"caption\":\"Ren\u00e9 Veldwijk\"},\"description\":\"Economist | PhD | Data Modeling &amp; Database Design R&amp;D | Associate, Ockham Group | Columnist &amp; Author (Data Modeling, forthcoming) | Investor | Eclipse Chaser | X @renejanv\",\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/reveldwijk\\\/\"],\"url\":\"https:\\\/\\\/datamodelcollective.eu\\\/index.php\\\/author\\\/rene\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A Lexicon of Bad Database Designs \u2013 Another Call for Participation - Data Model Collective","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/","og_locale":"en_GB","og_type":"article","og_title":"A Lexicon of Bad Database Designs \u2013 Another Call for Participation - Data Model Collective","og_description":"Last October, I published a call on this website for participation and feedback regarding a nonstandard book on data modeling and database design that I am working on. One of its nonstandard aspects is what I informally call a Lexicon of Lethal Database Designs: real-world design errors that have resulted in derailed\u2014or even failed\u2014IT projects, [&hellip;]","og_url":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/","og_site_name":"Data Model Collective","article_published_time":"2026-03-02T07:10:36+00:00","article_modified_time":"2026-03-02T07:14:09+00:00","og_image":[{"url":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-1-case-1.png","type":"","width":"","height":""}],"author":"Ren\u00e9 Veldwijk","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ren\u00e9 Veldwijk","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/#article","isPartOf":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/"},"author":{"name":"Ren\u00e9 Veldwijk","@id":"https:\/\/datamodelcollective.eu\/#\/schema\/person\/10bfd289fe95ffa0baed8136e31d0c83"},"headline":"A Lexicon of Bad Database Designs \u2013 Another Call for Participation","datePublished":"2026-03-02T07:10:36+00:00","dateModified":"2026-03-02T07:14:09+00:00","mainEntityOfPage":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/"},"wordCount":1109,"commentCount":0,"publisher":{"@id":"https:\/\/datamodelcollective.eu\/#organization"},"image":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/#primaryimage"},"thumbnailUrl":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-1-case-1.png","keywords":["bad design","database","relational"],"articleSection":["Blog","Education","Foundational knowledge","Relational modelling"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/","url":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/","name":"A Lexicon of Bad Database Designs \u2013 Another Call for Participation - Data Model Collective","isPartOf":{"@id":"https:\/\/datamodelcollective.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/#primaryimage"},"image":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/#primaryimage"},"thumbnailUrl":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-1-case-1.png","datePublished":"2026-03-02T07:10:36+00:00","dateModified":"2026-03-02T07:14:09+00:00","breadcrumb":{"@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/#primaryimage","url":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-1-case-1.png","contentUrl":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2026\/03\/Picture-1-case-1.png","width":234,"height":176},{"@type":"BreadcrumbList","@id":"https:\/\/datamodelcollective.eu\/index.php\/2026\/03\/02\/a-lexicon-of-bad-database-designs-another-call-for-participation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/datamodelcollective.eu\/"},{"@type":"ListItem","position":2,"name":"A Lexicon of Bad Database Designs \u2013 Another Call for Participation"}]},{"@type":"WebSite","@id":"https:\/\/datamodelcollective.eu\/#website","url":"https:\/\/datamodelcollective.eu\/","name":"Data Model Collective","description":"Anything you always needed to know about data modeling","publisher":{"@id":"https:\/\/datamodelcollective.eu\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/datamodelcollective.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/datamodelcollective.eu\/#organization","name":"Data Model Collective","url":"https:\/\/datamodelcollective.eu\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/datamodelcollective.eu\/#\/schema\/logo\/image\/","url":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2022\/06\/cropped-Site-icon.png","contentUrl":"https:\/\/datamodelcollective.eu\/wp-content\/uploads\/2022\/06\/cropped-Site-icon.png","width":512,"height":512,"caption":"Data Model Collective"},"image":{"@id":"https:\/\/datamodelcollective.eu\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/datamodelcollective.eu\/#\/schema\/person\/10bfd289fe95ffa0baed8136e31d0c83","name":"Ren\u00e9 Veldwijk","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d0abf4d7bd3caf310239cd71e5303997d13b7e0c53cec65986fd730cc4df177a?s=96&d=mm&r=g","caption":"Ren\u00e9 Veldwijk"},"description":"Economist | PhD | Data Modeling &amp; Database Design R&amp;D | Associate, Ockham Group | Columnist &amp; Author (Data Modeling, forthcoming) | Investor | Eclipse Chaser | X @renejanv","sameAs":["https:\/\/www.linkedin.com\/in\/reveldwijk\/"],"url":"https:\/\/datamodelcollective.eu\/index.php\/author\/rene\/"}]}},"_links":{"self":[{"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/posts\/179","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/comments?post=179"}],"version-history":[{"count":2,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/posts\/179\/revisions"}],"predecessor-version":[{"id":188,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/posts\/179\/revisions\/188"}],"wp:attachment":[{"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/media?parent=179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/categories?post=179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/datamodelcollective.eu\/index.php\/wp-json\/wp\/v2\/tags?post=179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}