{"id":36096,"date":"2020-04-17T10:00:08","date_gmt":"2020-04-17T14:00:08","guid":{"rendered":"https:\/\/simpleprogrammer.com\/?p=36096"},"modified":"2022-08-28T16:57:29","modified_gmt":"2022-08-28T20:57:29","slug":"sql-interview-questions","status":"publish","type":"post","link":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/","title":{"rendered":"Top SQL Interview Questions You Should Be Prepared For In 2020"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-36165\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/04\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020-square.png\" alt=\"SQL interview questions\" width=\"280\" height=\"280\" \/>As a programmer on the path to <a href=\"https:\/\/simpleprogrammer.com\/become-a-sql-developer\/\" target=\"_blank\" rel=\"noopener noreferrer\">becoming an SQL developer<\/a>, you\u2019ve been working hard to learn data management. But even if you\u2019re confident you can create and configure databases, there\u2019s one crucial thing that stands between you and the job of your dreams: the interview.<\/p>\n<p>Interviews make a lot of novice programmers anxious, and rightfully so. When you spend so much time practicing tech skills, <a href=\"https:\/\/simpleprogrammer.com\/build-confidence-start-writing-code\/\" target=\"_blank\" rel=\"noopener noreferrer\">building confidence<\/a> doesn\u2019t seem to be a priority. However, when it comes to the interview, a confident programmer will look more competent, regardless of their actual experience.<\/p>\n<p>Lucky for you, there\u2019s a sure way to build up your confidence before an interview: learning <a href=\"https:\/\/simpleprogrammer.com\/programming-interview-questions\/\">what type of questions you\u2019ll have to answer<\/a> during an interview. Do this, and not only will you come prepared, but you\u2019ll be way more likely to land your dream job.<\/p>\n<p>Let\u2019s take a look at possible questions you might face, and so make sure you\u2019ll be better prepared than the competition.<\/p>\n<h2>Basic SQL Questions<\/h2>\n<p>The first couple of questions you\u2019ll get will be about your education and previous work experience, and they will be pretty basic. These questions will cover your understanding of basic SQL features and functions.<\/p>\n<p>One of the most popular questions is: <strong>What are the sublanguages of SQL?\u00a0<\/strong><\/p>\n<p>The interviewer may ask you to list them or to explain the difference between, say, DDL and TCL.<\/p>\n<p>You may also get questions about the data types. For instance: <strong>What is the difference between binary and varbinary data, and where would you use either?\u00a0<\/strong><\/p>\n<p>Providing examples for blobs and clobs may also appear on the list.<\/p>\n<p>Be prepared to explain some basic functions of SQL as well. You may have to specify what sublanguage a function belongs to. Listing types of JOIN and explaining the proper usage would be something you should see in the first part of the interview.<\/p>\n<p>You may also hear a question about data manipulation. That would be listing normal forms of data, explaining what index is, or how triggers work.<\/p>\n<p>Most of these questions are easy to answer, even for a novice. If you know your SQL well, you would not be stalled by these. If you\u2019re still feeling uneasy about the basics, read up on SQL well before the interview.<\/p>\n<p>Jonathan Gennick\u2019s <em><a href=\"http:\/\/www.amazon.com\/exec\/obidos\/ASIN\/1449394094\/makithecompsi-20\" target=\"_blank\" rel=\"noopener noreferrer\">SQL Pocket Guide<\/a><\/em> would be the best place to look. If you want a more in-depth book, check out Robin Nixon\u2019s <a href=\"http:\/\/www.amazon.com\/exec\/obidos\/ASIN\/1491978910\/makithecompsi-20\" target=\"_blank\" rel=\"noopener noreferrer\"><em>Learning PHP<\/em>,<em> MySQL &amp; JavaScript<\/em><\/a><em>.<\/em><\/p>\n<h2>Database Management Systems (DBMSs)Questions<\/h2>\n<p>What comes next are usually questions about DBMSs. In most cases, that would be MySQL, as it\u2019s one of the most popular systems. However, you need to be ready to answer basic questions about PostgreSQL and Oracle as well, just to be sure.<\/p>\n<p>If you know that the company you\u2019re interviewing at uses only one DBMS, at least know the difference between that system and other popular ones. Knowing the answer to why would you rather use MySQL instead of PostgreSQL for read-heavy applications may not be necessary if the company is mainly using MySQL but shows your level of understanding.<\/p>\n<p>Also, be prepared to talk about the basic features of DBMSs like types of tables and limitations.<\/p>\n<p>Since offices are now massively migrating to remote work due to the 2020 pandemic, you may expect a simple question like how do you access a MySQL database <a href=\"https:\/\/www.bestvpnrating.com\/vpn-for-ios\" target=\"_blank\" rel=\"noopener noreferrer\">while using a VPN on iOS<\/a> or any other OS. After all, endpoint security is important.<\/p>\n<h2>Code Execution Tests<\/h2>\n<p>You can read the books and manuals all you want, but ultimately, you can\u2019t <a href=\"https:\/\/simpleprogrammer.com\/mastering-sql\/\" target=\"_blank\" rel=\"noopener noreferrer\">master SQL<\/a> if you can\u2019t read and write code. This is what the interviewer will be testing after you\u2019ve gone through the basics.<\/p>\n<p>The first type of question would be a task to read a piece of code. You\u2019ll get a line or a couple of lines of code, and you need to say what the code executes.<\/p>\n<p>Also, the interviewer may give you a table, or code that creates a table, and a line of code. Based on both of these, you\u2019ll need to say what the code will return.<\/p>\n<p>After you show you understand code, it\u2019s time to write your own. You may start with explanatory questions like how do you avoid duplicate entries or how do you merge two tables with no overlapping rows. Explain how you would do that, and you\u2019re off to the next step.<\/p>\n<p>The next step is <em>actually <\/em>writing code. You may need to write a piece of code to execute what you\u2019ve been talking about or write something completely different.<\/p>\n<p>Often, you will have to create a table first and manipulate data in it to show you know more than one SQL sublanguage. Sometimes, the interviewer will ask you to write that code without using the most straightforward command to see how inventive you are.<\/p>\n<p>Don\u2019t quite understand what you need to write? <strong>Ask the interviewer!\u00a0<\/strong><\/p>\n<p>As weird as it may sound to a beginner programmer, asking questions and clarifying your task is actually a very important skill for a programmer.<\/p>\n<p>If you ask nothing and end up writing something that doesn\u2019t work or doesn\u2019t satisfy the interview question, you show that you don\u2019t have any <a href=\"https:\/\/simpleprogrammer.com\/soft-skills-developer\/\" target=\"_blank\" rel=\"noopener noreferrer\">soft skills<\/a>, and you more than likely won\u2019t land the job.<\/p>\n<h2>Database Design Questions<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-36168\" src=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/04\/database.png\" alt=\"Database questions\" width=\"280\" height=\"280\" \/>Even if you\u2019re applying for a junior SQL developer position and will be writing pretty simple code as a part of your job, you need to understand the bigger picture. The interviewer will probably ask you a couple of questions about database design.<\/p>\n<p>As with SQL questions, these will start out pretty simple\u2014like having to explain what is a factless fact or to illustrate the difference between OLTP and OLAP.<\/p>\n<p>Then, you\u2019ll probably have to look at some database schemas and comment on how they interact. The best way to learn how to do that is to look at tons of schemas. You can do it online at <a href=\"http:\/\/www.databaseanswers.org\/data_models\/\">Databaseanswers.com<\/a> or pick up a copy of <em><a href=\"https:\/\/www.apress.com\/gp\/book\/9781590597699\" target=\"_blank\" rel=\"noopener noreferrer\">Beginning Database Design<\/a><\/em> by Clare Churcher.<\/p>\n<h2>Be Flexible, Get the Job<\/h2>\n<p>The bottom line is, you can expect certain types of questions, but you can\u2019t know the exact questions you\u2019re going to answer at an interview. Any decent company would have their own system of interviewing in place and their own questions made by senior employees.<\/p>\n<p>What you can do is prepare yourself for the interview and clarify what you need to do in the hardest parts of the interview. This won\u2019t look unprofessional; you\u2019ll only show your soft skills.<\/p>\n<p>Make sure you don\u2019t keep asking too much, though, as most interviews are limited to 45 minutes. If you\u2019re stuck, however, you\u2019ll always be able to <a href=\"https:\/\/simpleprogrammer.com\/buy-more-time-coding-interviews\/\" target=\"_blank\" rel=\"noopener noreferrer\">buy yourself some time<\/a> during the interview. You can buy a couple of seconds by clarifying the question and save yourself the embarrassment of sitting in silence when thinking about solving a problem by thinking out loud.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As a programmer on the path to becoming an SQL developer, you\u2019ve been working hard to learn data management. But even if you\u2019re confident you can create and configure databases, there\u2019s one crucial thing that stands between you and the job of your dreams: the interview. Interviews make a lot of novice programmers anxious, and&#8230;<\/p>\n","protected":false},"author":1241,"featured_media":36166,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[14560,415,11788,162228545,162229947,162229803,162229840,162229823],"tags":[],"class_list":["post-36096","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-career","category-guest-post","category-interview","category-interviews","category-php","category-programming","category-skills","category-software"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Top SQL Interview Questions You Should Be Prepared For In 2020 - Simple Programmer<\/title>\n<meta name=\"description\" content=\"We&#039;ll prepare you, a novice developer, for SQL questions in an interview by providing typical questions, tips, and resources for learning.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/simpleprogrammer.com\/sql-interview-questions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top SQL Interview Questions You Should Be Prepared For In 2020 - Simple Programmer\" \/>\n<meta property=\"og:description\" content=\"We&#039;ll prepare you, a novice developer, for SQL questions in an interview by providing typical questions, tips, and resources for learning.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simpleprogrammer.com\/sql-interview-questions\/\" \/>\n<meta property=\"og:site_name\" content=\"Simple Programmer\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-17T14:00:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-28T20:57:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/04\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. 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:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Top SQL Interview Questions You Should Be Prepared For In 2020\",\"datePublished\":\"2020-04-17T14:00:08+00:00\",\"dateModified\":\"2022-08-28T20:57:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/\"},\"wordCount\":1192,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png\",\"articleSection\":[\"Career\",\"Guest Post\",\"Interview\",\"Interviews\",\"PHP\",\"Programming\",\"Skills\",\"Software\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/\",\"name\":\"Top SQL Interview Questions You Should Be Prepared For In 2020 - Simple Programmer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png\",\"datePublished\":\"2020-04-17T14:00:08+00:00\",\"dateModified\":\"2022-08-28T20:57:29+00:00\",\"author\":{\"@id\":\"\"},\"description\":\"We'll prepare you, a novice developer, for SQL questions in an interview by providing typical questions, tips, and resources for learning.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/#primaryimage\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png\",\"contentUrl\":\"https:\\\/\\\/simpleprogrammer.com\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/sql-interview-questions\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/simpleprogrammer.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Top SQL Interview Questions You Should Be Prepared For In 2020\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/simpleprogrammer.com\\\/#website\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/\",\"name\":\"Simple Programmer\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/simpleprogrammer.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"\",\"url\":\"https:\\\/\\\/simpleprogrammer.com\\\/author\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top SQL Interview Questions You Should Be Prepared For In 2020 - Simple Programmer","description":"We'll prepare you, a novice developer, for SQL questions in an interview by providing typical questions, tips, and resources for learning.","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:\/\/simpleprogrammer.com\/sql-interview-questions\/","og_locale":"en_US","og_type":"article","og_title":"Top SQL Interview Questions You Should Be Prepared For In 2020 - Simple Programmer","og_description":"We'll prepare you, a novice developer, for SQL questions in an interview by providing typical questions, tips, and resources for learning.","og_url":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/","og_site_name":"Simple Programmer","article_published_time":"2020-04-17T14:00:08+00:00","article_modified_time":"2022-08-28T20:57:29+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/04\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/#article","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/"},"author":{"name":"","@id":""},"headline":"Top SQL Interview Questions You Should Be Prepared For In 2020","datePublished":"2020-04-17T14:00:08+00:00","dateModified":"2022-08-28T20:57:29+00:00","mainEntityOfPage":{"@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/"},"wordCount":1192,"commentCount":0,"image":{"@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/04\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png","articleSection":["Career","Guest Post","Interview","Interviews","PHP","Programming","Skills","Software"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/simpleprogrammer.com\/sql-interview-questions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/","url":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/","name":"Top SQL Interview Questions You Should Be Prepared For In 2020 - Simple Programmer","isPartOf":{"@id":"https:\/\/simpleprogrammer.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/#primaryimage"},"image":{"@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/04\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png","datePublished":"2020-04-17T14:00:08+00:00","dateModified":"2022-08-28T20:57:29+00:00","author":{"@id":""},"description":"We'll prepare you, a novice developer, for SQL questions in an interview by providing typical questions, tips, and resources for learning.","breadcrumb":{"@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simpleprogrammer.com\/sql-interview-questions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/#primaryimage","url":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/04\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png","contentUrl":"https:\/\/simpleprogrammer.com\/wp-content\/uploads\/2020\/04\/Top-SQL-Interview-Questions-You-Should-Be-Prepared-For-In-2020.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/simpleprogrammer.com\/sql-interview-questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simpleprogrammer.com\/"},{"@type":"ListItem","position":2,"name":"Top SQL Interview Questions You Should Be Prepared For In 2020"}]},{"@type":"WebSite","@id":"https:\/\/simpleprogrammer.com\/#website","url":"https:\/\/simpleprogrammer.com\/","name":"Simple Programmer","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simpleprogrammer.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"","url":"https:\/\/simpleprogrammer.com\/author\/"}]}},"_links":{"self":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/36096","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/users\/1241"}],"replies":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/comments?post=36096"}],"version-history":[{"count":0,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/posts\/36096\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media\/36166"}],"wp:attachment":[{"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/media?parent=36096"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/categories?post=36096"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simpleprogrammer.com\/wp-json\/wp\/v2\/tags?post=36096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}