{"id":7967,"date":"2018-06-12T00:00:00","date_gmt":"2018-06-12T04:00:00","guid":{"rendered":"https:\/\/www.sisense.com\/glossary\/relational-database\/"},"modified":"2024-09-25T00:30:41","modified_gmt":"2024-09-25T04:30:41","slug":"relational-database","status":"publish","type":"glossary","link":"https:\/\/www.sisense.com\/glossary\/relational-database\/","title":{"rendered":"Relational Database"},"content":{"rendered":"\r\n<ul class=\"anchorlinks wp-block-list\">\r\n<li><a href=\"#what\">What is a Relational Database Management System<\/a><\/li>\r\n<li><a href=\"#sql\">Key factors to consider when selecting a relational database<\/a><\/li>\r\n<li><a href=\"#spr\">SQL, Python, and R: A guide in under 4 minutes<\/a><\/li>\r\n<li><a href=\"#benefits\">What\u2019s a SQL Query?<\/a><\/li>\r\n<li><a href=\"#challenges\">Relational database model<\/a><\/li>\r\n<li><a href=\"#of\">Benefits of relational databases<\/a><\/li>\r\n<li><a href=\"#challengesof\">Challenges of relational databases<\/a><\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\" id=\"what\">What is a Relational Database Management System?<\/h2>\r\n\r\n\r\n\r\n<p>A relational database management system (RDBMS or just RDB) is a common type of database that stores data in tables, so it can be used in relation to other stored datasets. Most databases used by businesses these days are relational databases, as opposed to a flat file or hierarchical database. The majority of current IT systems and applications are based on a relational DBMS.<\/p>\r\n\r\n\r\n\r\n<p>Relational databases have the muscle to handle multitudes of data and complex queries. Multiple tables are standard usage for <a href=\"\/blog\/quick-guide-database-technologies\/\">modern databases<\/a>. The data is often stored in many tables, also called \u2018relations\u2019. These tables are divided into rows, also called records and columns (fields). There can be millions of rows in a database. Columns are made up of one specific data type, like name or price.<\/p>\r\n\r\n\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>In contrast, a non relational database (also called a NoSQL database) were primarily designed with management of large sets of data in mind. And don\u2019t be fooled by the \u201cNoSQL\u201d tag; think of it more as \u201cnot only SQL\u201d as they do often support some SQL commands.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Non relational databases do not store data in rows and columns. They are able to use whatever format is optimal for the data it houses. Unlike relational databases, they only accept specific queries. But because they aren\u2019t SQL-based, they avoid rigid schemas for structuring data.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Much like the relationships between data in an <a href=\"\/glossary\/entity-relationship-diagram\/\">entity\u2019s relationship diagram<\/a>, the tables in the relational database can be linked in several ways:<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Characteristics of one table record may be linked to a record in another table<\/li>\r\n<li>A table record could be linked to many records in another table<\/li>\r\n<li>Many table records may be related to many records in another table.<\/li>\r\n<\/ul>\r\n<!-- \/wp:list -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>These relationships are what you see when you look at widgets (such as pivot tables) in your dashboard visualizations. It makes these complicated relationships easy to understand, so you can reveal the connections in your data and get your questions answered.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph --><!-- \/wp:shortcode --><!-- \/wp:paragraph -->\r\n\r\n<!-- wp:html --><!-- \/wp:html -->\r\n\r\n<!-- wp:heading -->\r\n<h2 id=\"sql\">Key factors to consider when selecting a relational database<\/h2>\r\n<!-- \/wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Initial Setup <\/strong>Setting up a DBMS, optimizing it for ideal operations, and future-proofing it for growth requires adequate flexibility for integration into the current data infrastructure. Synchronization with other platforms is also essential for uninterrupted workflow.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph --><!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Data security<\/strong> Every DBMS will provide different security methods, like encryption, customizable routines, and access rights, to protect your data. These should all be carefully considered during the evaluation process. You probably want access controls like authorization and authentication to be default features, meaning data in tables within a RDBMS is limited to access by specific users.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Data model<\/strong> How will you tell which model is right for your data? If you need to work with unstructured data, then a relational model won\u2019t work. NoSQL databases are often available as open source, whereas a RBDMS is usually a commercial purchase.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Data accuracy\/reliability<\/strong> Some of the questions you will be asking yourself here are your accuracy requirements, and whether to rely on business logic. Financial data and government reports, for example, will have more stringent requirements.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>What gives RBDMSes their robust reliability is support of the ACID properties \u2014 atomicity, consistency, durability and isolation \u2014 which are the basis of reliable transaction processing.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:heading {\"level\":3} -->\r\n<h2 id=\"spr\">SQL, Python, and R: A guide in under 4 minutes<\/h2>\r\n<p><iframe loading=\"lazy\" title=\"SQL, Python, and R: A Guide In Under 4 Minutes | Sisense Professional Guide\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/rtixRiDxbwc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\r\n<!-- \/wp:embed -->\r\n\r\n<!-- wp:heading -->\r\n<h2 id=\"benefits\">What&#8217;s a SQL Query?<\/h2>\r\n<!-- \/wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>All RDBMSes use <a href=\"\/glossary\/sql-for-data-analysis\/\">SQL queries<\/a> to access the data stored within. SQL stands for Structured Query Language. You can create, delete, and modify tables using SQL queries, as well as select, insert, and delete data from existing tables.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 id=\"challenges\">Relational database model<\/h2>\r\n<!-- \/wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As we\u2019ve stated, in the relational database model, data is stored in tables. This means any record can be related to any other record, and new relations can be easily added. This structure sets up relational databases as an efficient, flexible, and intuitive way to store information. They can be accessed by any application.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>This is important because if one user updates a record in the database \u2014 for example, the sales team updates with the monthly wins \u2014 all the instances of the database will be automatically refreshed. So the executive team can access the info on their dashboards in real-time (that is, if you are using a BI platform like Sisense, which connects to multiple data sources and provides real-time insights).<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:heading -->\r\n<h2 id=\"of\">Benefits of relational databases<\/h2>\r\n<!-- \/wp:heading -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If you want to design a data storage system that makes it easy to manage lots of information, and is scalable and flexible, a relational database is a good bet.<\/p>\r\n<!-- \/wp:paragraph -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Manageability: For starters, an RDB is easy to manipulate. Each table of data can be updated without disrupting the others. You can also share certain sets of data with one group, but limit their access to other groups \u2013 for example, allowing only the HR department to see confidential information about employees.<\/li>\r\n<li>Flexibility: If you need to update your data, you only have to do it once \u2013 no more having to change multiple files one at a time. And it\u2019s pretty simple to extend your database. If your records are growing, a relational database is easily scalable to grow with your data.<\/li>\r\n<li>Avoid Errors: There\u2019s no room for mistakes in a relational database because it\u2019s easy to check for mistakes against data in other parts of the records. And since each piece of information is stored at a single point, you don\u2019t have the problem of old versions clouding the picture.<\/li>\r\n<\/ul>\r\n<!-- \/wp:list -->\r\n\r\n<!-- wp:heading -->\r\n<h2 id=\"challengesof\">Challenges of relational databases<\/h2>\r\n<!-- \/wp:heading -->\r\n\r\n<!-- wp:list -->\r\n<ul>\r\n<li>Scalability: Relational databases are built on a single server. This means in order to scale, you\u2019ll need to purchase more expensive hardware with more power, storage, and memory.<\/li>\r\n<li>Performance: Rapid growth in volume, velocity, variety, and complexity of data creates even more complicated relationships. Relational databases tend to have a hard time keeping up, which can slow down performance.<\/li>\r\n<li>Relationships: Relational databases don\u2019t actually store relationships between elements, which makes understanding connections between your data reliant on other joins.<\/li>\r\n<\/ul>\r\n<!-- \/wp:list -->\r\n\r\n<!-- wp:paragraph --><!-- \/wp:sisense\/link-button --><!-- \/wp:paragraph -->","protected":false},"excerpt":{"rendered":"<p>Read the definition of a relational database and the benefits of using one to store organizational data.<\/p>\n","protected":false},"featured_media":8080,"template":"","meta":{"_acf_changed":false,"_searchwp_excluded":"","_links_to":"","_links_to_target":""},"application":[46,26],"department":[5,22,9,23,6,21,7],"glossary-category":[29],"industry":[177,25,423,11,471,424,420,427,428,38,429,430,422],"role":[18,17],"topic":[24,195],"class_list":["post-7967","glossary","type-glossary","status-publish","has-post-thumbnail","hentry","application-bi-analytics-teams","application-product-teams","department-customer-service","department-executive","department-finance","department-hr","department-it","department-product","department-sales-marketing","glossary-category-tech","industry-digital-marketing","industry-enterprise","industry-government","industry-healthcare","industry-industrial-manufacturing","industry-insurance","industry-logistics-transportation","industry-operations-logistics","industry-pharma-life-sciences","industry-retail","industry-software-saas","industry-supply-chain","industry-travel-hospitality","role-data-engineer","role-developer","topic-bi-best-practices","topic-data-sources"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.5 (Yoast SEO v23.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is a Relational Database Management System? | Sisense Glossary<\/title>\n<meta name=\"description\" content=\"Read the definition of a relational database and the benefits of using one to store organizational data.\" \/>\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.sisense.com\/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\" \/>\n<meta property=\"og:description\" content=\"Read the definition of a relational database and the benefits of using one to store organizational data.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sisense.com\/glossary\/relational-database\/\" \/>\n<meta property=\"og:site_name\" content=\"Sisense\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-25T04:30:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.sisense.com\/wp-content\/uploads\/header-logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"154\" \/>\n\t<meta property=\"og:image:height\" content=\"32\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cdn.sisense.com\/wp-content\/uploads\/header-logo.png\" \/>\n<meta name=\"twitter:site\" content=\"@sisense\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sisense.com\/glossary\/relational-database\/\",\"url\":\"https:\/\/www.sisense.com\/glossary\/relational-database\/\",\"name\":\"What is a Relational Database Management System? | Sisense Glossary\",\"isPartOf\":{\"@id\":\"https:\/\/www.sisense.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.sisense.com\/glossary\/relational-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.sisense.com\/glossary\/relational-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.sisense.com\/wp-content\/uploads\/excel-laptop.jpg\",\"datePublished\":\"2018-06-12T04:00:00+00:00\",\"dateModified\":\"2024-09-25T04:30:41+00:00\",\"description\":\"Read the definition of a relational database and the benefits of using one to store organizational data.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sisense.com\/glossary\/relational-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sisense.com\/glossary\/relational-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.sisense.com\/glossary\/relational-database\/#primaryimage\",\"url\":\"https:\/\/cdn.sisense.com\/wp-content\/uploads\/excel-laptop.jpg\",\"contentUrl\":\"https:\/\/cdn.sisense.com\/wp-content\/uploads\/excel-laptop.jpg\",\"width\":2000,\"height\":1395,\"caption\":\"excel laptop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sisense.com\/glossary\/relational-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sisense.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Relational Database\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sisense.com\/#website\",\"url\":\"https:\/\/www.sisense.com\/\",\"name\":\"Sisense\",\"description\":\"Build your business with anywhere-analytics\",\"publisher\":{\"@id\":\"https:\/\/www.sisense.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sisense.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.sisense.com\/#organization\",\"name\":\"Sisense\",\"url\":\"https:\/\/www.sisense.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.sisense.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdn.sisense.com\/wp-content\/uploads\/sisense-yoast-og.jpg\",\"contentUrl\":\"https:\/\/cdn.sisense.com\/wp-content\/uploads\/sisense-yoast-og.jpg\",\"width\":1200,\"height\":600,\"caption\":\"Sisense\"},\"image\":{\"@id\":\"https:\/\/www.sisense.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/sisense\",\"https:\/\/www.linkedin.com\/company\/sisense\",\"https:\/\/github.com\/sisense\/\"],\"description\":\"Sisense accelerates product innovation through AI\/ML capabilities. Our global analytics platform lets customers drive better, faster decisions for their business and end users.\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is a Relational Database Management System? | Sisense Glossary","description":"Read the definition of a relational database and the benefits of using one to store organizational data.","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.sisense.com\/glossary\/relational-database\/","og_locale":"en_US","og_type":"article","og_title":"Relational Database","og_description":"Read the definition of a relational database and the benefits of using one to store organizational data.","og_url":"https:\/\/www.sisense.com\/glossary\/relational-database\/","og_site_name":"Sisense","article_modified_time":"2024-09-25T04:30:41+00:00","og_image":[{"width":154,"height":32,"url":"https:\/\/cdn.sisense.com\/wp-content\/uploads\/header-logo.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/cdn.sisense.com\/wp-content\/uploads\/header-logo.png","twitter_site":"@sisense","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sisense.com\/glossary\/relational-database\/","url":"https:\/\/www.sisense.com\/glossary\/relational-database\/","name":"What is a Relational Database Management System? | Sisense Glossary","isPartOf":{"@id":"https:\/\/www.sisense.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.sisense.com\/glossary\/relational-database\/#primaryimage"},"image":{"@id":"https:\/\/www.sisense.com\/glossary\/relational-database\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.sisense.com\/wp-content\/uploads\/excel-laptop.jpg","datePublished":"2018-06-12T04:00:00+00:00","dateModified":"2024-09-25T04:30:41+00:00","description":"Read the definition of a relational database and the benefits of using one to store organizational data.","breadcrumb":{"@id":"https:\/\/www.sisense.com\/glossary\/relational-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sisense.com\/glossary\/relational-database\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sisense.com\/glossary\/relational-database\/#primaryimage","url":"https:\/\/cdn.sisense.com\/wp-content\/uploads\/excel-laptop.jpg","contentUrl":"https:\/\/cdn.sisense.com\/wp-content\/uploads\/excel-laptop.jpg","width":2000,"height":1395,"caption":"excel laptop"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sisense.com\/glossary\/relational-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sisense.com\/"},{"@type":"ListItem","position":2,"name":"Relational Database"}]},{"@type":"WebSite","@id":"https:\/\/www.sisense.com\/#website","url":"https:\/\/www.sisense.com\/","name":"Sisense","description":"Build your business with anywhere-analytics","publisher":{"@id":"https:\/\/www.sisense.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sisense.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.sisense.com\/#organization","name":"Sisense","url":"https:\/\/www.sisense.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sisense.com\/#\/schema\/logo\/image\/","url":"https:\/\/cdn.sisense.com\/wp-content\/uploads\/sisense-yoast-og.jpg","contentUrl":"https:\/\/cdn.sisense.com\/wp-content\/uploads\/sisense-yoast-og.jpg","width":1200,"height":600,"caption":"Sisense"},"image":{"@id":"https:\/\/www.sisense.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/sisense","https:\/\/www.linkedin.com\/company\/sisense","https:\/\/github.com\/sisense\/"],"description":"Sisense accelerates product innovation through AI\/ML capabilities. Our global analytics platform lets customers drive better, faster decisions for their business and end users."}]}},"_links":{"self":[{"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/glossary\/7967"}],"collection":[{"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/types\/glossary"}],"version-history":[{"count":0,"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/glossary\/7967\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/media\/8080"}],"wp:attachment":[{"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/media?parent=7967"}],"wp:term":[{"taxonomy":"application","embeddable":true,"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/application?post=7967"},{"taxonomy":"department","embeddable":true,"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/department?post=7967"},{"taxonomy":"glossary-category","embeddable":true,"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/glossary-category?post=7967"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/industry?post=7967"},{"taxonomy":"role","embeddable":true,"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/role?post=7967"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.sisense.com\/wp-json\/wp\/v2\/topic?post=7967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}