{"id":2320,"date":"2022-10-13T18:51:31","date_gmt":"2022-10-13T18:51:31","guid":{"rendered":"https:\/\/learntube.ai\/blog\/?p=2320"},"modified":"2022-10-13T18:51:34","modified_gmt":"2022-10-13T18:51:34","slug":"what-are-the-basic-sql-questions-asked-in-an-interview","status":"publish","type":"post","link":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/","title":{"rendered":"What are the Basic SQL Questions Asked in an Interview?"},"content":{"rendered":"\n<p>SQL (Structured Query Language) is a domain-specific <a href=\"https:\/\/learntube.ai\/programming-courses\">programming language<\/a> that is used to handle data in database management systems. SQL programming skills are highly sought after in the market because Database Management Systems (DBMS) are employed in almost every software application. To be considered for a position, candidates must pass an interview in which they will be asked a number of <a href=\"https:\/\/learntube.ai\/programming-courses\/sql-basic-course\">SQL<\/a> interview questions. The questions and answers that will most likely be asked during the SQL interview are listed below. Candidates with a few years of experience are asked SQL basic to advanced level SQL interview questions, depending on their skill and other factors. The list below contains all of the SQL technical interview questions for freshers, as well as SQL server interview questions for experienced candidates and some SQL query interview questions. Let\u2019s dive in.<\/p>\n\n\n\n<p><strong>What is a database management system (DBMS) and how does it work?<\/strong><\/p>\n\n\n\n<p>A database management system (DBMS) is a piece of software that oversees database creation, maintenance, and use. A database management system (DBMS) is a sort of file manager that works with data in a database instead of saving it to a file system.<\/p>\n\n\n\n<p><strong>What exactly is an RDBMS (relational database management system)?<\/strong><\/p>\n\n\n\n<p>The abbreviation for Relational Database Management System (RDBMS) is Relational Database Management System. RDBMS stores data in a sequence of tables connected by common fields between table columns. It also has relational operators for manipulating the data in the tables.<\/p>\n\n\n\n<p><strong>What are tables and Fields?<\/strong><\/p>\n\n\n\n<p>In a model, a table is a collection of data structured by columns and rows. Horizontal rows are horizontal, but vertical columns are vertical. A table contains a fixed number of columns, known as fields, but any number of rows, or records, can be added.<\/p>\n\n\n\n<p><strong>What is a SQL<\/strong><\/p>\n\n\n\n<p>SQL (Structured Query Language) is a computer language for interacting with databases. This is a computer language used to retrieve, update, insert, and delete data from a database.<\/p>\n\n\n\n<p>A standard SQL command is selected.<\/p>\n\n\n\n<p><strong>What is Database?<\/strong><\/p>\n\n\n\n<p>A database is basically an organized representation of data that makes data access, storage, retrieval, and management a breeze. This is a type of structured data that may be accessed in a number of ways.<\/p>\n\n\n\n<p><strong>What is a primary key?<\/strong><\/p>\n\n\n\n<p>A primary key is a group of fields in a database that uniquely identifies a record. This is a special kind of unique key that has a NOT NULL requirement. It means that the primary key&#8217;s values cannot be NULL.<\/p>\n\n\n\n<p><strong>What is a unique key?<\/strong><\/p>\n\n\n\n<p>A unique key constraint was used to identify each record in the database. This assures that the column (or set of columns) is one-of-a-kind. On a main key constraint, an automated unique constraint is defined. However, this is not the case in the case of Unique Key. Multiple unique constraints can be defined per table, but only one main key constraint.<\/p>\n\n\n\n<p><strong>What are all the different normalizations?<\/strong><\/p>\n\n\n\n<p>The common types are divided into five categories, as shown below -.<\/p>\n\n\n\n<p><strong>1NF (First Normal Form): <\/strong>This should remove all duplicate columns from the table. Unique columns are detected and tables with similar data are established.<\/p>\n\n\n\n<p><strong>2NF (Second Normal Form):<\/strong> All of the first normal form&#8217;s requirements are met. Creating associations between subsets of data by putting them in various tables and using primary keys.<\/p>\n\n\n\n<p><strong>3NF (Third Normal Form):<\/strong> This should meet all of the 2NF requirements. Getting rid of columns that aren&#8217;t constrained by main keys.<\/p>\n\n\n\n<p>It should satisfy all of the requirements of the third normal form and have no multi-valued dependents. 4NF (Fourth Normal Form): It should meet all of the requirements of the third normal form and have no multi-valued dependencies.<\/p>\n\n\n\n<p><strong>Final Thoughts: <\/strong>It&#8217;s impossible to cover all of the questions asked in a SQL interview in a single blog post. However, the questions listed above are the most frequently asked in SQL interviews. If you want to learn more about SQL, you can always learn for free on youtube. There are thousands of SQL tutorials on YouTube. Use<a href=\"https:\/\/careerninja.in\/\"> Career Ninja<\/a>&#8216;s<a href=\"https:\/\/app.learntube.ai\/\"> LearnTube<\/a> for hand-holding training on YouTube. LearnTube organizes the results of your YouTube search into a course framework. If you want to learn &#8220;SQL tutorials&#8221;, search the term on LearnTube and it will show you a bunch of youtube videos like an online course. As a beginner, you&#8217;ll click through the videos from the first to the last, as if you were taking an online course tailored specifically for you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SQL (Structured Query Language) is a domain-specific programming language that is used to handle data in database management systems. SQL programming skills are highly sought after in the market because Database Management Systems (DBMS) are employed in almost every software application. To be considered for a position, candidates must pass an interview in which they [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2321,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[28,93],"tags":[],"class_list":{"0":"post-2320","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-programming","8":"category-sql"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What are the basic SQL questions asked in an interview?<\/title>\n<meta name=\"description\" content=\"Will you be attending a SQL job interview? If that&#039;s the case, these SQL questions and answers will undoubtedly be useful for your interview.\" \/>\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\/what-are-the-basic-sql-questions-asked-in-an-interview\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What are the basic SQL questions asked in an interview?\" \/>\n<meta property=\"og:description\" content=\"Will you be attending a SQL job interview? If that&#039;s the case, these SQL questions and answers will undoubtedly be useful for your interview.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/\" \/>\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=\"2022-10-13T18:51:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-13T18:51:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"2000\" \/>\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=\"4 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\/what-are-the-basic-sql-questions-asked-in-an-interview\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/\"},\"author\":{\"name\":\"Team LearnTube\",\"@id\":\"https:\/\/learntube.ai\/blog\/#\/schema\/person\/0f4e519a2115e9be9c8083e7a41a4e07\"},\"headline\":\"What are the Basic SQL Questions Asked in an Interview?\",\"datePublished\":\"2022-10-13T18:51:31+00:00\",\"dateModified\":\"2022-10-13T18:51:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/\"},\"wordCount\":756,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/learntube.ai\/blog\/#organization\"},\"articleSection\":[\"Programming\",\"SQL\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/\",\"url\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/\",\"name\":\"What are the basic SQL questions asked in an interview?\",\"isPartOf\":{\"@id\":\"https:\/\/learntube.ai\/blog\/#website\"},\"datePublished\":\"2022-10-13T18:51:31+00:00\",\"dateModified\":\"2022-10-13T18:51:34+00:00\",\"description\":\"Will you be attending a SQL job interview? If that's the case, these SQL questions and answers will undoubtedly be useful for your interview.\",\"breadcrumb\":{\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/learntube.ai\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What are the Basic SQL Questions Asked in an Interview?\"}]},{\"@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":"What are the basic SQL questions asked in an interview?","description":"Will you be attending a SQL job interview? If that's the case, these SQL questions and answers will undoubtedly be useful for your interview.","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\/what-are-the-basic-sql-questions-asked-in-an-interview\/","og_locale":"en_US","og_type":"article","og_title":"What are the basic SQL questions asked in an interview?","og_description":"Will you be attending a SQL job interview? If that's the case, these SQL questions and answers will undoubtedly be useful for your interview.","og_url":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/","og_site_name":"Learn Tube","article_publisher":"https:\/\/www.facebook.com\/CareerNinjaIndia\/","article_published_time":"2022-10-13T18:51:31+00:00","article_modified_time":"2022-10-13T18:51:34+00:00","og_image":[{"width":2000,"height":2000,"url":"https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989.jpg","type":"image\/jpeg"}],"author":"Team LearnTube","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Team LearnTube","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/#article","isPartOf":{"@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/"},"author":{"name":"Team LearnTube","@id":"https:\/\/learntube.ai\/blog\/#\/schema\/person\/0f4e519a2115e9be9c8083e7a41a4e07"},"headline":"What are the Basic SQL Questions Asked in an Interview?","datePublished":"2022-10-13T18:51:31+00:00","dateModified":"2022-10-13T18:51:34+00:00","mainEntityOfPage":{"@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/"},"wordCount":756,"commentCount":0,"publisher":{"@id":"https:\/\/learntube.ai\/blog\/#organization"},"articleSection":["Programming","SQL"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/","url":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/","name":"What are the basic SQL questions asked in an interview?","isPartOf":{"@id":"https:\/\/learntube.ai\/blog\/#website"},"datePublished":"2022-10-13T18:51:31+00:00","dateModified":"2022-10-13T18:51:34+00:00","description":"Will you be attending a SQL job interview? If that's the case, these SQL questions and answers will undoubtedly be useful for your interview.","breadcrumb":{"@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learntube.ai\/blog\/programming\/sql\/what-are-the-basic-sql-questions-asked-in-an-interview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/learntube.ai\/blog\/"},{"@type":"ListItem","position":2,"name":"What are the Basic SQL Questions Asked in an Interview?"}]},{"@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\/2022\/10\/21743443_6505989.jpg",2000,2000,false],"thumbnail":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-150x150.jpg",150,150,true],"medium":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-300x300.jpg",300,300,true],"medium_large":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-768x768.jpg",696,696,true],"large":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-1024x1024.jpg",696,696,true],"1536x1536":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-1536x1536.jpg",1536,1536,true],"2048x2048":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989.jpg",2000,2000,false],"td_218x150":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-218x150.jpg",218,150,true],"td_324x400":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-324x400.jpg",324,400,true],"td_485x360":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-485x360.jpg",485,360,true],"td_696x0":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-696x696.jpg",696,696,true],"td_1068x0":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-1068x1068.jpg",1068,1068,true],"td_1920x0":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989-1920x1920.jpg",1920,1920,true],"td_324x235":["https:\/\/learntube.ai\/blog\/wp-content\/uploads\/2022\/10\/21743443_6505989.jpg",235,235,false]},"uagb_author_info":{"display_name":"Team LearnTube","author_link":"https:\/\/learntube.ai\/blog\/author\/team-learntube\/"},"uagb_comment_info":0,"uagb_excerpt":"SQL (Structured Query Language) is a domain-specific programming language that is used to handle data in database management systems. SQL programming skills are highly sought after in the market because Database Management Systems (DBMS) are employed in almost every software application. To be considered for a position, candidates must pass an interview in which they&hellip;","_links":{"self":[{"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/posts\/2320","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=2320"}],"version-history":[{"count":1,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/posts\/2320\/revisions"}],"predecessor-version":[{"id":2322,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/posts\/2320\/revisions\/2322"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/media\/2321"}],"wp:attachment":[{"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/media?parent=2320"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/categories?post=2320"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learntube.ai\/blog\/wp-json\/wp\/v2\/tags?post=2320"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}