{"id":1525,"date":"2024-01-03T09:37:58","date_gmt":"2024-01-03T01:37:58","guid":{"rendered":"https:\/\/www.ruianding.com\/blog\/?p=1525"},"modified":"2024-01-04T13:40:11","modified_gmt":"2024-01-04T05:40:11","slug":"general-terminologies","status":"publish","type":"post","link":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/","title":{"rendered":"MySQL-001 General Terminologies"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Database (DB)<\/h3>\n\n\n\n<p>A database is a <strong>structured collection of data<\/strong>. It can be electronic (stored in a computer system) or physical (like a filing system in an office). In the context of IT and computing, a database typically refers to a data structure that stores information electronically.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png\" alt=\"\" class=\"wp-image-1536\" width=\"672\" height=\"483\"\/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Database Management Systems (DBMS)<\/h3>\n\n\n\n<p>A special software system designed to help users create and manage databases.<\/p>\n\n\n\n<p>It provides an interface between the data stored in databases and the users or application programs.<\/p>\n\n\n\n<p class=\"has-pale-cyan-blue-background-color has-background has-small-font-size\">App service is telling the DBMS to do the job, instead of interactive with the DB itself directly.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">C.R.U.D<\/h3>\n\n\n\n<p>It represents the four basic operations that can be performed on data in a database or a data storage system: Create, Read (Retrieve), Update, Delete<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Create<\/strong>: This operation involves adding new data to the database. For example, in a relational database, this could mean inserting a new row into a table.<\/li>\n\n\n\n<li><strong>Read<\/strong>: This operation entails retrieving or reading data from the database. It could be as simple as fetching a single record or as complex as executing a query that filters and sorts a large amount of data.<\/li>\n\n\n\n<li><strong>Update<\/strong>: This operation is about modifying existing data in the database. This could involve changing the values of certain fields in a record or several records.<\/li>\n\n\n\n<li><strong>Delete<\/strong>: This operation involves removing data from the database. This could mean deleting a single record, a group of records, or even clearing an entire table.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Two Main Types of Databases<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Relational Databases<\/strong> &#8211; SQL<\/h4>\n\n\n\n<p>Relational databases store data in tables, which consist of rows and columns. Each row represents a unique record, and each column represents a field within the record.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Relational Database Management Systems (RDBMS)<\/strong>\n<ul class=\"wp-block-list\">\n<li>Help users create and maintain a relational database<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Use the Structured Query Language (SQL)<\/strong>\n<ul class=\"wp-block-list\">\n<li>Standardized language for interacting with RDBMS<\/li>\n\n\n\n<li>Used to perform C.R.U.D operations, as well as other administrative tasks<\/li>\n\n\n\n<li>Used to defined tables and structures<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p class=\"has-pale-cyan-blue-background-color has-background has-small-font-size\">Popular examples include MySQL, PostgreSQL, Oracle, and Microsoft SQL Server.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Non-Relational Databases &#8211; NoSQL<\/h4>\n\n\n\n<p>NoSQL databases can store data in various formats other than tabular relations. This includes document, key-value, wide-column, and graph formats.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-1.png\" alt=\"\" class=\"wp-image-1529\" width=\"664\" height=\"364\"\/><\/figure>\n\n\n\n<p class=\"has-pale-cyan-blue-background-color has-background has-small-font-size\">Popular examples include MongoDB (document-based), Redis (key-value store), Cassandra (wide-column store), and Neo4j (graph database).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-cyan-bluish-gray-color has-alpha-channel-opacity has-cyan-bluish-gray-background-color has-background\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Database Queries<\/strong><\/h3>\n\n\n\n<p>Database queries are <strong>requests to access data from a database<\/strong>. These queries are used to perform various operations on the data stored in the database, such as retrieving specific information, updating records, inserting new data, or deleting existing data. <\/p>\n\n\n\n<p>Queries are a fundamental aspect of interacting with databases, allowing users and applications to manipulate and analyze the data according to their needs. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Database (DB) A database is a structured collection of data. It can be electronic (stored in a computer system) or physical (like a filing system in an office). In the context of IT and computing, a database typically refers to a data structure that stores information electronically. Database Management Systems (DBMS) A special software system [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[51],"tags":[],"class_list":["post-1525","post","type-post","status-publish","format-standard","hentry","category-mysql"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MySQL-001 General Terminologies - \u6781\u7b80IT\uff5cSimpleIT<\/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:\/\/www.ruianding.com\/blog\/general-terminologies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MySQL-001 General Terminologies - \u6781\u7b80IT\uff5cSimpleIT\" \/>\n<meta property=\"og:description\" content=\"Database (DB) A database is a structured collection of data. It can be electronic (stored in a computer system) or physical (like a filing system in an office). In the context of IT and computing, a database typically refers to a data structure that stores information electronically. Database Management Systems (DBMS) A special software system [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/\" \/>\n<meta property=\"og:site_name\" content=\"\u6781\u7b80IT\uff5cSimpleIT\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-03T01:37:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-04T05:40:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"813\" \/>\n\t<meta property=\"og:image:height\" content=\"585\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ruian Ding\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ruian Ding\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/\"},\"author\":{\"name\":\"Ruian Ding\",\"@id\":\"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/440d88575b7dc819a4cefc8c4199db3b\"},\"headline\":\"MySQL-001 General Terminologies\",\"datePublished\":\"2024-01-03T01:37:58+00:00\",\"dateModified\":\"2024-01-04T05:40:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/\"},\"wordCount\":439,\"publisher\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/440d88575b7dc819a4cefc8c4199db3b\"},\"image\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png\",\"articleSection\":[\"MySQL\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/\",\"url\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/\",\"name\":\"MySQL-001 General Terminologies - \u6781\u7b80IT\uff5cSimpleIT\",\"isPartOf\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png\",\"datePublished\":\"2024-01-03T01:37:58+00:00\",\"dateModified\":\"2024-01-04T05:40:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#primaryimage\",\"url\":\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png\",\"contentUrl\":\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png\",\"width\":813,\"height\":585},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ruianding.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MySQL-001 General Terminologies\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ruianding.com\/blog\/#website\",\"url\":\"https:\/\/www.ruianding.com\/blog\/\",\"name\":\"Ruian's Tech Troubleshooting Toolbox\",\"description\":\"Debug the World.\",\"publisher\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/440d88575b7dc819a4cefc8c4199db3b\"},\"alternateName\":\"\u4e01\u777f\u5b89\u7684\u6280\u672f\u5206\u4eab\u535a\u5ba2\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ruianding.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/440d88575b7dc819a4cefc8c4199db3b\",\"name\":\"Ruian Ding\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2023\/05\/logo.png\",\"contentUrl\":\"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2023\/05\/logo.png\",\"width\":284,\"height\":284,\"caption\":\"Ruian Ding\"},\"logo\":{\"@id\":\"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/image\/\"},\"description\":\"I am currently a Support Specialist at NIO, focusing on cloud-related issues for NIO Power. Previously, at Microsoft Entra ID, I specialized in identity and access management (IAM), including device registration, Windows Hello for Business (WHfB), multi-factor authentication (MFA), and single sign-on (SSO). In addition to my core expertise, I have a strong foundation in Active Directory, Servers, Cloud Computing, Network Administration, and Front-end Web Development. This diverse technical skill set enables me to effectively handle a wide range of challenges in a fast-paced IT environment.\",\"sameAs\":[\"https:\/\/www.ruianding.com\"],\"url\":\"https:\/\/www.ruianding.com\/blog\/author\/ruiand\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MySQL-001 General Terminologies - \u6781\u7b80IT\uff5cSimpleIT","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.ruianding.com\/blog\/general-terminologies\/","og_locale":"en_US","og_type":"article","og_title":"MySQL-001 General Terminologies - \u6781\u7b80IT\uff5cSimpleIT","og_description":"Database (DB) A database is a structured collection of data. It can be electronic (stored in a computer system) or physical (like a filing system in an office). In the context of IT and computing, a database typically refers to a data structure that stores information electronically. Database Management Systems (DBMS) A special software system [&hellip;]","og_url":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/","og_site_name":"\u6781\u7b80IT\uff5cSimpleIT","article_published_time":"2024-01-03T01:37:58+00:00","article_modified_time":"2024-01-04T05:40:11+00:00","og_image":[{"width":813,"height":585,"url":"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png","type":"image\/png"}],"author":"Ruian Ding","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ruian Ding","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#article","isPartOf":{"@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/"},"author":{"name":"Ruian Ding","@id":"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/440d88575b7dc819a4cefc8c4199db3b"},"headline":"MySQL-001 General Terminologies","datePublished":"2024-01-03T01:37:58+00:00","dateModified":"2024-01-04T05:40:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/"},"wordCount":439,"publisher":{"@id":"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/440d88575b7dc819a4cefc8c4199db3b"},"image":{"@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png","articleSection":["MySQL"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/","url":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/","name":"MySQL-001 General Terminologies - \u6781\u7b80IT\uff5cSimpleIT","isPartOf":{"@id":"https:\/\/www.ruianding.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#primaryimage"},"image":{"@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#primaryimage"},"thumbnailUrl":"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png","datePublished":"2024-01-03T01:37:58+00:00","dateModified":"2024-01-04T05:40:11+00:00","breadcrumb":{"@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ruianding.com\/blog\/general-terminologies\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#primaryimage","url":"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png","contentUrl":"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2024\/01\/image-2.png","width":813,"height":585},{"@type":"BreadcrumbList","@id":"https:\/\/www.ruianding.com\/blog\/general-terminologies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ruianding.com\/blog\/"},{"@type":"ListItem","position":2,"name":"MySQL-001 General Terminologies"}]},{"@type":"WebSite","@id":"https:\/\/www.ruianding.com\/blog\/#website","url":"https:\/\/www.ruianding.com\/blog\/","name":"Ruian's Tech Troubleshooting Toolbox","description":"Debug the World.","publisher":{"@id":"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/440d88575b7dc819a4cefc8c4199db3b"},"alternateName":"\u4e01\u777f\u5b89\u7684\u6280\u672f\u5206\u4eab\u535a\u5ba2","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ruianding.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/440d88575b7dc819a4cefc8c4199db3b","name":"Ruian Ding","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2023\/05\/logo.png","contentUrl":"https:\/\/www.ruianding.com\/blog\/wp-content\/uploads\/2023\/05\/logo.png","width":284,"height":284,"caption":"Ruian Ding"},"logo":{"@id":"https:\/\/www.ruianding.com\/blog\/#\/schema\/person\/image\/"},"description":"I am currently a Support Specialist at NIO, focusing on cloud-related issues for NIO Power. Previously, at Microsoft Entra ID, I specialized in identity and access management (IAM), including device registration, Windows Hello for Business (WHfB), multi-factor authentication (MFA), and single sign-on (SSO). In addition to my core expertise, I have a strong foundation in Active Directory, Servers, Cloud Computing, Network Administration, and Front-end Web Development. This diverse technical skill set enables me to effectively handle a wide range of challenges in a fast-paced IT environment.","sameAs":["https:\/\/www.ruianding.com"],"url":"https:\/\/www.ruianding.com\/blog\/author\/ruiand\/"}]}},"_links":{"self":[{"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/posts\/1525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/comments?post=1525"}],"version-history":[{"count":10,"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/posts\/1525\/revisions"}],"predecessor-version":[{"id":1541,"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/posts\/1525\/revisions\/1541"}],"wp:attachment":[{"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/media?parent=1525"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/categories?post=1525"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ruianding.com\/blog\/wp-json\/wp\/v2\/tags?post=1525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}