{"id":3640,"date":"2023-03-07T17:49:03","date_gmt":"2023-03-07T12:19:03","guid":{"rendered":"https:\/\/learntube.ai\/blog\/?p=3640"},"modified":"2023-03-07T17:49:16","modified_gmt":"2023-03-07T12:19:16","slug":"exploring-sql-window-functions-and-their-applications","status":"publish","type":"post","link":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/","title":{"rendered":"Exploring SQL Window Functions And Their Applications"},"content":{"rendered":"\n<p>Structured Query Language (SQL) window functions are a powerful tool for analyzing and manipulating data in a database. Window functions are used to perform calculations over a group of rows in a database table, where the group is defined by a specific column or set of columns. In this blog post, we will explore SQL window functions and their applications.<\/p>\n\n\n\n<p><strong>Overview of SQL Window Functions<\/strong><\/p>\n\n\n\n<p>SQL window functions are similar to aggregate functions, such as SUM, AVG, and COUNT, but they provide additional features for calculating values based on a subset of rows in a table. Window functions operate on a &#8220;window&#8221; of rows, defined by a partition and an ordering. The partition specifies the grouping of rows, while the ordering determines the order in which the window function is applied.<\/p>\n\n\n\n<p><strong>Syntax of SQL Window Functions<\/strong><\/p>\n\n\n\n<p><strong>T<\/strong>he basic syntax of a window function in SQL is as follows:<\/p>\n\n\n\n<p>&lt;window_function&gt; OVER ([PARTITION BY &lt;partition_column(s)&gt;] [ORDER BY &lt;order_column(s)&gt;])<\/p>\n\n\n\n<p>The window function can be any SQL function that takes a set of rows as input and returns a single value, such as SUM, AVG, MAX, MIN, COUNT, and ROW_NUMBER.<\/p>\n\n\n\n<p><strong>Applications of SQL Window Functions<\/strong><\/p>\n\n\n\n<p>SQL window functions can be used for a variety of applications, including the following:<\/p>\n\n\n\n<p><strong>Ranking and Percentile Calculations<\/strong><\/p>\n\n\n\n<p>Window functions can be used to calculate rankings and percentiles based on a specific column or set of columns. The ROW_NUMBER function can be used to assign a unique row number to each row in a partition, while the RANK and DENSE_RANK functions can be used to assign a ranking value based on a specific column. The PERCENT_RANK and CUME_DIST functions can be used to calculate the percentile ranking of a row within a partition.<\/p>\n\n\n\n<p><strong>Moving Averages and Cumulative Sums<\/strong><\/p>\n\n\n\n<p>Window functions can be used to calculate moving averages and cumulative sums over a specific range of rows. The SUM and AVG functions can be used to calculate the sum and average of a column over a specific window of rows, while the LAG and LEAD functions can be used to access values from the previous or next row in the partition.<\/p>\n\n\n\n<p><strong>Running Totals and Differences<\/strong><\/p>\n\n\n\n<p>Window functions can be used to calculate running totals and differences over a specific range of rows. The SUM function can be used to calculate a running total of a column over a specific window of rows, while the LAG and LEAD functions can be used to calculate the difference between the current row and the previous or next row in the partition.<\/p>\n\n\n\n<p><strong>Grouped Aggregations<\/strong><\/p>\n\n\n\n<p>Window functions can be used to perform grouped aggregations over a specific range of rows. The AVG, MIN, and MAX functions can be used to calculate the average, minimum, and maximum values of a column over a specific window of rows, while the COUNT function can be used to count the number of rows in a partition.<\/p>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>SQL window functions are a powerful tool for analyzing and manipulating data in a database. They provide additional features for calculating values based on a subset of rows in a table and can be used for a variety of applications, including ranking and percentile calculations, moving averages and cumulative sums, running totals and differences, and grouped aggregations. By leveraging SQL window functions, you can perform complex calculations and analysis on your database data with ease.<\/p>\n\n\n\n<p>Take your <a href=\"https:\/\/learntube.ai\/operating-system-and-databases-courses\/sql-basic-course\">SQL<\/a> skills to the next level with LearnTube&#8217;s online courses. LearnTube is a safe and reliable platform that provides an array of effective learning tools, including its app and WhatsApp bot, to enhance your learning journey. Whether you&#8217;re a beginner or an advanced learner, LearnTube offers a wide variety of SQL courses, ranging from introductory to advanced certifications. <a href=\"https:\/\/learntube.ai\/\">Visit our website<\/a> to explore the diverse selection of investing courses that LearnTube has to offer and elevate your SQL knowledge and skills.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Structured Query Language (SQL) window functions are a powerful tool for analyzing and manipulating data in a database. Window functions are used to perform calculations over a group of rows in a database table, where the group is defined by a specific column or set of columns. In this blog post, we will explore SQL [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3641,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[93],"tags":[],"class_list":{"0":"post-3640","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-sql"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Exploring SQL Window Functions And Their Applications - Learn Tube<\/title>\n<meta name=\"description\" content=\"Unlock the full potential of SQL with our guide to window functions. Learn how to analyze data and solve complex problems using advanced techniques.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exploring SQL Window Functions And Their Applications - Learn Tube\" \/>\n<meta property=\"og:description\" content=\"Unlock the full potential of SQL with our guide to window functions. Learn how to analyze data and solve complex problems using advanced techniques.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/\" \/>\n<meta property=\"og:site_name\" content=\"Learn Tube\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CareerNinjaIndia\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-07T12:19:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-07T12:19:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1\" \/>\n\t<meta property=\"og:image:height\" content=\"1\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Team LearnTube\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team LearnTube\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/\"},\"author\":{\"name\":\"Team LearnTube\",\"@id\":\"https:\/\/learntube.ai\/blog\/#\/schema\/person\/0f4e519a2115e9be9c8083e7a41a4e07\"},\"headline\":\"Exploring SQL Window Functions And Their Applications\",\"datePublished\":\"2023-03-07T12:19:03+00:00\",\"dateModified\":\"2023-03-07T12:19:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/\"},\"wordCount\":661,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/learntube.ai\/blog\/#organization\"},\"articleSection\":[\"SQL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/\",\"url\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/\",\"name\":\"Exploring SQL Window Functions And Their Applications - Learn Tube\",\"isPartOf\":{\"@id\":\"https:\/\/learntube.ai\/blog\/#website\"},\"datePublished\":\"2023-03-07T12:19:03+00:00\",\"dateModified\":\"2023-03-07T12:19:16+00:00\",\"description\":\"Unlock the full potential of SQL with our guide to window functions. Learn how to analyze data and solve complex problems using advanced techniques.\",\"breadcrumb\":{\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/learntube.ai\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exploring SQL Window Functions And Their Applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learntube.ai\/blog\/#website\",\"url\":\"https:\/\/learntube.ai\/blog\/\",\"name\":\"LearnTube\",\"description\":\"10000+ Free Courses with Free Certification and doubt solving -\",\"publisher\":{\"@id\":\"https:\/\/learntube.ai\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learntube.ai\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/learntube.ai\/blog\/#organization\",\"name\":\"LearnTube\",\"url\":\"https:\/\/learntube.ai\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learntube.ai\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/04\/1645302407Colourpng.png\",\"contentUrl\":\"https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/04\/1645302407Colourpng.png\",\"width\":3000,\"height\":742,\"caption\":\"LearnTube\"},\"image\":{\"@id\":\"https:\/\/learntube.ai\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/CareerNinjaIndia\/\",\"https:\/\/www.instagram.com\/careerninjaindia\/\",\"https:\/\/www.linkedin.com\/company\/careerninja\/\",\"https:\/\/www.youtube.com\/c\/CareerNinja\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/learntube.ai\/blog\/#\/schema\/person\/0f4e519a2115e9be9c8083e7a41a4e07\",\"name\":\"Team LearnTube\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learntube.ai\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2f280aa676ba5daf1e7407bffa25f05d95bb67811711176adde8cf8440982486?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2f280aa676ba5daf1e7407bffa25f05d95bb67811711176adde8cf8440982486?s=96&d=mm&r=g\",\"caption\":\"Team LearnTube\"},\"sameAs\":[\"https:\/\/learntube.ai\/blog\"],\"url\":\"https:\/\/learntube.ai\/blog\/author\/team-learntube\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exploring SQL Window Functions And Their Applications - Learn Tube","description":"Unlock the full potential of SQL with our guide to window functions. Learn how to analyze data and solve complex problems using advanced techniques.","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:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/","og_locale":"en_US","og_type":"article","og_title":"Exploring SQL Window Functions And Their Applications - Learn Tube","og_description":"Unlock the full potential of SQL with our guide to window functions. Learn how to analyze data and solve complex problems using advanced techniques.","og_url":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/","og_site_name":"Learn Tube","article_publisher":"https:\/\/www.facebook.com\/CareerNinjaIndia\/","article_published_time":"2023-03-07T12:19:03+00:00","article_modified_time":"2023-03-07T12:19:16+00:00","og_image":[{"url":"https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783.jpg","width":1,"height":1,"type":"image\/jpeg"}],"author":"Team LearnTube","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Team LearnTube","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/#article","isPartOf":{"@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/"},"author":{"name":"Team LearnTube","@id":"https:\/\/learntube.ai\/blog\/#\/schema\/person\/0f4e519a2115e9be9c8083e7a41a4e07"},"headline":"Exploring SQL Window Functions And Their Applications","datePublished":"2023-03-07T12:19:03+00:00","dateModified":"2023-03-07T12:19:16+00:00","mainEntityOfPage":{"@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/"},"wordCount":661,"commentCount":0,"publisher":{"@id":"https:\/\/learntube.ai\/blog\/#organization"},"articleSection":["SQL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/","url":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/","name":"Exploring SQL Window Functions And Their Applications - Learn Tube","isPartOf":{"@id":"https:\/\/learntube.ai\/blog\/#website"},"datePublished":"2023-03-07T12:19:03+00:00","dateModified":"2023-03-07T12:19:16+00:00","description":"Unlock the full potential of SQL with our guide to window functions. Learn how to analyze data and solve complex problems using advanced techniques.","breadcrumb":{"@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/exploring-sql-window-functions-and-their-applications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/learntube.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"Exploring SQL Window Functions And Their Applications"}]},{"@type":"WebSite","@id":"https:\/\/learntube.ai\/blog\/#website","url":"https:\/\/learntube.ai\/blog\/","name":"LearnTube","description":"10000+ Free Courses with Free Certification and doubt solving -","publisher":{"@id":"https:\/\/learntube.ai\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learntube.ai\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/learntube.ai\/blog\/#organization","name":"LearnTube","url":"https:\/\/learntube.ai\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learntube.ai\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/04\/1645302407Colourpng.png","contentUrl":"https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/04\/1645302407Colourpng.png","width":3000,"height":742,"caption":"LearnTube"},"image":{"@id":"https:\/\/learntube.ai\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/CareerNinjaIndia\/","https:\/\/www.instagram.com\/careerninjaindia\/","https:\/\/www.linkedin.com\/company\/careerninja\/","https:\/\/www.youtube.com\/c\/CareerNinja"]},{"@type":"Person","@id":"https:\/\/learntube.ai\/blog\/#\/schema\/person\/0f4e519a2115e9be9c8083e7a41a4e07","name":"Team LearnTube","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learntube.ai\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2f280aa676ba5daf1e7407bffa25f05d95bb67811711176adde8cf8440982486?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2f280aa676ba5daf1e7407bffa25f05d95bb67811711176adde8cf8440982486?s=96&d=mm&r=g","caption":"Team LearnTube"},"sameAs":["https:\/\/learntube.ai\/blog"],"url":"https:\/\/learntube.ai\/blog\/author\/team-learntube\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-scaled.jpg",2560,1422,false],"thumbnail":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-150x150.jpg",150,150,true],"medium":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-300x167.jpg",300,167,true],"medium_large":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-768x427.jpg",696,387,true],"large":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-1024x569.jpg",696,387,true],"1536x1536":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-1536x853.jpg",1536,853,true],"2048x2048":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-2048x1138.jpg",2048,1138,true],"td_218x150":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-218x150.jpg",218,150,true],"td_324x400":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-324x400.jpg",324,400,true],"td_485x360":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-485x360.jpg",485,360,true],"td_696x0":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-696x387.jpg",696,387,true],"td_1068x0":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-1068x593.jpg",1068,593,true],"td_1920x0":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-1920x1067.jpg",1920,1067,true],"td_324x235":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2023\/03\/22112357_6554783-324x235.jpg",324,235,true]},"uagb_author_info":{"display_name":"Team LearnTube","author_link":"https:\/\/learntube.ai\/blog\/author\/team-learntube\/"},"uagb_comment_info":2,"uagb_excerpt":"Structured Query Language (SQL) window functions are a powerful tool for analyzing and manipulating data in a database. Window functions are used to perform calculations over a group of rows in a database table, where the group is defined by a specific column or set of columns. In this blog post, we will explore SQL&hellip;","_links":{"self":[{"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/posts\/3640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/comments?post=3640"}],"version-history":[{"count":1,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/posts\/3640\/revisions"}],"predecessor-version":[{"id":3642,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/posts\/3640\/revisions\/3642"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/media\/3641"}],"wp:attachment":[{"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/media?parent=3640"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/categories?post=3640"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/tags?post=3640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}