{"id":22089,"date":"2023-12-19T16:09:53","date_gmt":"2023-12-19T15:09:53","guid":{"rendered":"https:\/\/www.huwise.com\/?post_type=glossary&#038;p=22089"},"modified":"2023-12-19T18:14:54","modified_gmt":"2023-12-19T17:14:54","slug":"relational-database","status":"publish","type":"glossary","link":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/","title":{"rendered":"Relational Database"},"content":{"rendered":"<h2>What is a relational database?<\/h2>\n<p>A relational database is software that stores data, organized into rows, columns and tables, based on defined relationships between data points. Each column holds attributes of the data, with each row being a record with a unique identifier or key. This makes it simple to understand the relationship between different points, making it easy to access and query structured information at scale. Different database tables can be linked and interrelated.<\/p>\n<h3>An example of a relational database<\/h3>\n<p>A relational database might contain a table for a company\u2019s customer data. Each column will describe a different customer attribute (such as name, address, and telephone number), while each row will relate to the individual customer. Information is stored consistently under each attribute, making analysis and manipulation simple and straightforward.<\/p>\n<p>Showing the power of relational databases, this table might be linked to a separate table containing sales orders, enabling businesses to easily track and analyze what customers have bought.<\/p>\n<h3>Where does the relational database sit in the tech stack?<\/h3>\n<p>The relational database is part of a <a href=\"https:\/\/www.huwise.com\/en\/glossary\/database-management-systems-dbms\/\">database management system<\/a> (or DBMS), which controls the <a href=\"https:\/\/www.huwise.com\/en\/glossary\/data-storage\/\">storage<\/a>, retrieval, addition, sorting, deletion, modification or use of the data contained within the database.<\/p>\n<p>Database administrators use the well-known Structured Query language (SQL) programming language to store, process and query information in a relational database.<\/p>\n<h2>Where are relational databases used?<\/h2>\n<p>Relational databases provide a simple way to collect and share <a href=\"https:\/\/www.huwise.com\/en\/glossary\/structured-and-unstructured-data\/\">structured data<\/a> between employees and business systems based on logical rules. First introduced in the 1970s, they standardized how data was represented and shared between applications &#8211; previously every application stored data in a unique way, limiting <a href=\"https:\/\/www.huwise.com\/en\/blog\/data-interoperability-an-essential-component-of-becoming-a-data-centric-business\/\">interoperability<\/a>.<\/p>\n<p>Relational databases are used by the majority of business applications, such as solutions for finance, accounting, Customer Relationship Management (CRM) and Enterprise Resource Planning (ERP), which all rely on tabular, structured data. They therefore power activities such as ecommerce, banking, HR systems, inventory management and sales orders, as well as being used as a source for business intelligence analysis.<\/p>\n<p>Relational databases are best suited to the storage of structured, quantitative data that follows and fits into specific, defined models and formats. They are unsuited to storing unstructured, qualitative data, such as images or videos, which do not fit into the row and column format. These are normally collected in <a href=\"https:\/\/www.huwise.com\/en\/glossary\/nosql-databases\/\">NoSQL databases<\/a>.<\/p>\n<h2>What are the benefits of relational databases?<\/h2>\n<p>Relational databases have four main benefits:<\/p>\n<h3>Ease of use<\/h3>\n<p>Because of their tabular format, relational databases are straightforward to understand, even by non-specialists. Given their long history, there is a large number of tools available to help manage them. As SQL is a widespread language it is known or can be learnt by most programmers and business analysts, while providing the ability for users to carry out complex queries.<\/p>\n<h3>Security and data confidentiality<\/h3>\n<p>Access to specific data can be limited to particular users, based on their jobs or roles. This ensures data confidentiality, particularly of personal information. Access can be set to the level of particular tables, or columns within a table. For example, information such as a customer\u2019s stored credit card number could be hidden from users.<\/p>\n<h3>Easy to manage<\/h3>\n<p>The relational database schema is separate from how data is physically stored. This means that changes to physical data storage (such as renaming a table) do not affect the underlying data or existing applications.<\/p>\n<h3>ACID compliance<\/h3>\n<p>Relational databases support ACID (Atomicity, Consistency, Isolation, Durability) performance. Data is stored just once, eliminating duplication, while ensuring data validity regardless of errors or failures. Data is automatically updated between different instances of relational databases &#8211; for example, if money is withdrawn from an ATM, it is immediately reflected in the customer\u2019s bank balance.<\/p>\n<p>&nbsp;<\/p>\n<div align=\"center\">\n<p><!--HubSpot Call-to-Action Code --><span id=\"hs-cta-wrapper-0e49dffc-8a37-49e3-9cab-bb2cf00834ee\" class=\"hs-cta-wrapper\"><span id=\"hs-cta-0e49dffc-8a37-49e3-9cab-bb2cf00834ee\" class=\"hs-cta-node hs-cta-0e49dffc-8a37-49e3-9cab-bb2cf00834ee\"><!-- [if lte IE 8]>\n\n\n<div id=\"hs-cta-ie-element\"><\/div>\n\n\n<![endif]--><a href=\"https:\/\/cta-redirect.hubspot.com\/cta\/redirect\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" id=\"hs-cta-img-0e49dffc-8a37-49e3-9cab-bb2cf00834ee\" class=\"hs-cta-img\" style=\"border-width: 0px;\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png\" alt=\"Ebook - Data Portal: the essential solution to maximize impact for data leaders\" \/><\/a><\/span><script charset=\"utf-8\" src=\"https:\/\/js.hscta.net\/cta\/current.js\"><\/script><script type=\"text\/javascript\"> hbspt.cta.load(2041226, '0e49dffc-8a37-49e3-9cab-bb2cf00834ee', {\"useNewLoader\":\"true\",\"region\":\"na1\"}); <\/script><\/span><\/p>\n<\/div>\n","protected":false},"featured_media":0,"parent":0,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false},"tags":[434],"letter":[365],"class_list":["post-22089","glossary","type-glossary","status-publish","hentry","tag-data-intelligence","letter-r"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Relational Database - Huwise<\/title>\n<meta name=\"description\" content=\"Relational database: stores &amp; structures data by organizing it in rows, columns &amp; tables, based on defined relationships between data points.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Relational Database - Huwise\" \/>\n<meta property=\"og:description\" content=\"Relational database: stores &amp; structures data by organizing it in rows, columns &amp; tables, based on defined relationships between data points.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/\" \/>\n<meta property=\"og:site_name\" content=\"Huwise\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-19T17:14:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/\",\n\t            \"url\": \"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/\",\n\t            \"name\": \"Relational Database - Huwise\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.huwise.com\/en\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#primaryimage\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png\",\n\t            \"datePublished\": \"2023-12-19T15:09:53+00:00\",\n\t            \"dateModified\": \"2023-12-19T17:14:54+00:00\",\n\t            \"description\": \"Relational database: stores & structures data by organizing it in rows, columns & tables, based on defined relationships between data points.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#primaryimage\",\n\t            \"url\": \"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png\",\n\t            \"contentUrl\": \"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png\"\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.huwise.com\/en\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Relational Database\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.huwise.com\/en\/#website\",\n\t            \"url\": \"https:\/\/www.huwise.com\/en\/\",\n\t            \"name\": \"Huwise\",\n\t            \"description\": \"Leading solution for data sharing\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\/\/www.huwise.com\/en\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.huwise.com\/en\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\/\/www.huwise.com\/en\/#organization\",\n\t            \"name\": \"Huwise\",\n\t            \"url\": \"https:\/\/www.huwise.com\/en\/\",\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.huwise.com\/en\/#\/schema\/logo\/image\/\",\n\t                \"url\": \"https:\/\/www.huwise.com\/wp-content\/uploads\/2025\/12\/cropped-Favicon_512x512.png\",\n\t                \"contentUrl\": \"https:\/\/www.huwise.com\/wp-content\/uploads\/2025\/12\/cropped-Favicon_512x512.png\",\n\t                \"width\": 512,\n\t                \"height\": 512,\n\t                \"caption\": \"Huwise\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.huwise.com\/en\/#\/schema\/logo\/image\/\"\n\t            }\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Relational Database - Huwise","description":"Relational database: stores & structures data by organizing it in rows, columns & tables, based on defined relationships between data points.","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:\/\/www.huwise.com\/en\/glossary\/relational-database\/","og_locale":"en_US","og_type":"article","og_title":"Relational Database - Huwise","og_description":"Relational database: stores & structures data by organizing it in rows, columns & tables, based on defined relationships between data points.","og_url":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/","og_site_name":"Huwise","article_modified_time":"2023-12-19T17:14:54+00:00","og_image":[{"url":"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/","url":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/","name":"Relational Database - Huwise","isPartOf":{"@id":"https:\/\/www.huwise.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#primaryimage"},"image":{"@id":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#primaryimage"},"thumbnailUrl":"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png","datePublished":"2023-12-19T15:09:53+00:00","dateModified":"2023-12-19T17:14:54+00:00","description":"Relational database: stores & structures data by organizing it in rows, columns & tables, based on defined relationships between data points.","breadcrumb":{"@id":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.huwise.com\/en\/glossary\/relational-database\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#primaryimage","url":"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png","contentUrl":"https:\/\/no-cache.hubspot.com\/cta\/default\/2041226\/0e49dffc-8a37-49e3-9cab-bb2cf00834ee.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.huwise.com\/en\/glossary\/relational-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.huwise.com\/en\/"},{"@type":"ListItem","position":2,"name":"Relational Database"}]},{"@type":"WebSite","@id":"https:\/\/www.huwise.com\/en\/#website","url":"https:\/\/www.huwise.com\/en\/","name":"Huwise","description":"Leading solution for data sharing","publisher":{"@id":"https:\/\/www.huwise.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.huwise.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.huwise.com\/en\/#organization","name":"Huwise","url":"https:\/\/www.huwise.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.huwise.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.huwise.com\/wp-content\/uploads\/2025\/12\/cropped-Favicon_512x512.png","contentUrl":"https:\/\/www.huwise.com\/wp-content\/uploads\/2025\/12\/cropped-Favicon_512x512.png","width":512,"height":512,"caption":"Huwise"},"image":{"@id":"https:\/\/www.huwise.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.huwise.com\/en\/wp-json\/wp\/v2\/glossary\/22089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.huwise.com\/en\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/www.huwise.com\/en\/wp-json\/wp\/v2\/types\/glossary"}],"wp:attachment":[{"href":"https:\/\/www.huwise.com\/en\/wp-json\/wp\/v2\/media?parent=22089"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.huwise.com\/en\/wp-json\/wp\/v2\/tags?post=22089"},{"taxonomy":"letter","embeddable":true,"href":"https:\/\/www.huwise.com\/en\/wp-json\/wp\/v2\/letter?post=22089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}