{"id":4782,"date":"2022-12-12T20:26:23","date_gmt":"2022-12-12T14:56:23","guid":{"rendered":"https:\/\/neonpolice.com\/?p=4782"},"modified":"2024-05-06T12:29:45","modified_gmt":"2024-05-06T06:59:45","slug":"sql-cheat-sheet","status":"publish","type":"post","link":"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/","title":{"rendered":"Una hoja de trucos de SQL en Datacamp para analizar datos"},"content":{"rendered":"<p>Database communication is done using the SQL (Structured Query Language). Using a database, you can store, retrieve, and manipulate data. SQL is used in almost all databases, including Oracle, Microsoft SQL Server, PostgreSQL, and MySQL.<\/p>\n<p>The SQL cheat sheet is a quick reference guide for anyone needing help with basic SQL commands. It includes a breakdown of different types of commands, such as SELECT, INSERT, UPDATE, DELETE, and CREATE. It also includes a list of commonly used data types and operators, as well as an overview of the different types of joins and clauses.<\/p>\n<p>Data from a database is retrieved using the SELECT command. It takes the form of SELECT followed by a list of column names, or * to select all columns. It can also include a WHERE clause to restrict the results to only rows that match certain criteria.<\/p>\n<ul>\n<li>INSERT adds new rows to a table. It takes the form of INSERT INTO followed by the table name, and then a list of values.<\/li>\n<li>A table&#8217;s data can be modified using the UPDATE command. It takes the form of an UPDATE followed by the table name, and then a SET clause which contains a list of column names and their new values.<\/li>\n<li>Table rows can be deleted using the DELETE command. It takes the form of DELETE FROM followed by the table name, and then a WHERE clause to restrict the results to only rows that match certain criteria.<\/li>\n<li>The CREATE command is used to create new tables. It takes the form of CREATE TABLE followed by the table name, and then a list of columns and their data types.<\/li>\n<\/ul>\n<p>The SQL cheat sheet also includes a list of commonly used data types and operators. Data types include integers, strings, dates, and booleans. Operators include equals, greater than, less than, and LIKE.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_88 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Alternar tabla de contenidos\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/#An_SQL_cheat_sheet_on_Datacamp\" >An SQL cheat sheet on Datacamp<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/#1_The_SELECT_command\" >1. The SELECT command<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/#2_The_INSERT_command\" >2. The INSERT command<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/#3_The_UPDATE_command\" >3. The UPDATE command<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/#4_The_DELETE_command\" >4. The DELETE command<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/#5_The_CREATE_command\" >5. The CREATE command<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/#Conclusion\" >Conclusion<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/neonpolice.com\/es\/sql-cheat-sheet\/#FAQs\" >FAQs<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"An_SQL_cheat_sheet_on_Datacamp\"><\/span>An SQL cheat sheet on Datacamp<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>The SQL cheat sheet is a <a href=\"https:\/\/bit.ly\/3H50S2E\" target=\"_blank\" rel=\"nofollow noopener sponsored\">quick reference guide<\/a> for anyone needing help with basic SQL. A detailed explanation of the SQL commands is given below-<\/p>\n<h3><span class=\"ez-toc-section\" id=\"1_The_SELECT_command\"><\/span>1. The SELECT command<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<div id=\"attachment_4806\" style=\"width: 910px\" class=\"wp-caption alignnone\"><img fetchpriority=\"high\" decoding=\"async\" aria-describedby=\"caption-attachment-4806\" class=\"size-full wp-image-4806\" src=\"https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-SELECT-command.webp\" alt=\"SELECT command is used to retrieve data\" width=\"900\" height=\"500\" srcset=\"https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-SELECT-command.webp 900w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-SELECT-command-300x167.webp 300w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-SELECT-command-768x427.webp 768w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-SELECT-command-585x325.webp 585w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-SELECT-command-150x83.webp 150w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><p id=\"caption-attachment-4806\" class=\"wp-caption-text\">The SELECT command | Neonpolice<\/p><\/div>\n<p>SQL SELECT command is used to retrieve data from a database table. It is one of the most commonly used SQL commands and is<a href=\"https:\/\/bit.ly\/3H50S2E\" target=\"_blank\" rel=\"nofollow noopener sponsored\"> used to fetch data from a single table<\/a> or multiple tables. The SELECT command allows us to pick the columns we want to include in the result, specify conditions to filter the result set, join tables, group the results, and more.<\/p>\n<p>The SELECT command has the following <a href=\"https:\/\/bit.ly\/3H50S2E\" target=\"_blank\" rel=\"nofollow noopener sponsored\">sql syntax cheat sheet<\/a>:<br \/>\nINTO (table) SELECT (columns) WHERE (conditions) ORDER BY (column).<\/p>\n<p>where are the columns that you want to be included in the output, [table] is the name of the table from which the data should be retrieved, and [conditions] are conditions that limit the result set. The ORDER BY clause is optional and allows us to sort the results in a specific order.<\/p>\n<hr \/>\n<p>Also Read: <a href=\"https:\/\/neonpolice.com\/power-bi-dashboard-tools\/\">Top 5 Power BI Dashboard Tools for Better Visualization &amp; Analysis!\u00a0<\/a><\/p>\n<hr \/>\n<h3><span class=\"ez-toc-section\" id=\"2_The_INSERT_command\"><\/span>2. The INSERT command<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><iframe title=\"Using the Insert Command for Blocks\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/1KMLLSFXHAw?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>\n<p>The INSERT command is a <a href=\"https:\/\/bit.ly\/3H50S2E\" target=\"_blank\" rel=\"nofollow noopener sponsored\">Structured Query Language (SQL)<\/a> command that is used to add new records to a database table. This command allows users to add new data or update existing data in a database table.<\/p>\n<p>A table name is inserted into a column using the syntax &#8220;INSERT INTO TABLE_NAME VALUES (column1, column2, &#8230;, column)&#8221;. The following example shows the syntax for inserting a new record into the &#8220;CUSTOMERS&#8221; table:<\/p>\n<p>INSERT INTO CUSTOMERS<\/p>\n<p>VALUES (43, &#8216;John Doe&#8217;, &#8216;john@example.com&#8217;, &#8216;123 Any Street&#8217;);<\/p>\n<p>The above statement inserts a new record into the CUSTOMERS table. The column names &#8220;ID&#8221;, &#8220;NAME&#8221;, &#8220;EMAIL&#8221; and &#8220;ADDRESS&#8221; are specified as the columns to be populated with data. The VALUES clause specifies the data that will be inserted into each column, in the order in which they are listed.<\/p>\n<hr \/>\n<h3><span class=\"ez-toc-section\" id=\"3_The_UPDATE_command\"><\/span>3. The UPDATE command<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<div id=\"attachment_4805\" style=\"width: 910px\" class=\"wp-caption alignnone\"><img decoding=\"async\" aria-describedby=\"caption-attachment-4805\" class=\"size-full wp-image-4805\" src=\"https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-UPDATE-command.webp\" alt=\"SQL UPDATE is a command used to modify existing records\" width=\"900\" height=\"500\" srcset=\"https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-UPDATE-command.webp 900w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-UPDATE-command-300x167.webp 300w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-UPDATE-command-768x427.webp 768w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-UPDATE-command-585x325.webp 585w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-UPDATE-command-150x83.webp 150w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><p id=\"caption-attachment-4805\" class=\"wp-caption-text\">The UPDATE command | Neonpolice<\/p><\/div>\n<p>SQL UPDATE is a <a href=\"https:\/\/bit.ly\/3H50S2E\" target=\"_blank\" rel=\"nofollow noopener sponsored\">command used to modify existing records<\/a> in an SQL database table. It is used to change the values of the fields in a table. It is also used to add new records to the table.<\/p>\n<p>The basic syntax of the SQL UPDATE command is as follows:<\/p>\n<p>The following statement updates table_name: SET column1 = new_value1, column2 = new_value2, &#8230;, AND condition;<\/p>\n<p>The UPDATE command requires two parameters: the table name and the set of columns and values that are to be modified. The WHERE clause can be used to specify the exact set of records that should be updated.<\/p>\n<hr \/>\n<h3><span class=\"ez-toc-section\" id=\"4_The_DELETE_command\"><\/span>4. The DELETE command<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<div id=\"attachment_4807\" style=\"width: 910px\" class=\"wp-caption alignnone\"><img decoding=\"async\" aria-describedby=\"caption-attachment-4807\" class=\"size-full wp-image-4807\" src=\"https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-DELETE-command.webp\" alt=\" It can be used to delete a single row\" width=\"900\" height=\"500\" srcset=\"https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-DELETE-command.webp 900w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-DELETE-command-300x167.webp 300w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-DELETE-command-768x427.webp 768w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-DELETE-command-585x325.webp 585w, https:\/\/neonpolice.com\/wp-content\/uploads\/2022\/12\/The-DELETE-command-150x83.webp 150w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><p id=\"caption-attachment-4807\" class=\"wp-caption-text\">The DELETE command | Neonpolice<\/p><\/div>\n<p>An existing record can be deleted from a table using the DELETE command. It can be used to delete a single row, multiple rows, or all rows from a table. To delete a single row, the command must specify the exact row to be deleted. To delete multiple rows, the command must specify a WHERE clause that defines the criteria for selecting the rows to be deleted. <a href=\"https:\/\/bit.ly\/3H50S2E\" target=\"_blank\" rel=\"nofollow noopener sponsored\">To delete all rows from a table, the command will simply use the keyword ALL.<\/a><\/p>\n<p>The DELETE command has the following syntax:<\/p>\n<p>DELETE FROM table_name<\/p>\n[WHERE condition]\n<p>The DELETE command can be used in combination with other commands to delete records from multiple tables in a single statement.<\/p>\n<hr \/>\n<h3><span class=\"ez-toc-section\" id=\"5_The_CREATE_command\"><\/span>5. The CREATE command<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><iframe title=\"Creating a Text Command\" width=\"1170\" height=\"658\" src=\"https:\/\/www.youtube.com\/embed\/-seelALiAyU?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>\n<p>The CREATE command is used to<a href=\"https:\/\/bit.ly\/3H50S2E\" target=\"_blank\" rel=\"nofollow noopener sponsored\"> create a new database, table, view, procedure, index, trigger, or user-defined data type<\/a>. This command is used to specify the structure of the database, such as what columns and data types are in the table, and how they are related to each other. It is also used to specify the relationships between tables.<\/p>\n<p>Here is the syntax for the CREATE command:<\/p>\n<p>CREATE [object type] [object name] (<\/p>\n[column name] [data type],<\/p>\n[column name] [data type],<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Overall, The <a href=\"https:\/\/bit.ly\/3H50S2E\" target=\"_blank\" rel=\"nofollow noopener sponsored\">importance of SQL<\/a> lies in its ability to store, manage, and retrieve data within a database. This makes it an essential tool for businesses that need to store large amounts of data, such as customer information, product information, and financial data. <a href=\"https:\/\/en.wikipedia.org\/wiki\/SQL\" target=\"_blank\" rel=\"noopener\">SQL also<\/a> allows businesses to create complex queries to quickly access the data they need. For more information about mysql cheat sheet <a href=\"https:\/\/neonpolice.com\/\" target=\"_blank\" rel=\"noopener\">visit the official website of Neon Police<\/a>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"FAQs\"><\/span>FAQs<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<div class=\"su-accordion su-u-trim\"><div class=\"su-spoiler su-spoiler-style-default su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span>Where are SQL cheat sheets on DataCamp?<\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\">SQL Cheat sheets are a great way for DataCamp users to quickly reference key concepts, functions, and syntax for data science and programming topics. SQL Cheat sheets are available for a variety of topics on DataCamp, including R, Python, SQL, git, and more. DataCamp SQL cheat sheets are conveniently located on the homepage of the website for easy access. Simply go to the DataCamp homepage and scroll down to the &#8220;Cheat Sheets&#8221; section. There, you will find a list of all the topics that have SQL cheat sheets available.<\/div><\/div>\n<div class=\"su-spoiler su-spoiler-style-default su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span>Is DataCamp good for learning SQL?<\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\">The answer is a resounding yes! DataCamp is an online learning platform that has become increasingly popular in recent years, and for good reason. With its intuitive and interactive courses, it is the perfect way to learn the basics and advanced concepts of SQL. DataCamp provides interactive courses with real-world examples and hands-on projects designed to help you gain a deep understanding of SQL.<\/div><\/div>\n<div class=\"su-spoiler su-spoiler-style-default su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span>Is SQL free on DataCamp?<\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\">In addition to free access to the SQL language, DataCamp also offers a series of paid courses. These courses offer more in-depth coverage of the language and provide a more comprehensive understanding of the language. These courses are ideal for those who are looking to become proficient in the language or for those who are looking to become an expert in the language.<\/div><\/div>\n<div class=\"su-spoiler su-spoiler-style-default su-spoiler-icon-plus su-spoiler-closed\" data-scroll-offset=\"0\" data-anchor-in-url=\"no\"><div class=\"su-spoiler-title\" tabindex=\"0\" role=\"button\"><span class=\"su-spoiler-icon\"><\/span>What are the basics of SQL?<\/div><div class=\"su-spoiler-content su-u-clearfix su-u-trim\">The basics of SQL involve understanding the syntax and structure of the language. This includes the various data types, such as integers, strings, and dates, as well as the different commands used to manipulate data. It is also important to understand the different clauses used to construct queries.<\/div><\/div><\/div>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"Where are SQL cheat sheets on DataCamp?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"SQL Cheat sheets are a great way for DataCamp users to quickly reference key concepts, functions, and syntax for data science and programming topics. SQL Cheat sheets are available for a variety of topics on DataCamp, including R, Python, SQL, git, and more. DataCamp SQL cheat sheets are conveniently located on the homepage of the website for easy access. Simply go to the DataCamp homepage and scroll down to the \\\"Cheat Sheets\\\" section. There, you will find a list of all the topics that have SQL cheat sheets available.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Is DataCamp good for learning SQL?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The answer is a resounding yes! DataCamp is an online learning platform that has become increasingly popular in recent years, and for good reason. With its intuitive and interactive courses, it is the perfect way to learn the basics and advanced concepts of SQL. DataCamp provides interactive courses with real-world examples and hands-on projects designed to help you gain a deep understanding of SQL.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"Is SQL free on DataCamp?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"In addition to free access to the SQL language, DataCamp also offers a series of paid courses. These courses offer more in-depth coverage of the language and provide a more comprehensive understanding of the language. These courses are ideal for those who are looking to become proficient in the language or for those who are looking to become an expert in the language.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What are the basics of SQL?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The basics of SQL involve understanding the syntax and structure of the language. This includes the various data types, such as integers, strings, and dates, as well as the different commands used to manipulate data. It is also important to understand the different clauses used to construct queries.\"\n    }\n  }]\n}\n<\/script><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>La comunicaci\u00f3n con la base de datos se realiza mediante SQL (lenguaje de consulta estructurado). Usando una base de datos, puede almacenar, recuperar y manipular datos. SQL se utiliza en casi todas las bases de datos, incluidas Oracle, Microsoft\u2026<\/p>","protected":false},"author":2,"featured_media":6561,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[252,1016],"tags":[],"class_list":["post-4782","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology","category-datacamp"],"_links":{"self":[{"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/posts\/4782","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/comments?post=4782"}],"version-history":[{"count":0,"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/posts\/4782\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/media\/6561"}],"wp:attachment":[{"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/media?parent=4782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/categories?post=4782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/neonpolice.com\/es\/wp-json\/wp\/v2\/tags?post=4782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}