{"id":114,"date":"2019-03-24T03:38:45","date_gmt":"2019-03-24T11:38:45","guid":{"rendered":"https:\/\/db2tutorial.com\/?page_id=114"},"modified":"2020-06-29T22:20:29","modified_gmt":"2020-06-30T06:20:29","slug":"using-sql-developer-to-interact-with-db2","status":"publish","type":"page","link":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/","title":{"rendered":"Using SQL Developer to Interact with Db2"},"content":{"rendered":"\n<p><strong>Summary<\/strong>: in this tutorial, you will learn how to interact with Db2 database servers using the SQL Developer tool.<\/p>\n\n\n\n<p>SQL Developer is a free Database IDE that allows you to interact with databases using a graphical user interface instead of command-line tools like Db2 command line or Db2 command line plus. In the past, SQL Developer solely supported Oracle Database. However, by using third party plugins, you can use SQL developer to work with other database systems such as MySQL, SQL Server, or IBM Db2.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Download SQL Developer<\/h2>\n\n\n\n<p>Click the following link to download the SQL Developer program.<\/p>\n\n\n\n<p><a lass=\"buttonDownload\" href=\"https:\/\/www.oracle.com\/technetwork\/developer-tools\/sql-developer\/downloads\/index.html\">Download SQL Developer<\/a><\/p>\n\n\n\n<p>Note that you need to create an Oracle account in case you don&#8217;t have one before you can download it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Download Plugin<\/h2>\n\n\n\n<p>Click the following link to download the JDBC Db2 driver version:<\/p>\n\n\n\n<p><a class=\"buttonDownload\" href=\"http:\/\/www-01.ibm.com\/support\/docview.wss?uid=swg21363866\">Download JDBC DB2 driver<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Connect to Db2 Using SQL Developer<\/h2>\n\n\n\n<p>Launch SQL Developer and follow these steps:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1. Choose Tools &gt; Preferences&#8230; menu item:<\/h3>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"548\" height=\"447\" src=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png\" alt=\"\" class=\"wp-image-115\" srcset=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png 548w, https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1-300x245.png 300w\" sizes=\"auto, (max-width: 548px) 100vw, 548px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2<\/h3>\n\n\n\n<p>Search for JDBC, you will find the Third Party JDBC Drivers under Database. Click the <strong>Add Entry&#8230;<\/strong> button<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"686\" height=\"493\" src=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-2.png\" alt=\"\" class=\"wp-image-116\" srcset=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-2.png 686w, https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-2-300x216.png 300w\" sizes=\"auto, (max-width: 686px) 100vw, 686px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3<\/h3>\n\n\n\n<p>Browse to the location that you store the JDBC driver file, in this case, it is <strong>db2jcc.jar<\/strong> under d:\\software directory. Click the <strong>Select<\/strong> button to choose the JDBC driver file and click the OK button to accept the JDBC driver.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"686\" height=\"493\" src=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-3.png\" alt=\"\" class=\"wp-image-117\" srcset=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-3.png 686w, https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-3-300x216.png 300w\" sizes=\"auto, (max-width: 686px) 100vw, 686px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4<\/h3>\n\n\n\n<p>Click the <strong>New<\/strong> button to create a connection to the Db2 database server.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"586\" height=\"281\" src=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-5.png\" alt=\"\" class=\"wp-image-119\" srcset=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-5.png 586w, https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-5-300x144.png 300w\" sizes=\"auto, (max-width: 586px) 100vw, 586px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6<\/h3>\n\n\n\n<p>Choose the database connection and click the OK button<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"686\" height=\"493\" src=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-6.png\" alt=\"\" class=\"wp-image-120\" srcset=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-6.png 686w, https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-6-300x216.png 300w\" sizes=\"auto, (max-width: 686px) 100vw, 686px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 7<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>Click the <strong>DB2<\/strong> tab<\/li><li>Provide the connection details including connection name, user, password, hostname port, and the database (<strong>Books<\/strong>) that you want to connect.<\/li><li>Click the <strong>Test<\/strong> button to test the connection. If you see the <strong>status: success<\/strong>, it shows that the connection is fine.<\/li><li>Click the <strong>Save<\/strong> button to save the connection and then click the <strong>Connect<\/strong> button to connect to the <strong>Books<\/strong> database on the local DB2 database server.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-123 size-full\" src=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-7.png\" alt=\"\" width=\"736\" height=\"396\" srcset=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-7.png 736w, https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-7-300x161.png 300w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\">Step 8<\/h3>\n\n\n\n<p>You will see the following query editor.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"392\" src=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-8.png\" alt=\"\" class=\"wp-image-122\" srcset=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-8.png 700w, https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-8-300x168.png 300w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<p>Enter the following command and click the Run button, you will get the output:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"430\" height=\"521\" src=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-9.png\" alt=\"\" class=\"wp-image-124\" srcset=\"https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-9.png 430w, https:\/\/www.db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-9-248x300.png 248w\" sizes=\"auto, (max-width: 430px) 100vw, 430px\" \/><\/figure>\n\n\n\n<p>In this tutorial, you have learned how to use the SQL Developer to interact with a database on the Db2 database server.<\/p>\n<div class=\"helpful-block-content\" data-title=\"\">\n\t<header>\n\t\t<div class=\"wth-question\">Was this tutorial helpful ?<\/div>\n\t\t<div class=\"wth-thumbs\">\n\t\t\t<button\n\t\t\t\tdata-post=\"114\"\n\t\t\t\tdata-post-url=\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/\"\n\t\t\t\tdata-post-title=\"Using SQL Developer to Interact with Db2\"\n\t\t\t\tdata-response=\"1\"\n\t\t\t\tclass=\"wth-btn-rounded wth-yes-btn\"\n\t\t\t>\n\t\t\t\t<svg\n\t\t\t\t\txmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\tviewBox=\"0 0 24 24\"\n\t\t\t\t\tfill=\"none\"\n\t\t\t\t\tstroke=\"currentColor\"\n\t\t\t\t\tstroke-width=\"2\"\n\t\t\t\t\tstroke-linecap=\"round\"\n\t\t\t\t\tstroke-linejoin=\"round\"\n\t\t\t\t\tclass=\"feather feather-thumbs-up block w-full h-full\"\n\t\t\t\t>\n\t\t\t\t\t<path\n\t\t\t\t\t\td=\"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3\"\n\t\t\t\t\t><\/path>\n\t\t\t\t<\/svg>\n\t\t\t\t<span class=\"sr-only\"> Yes <\/span>\n\t\t\t<\/button>\n\n\t\t\t<button\n\t\t\t\tdata-response=\"0\"\n\t\t\t\tdata-post=\"114\"\n\t\t\t\tdata-post-url=\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/\"\n\t\t\t\tdata-post-title=\"Using SQL Developer to Interact with Db2\"\n\t\t\t\tclass=\"wth-btn-rounded wth-no-btn\"\n\t\t\t>\n\t\t\t\t<svg\n\t\t\t\t\txmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n\t\t\t\t\tviewBox=\"0 0 24 24\"\n\t\t\t\t\tfill=\"none\"\n\t\t\t\t\tstroke=\"currentColor\"\n\t\t\t\t\tstroke-width=\"2\"\n\t\t\t\t\tstroke-linecap=\"round\"\n\t\t\t\t\tstroke-linejoin=\"round\"\n\t\t\t\t>\n\t\t\t\t\t<path\n\t\t\t\t\t\td=\"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17\"\n\t\t\t\t\t><\/path>\n\t\t\t\t<\/svg>\n\t\t\t\t<span class=\"sr-only\"> No <\/span>\n\t\t\t<\/button>\n\t\t<\/div>\n\t<\/header>\n\n\t<div class=\"wth-form hidden\">\n\t\t<div class=\"wth-form-wrapper\">\n\t\t\t<div class=\"wth-title\"><\/div>\n\t\t\t\n\t\t\t<textarea class=\"wth-message\"><\/textarea>\n\n\t\t\t<button class=\"btn btn-primary wth-btn-submit\">Send<\/button>\n\t\t\t<button class=\"btn wth-btn-cancel\">Cancel<\/button>\n\t\t\n\t\t<\/div>\n\t<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial shows you step by step how to install SQL Developer and use it to connect interact with the DB2 database server.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":35,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-114","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Using SQL Developer to Interact with Db2<\/title>\n<meta name=\"description\" content=\"This tutorial shows you step by step how to install SQL Developer and use it to connect interact with the DB2 database server.\" \/>\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.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using SQL Developer to Interact with Db2\" \/>\n<meta property=\"og:description\" content=\"This tutorial shows you step by step how to install SQL Developer and use it to connect interact with the DB2 database server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/\" \/>\n<meta property=\"og:site_name\" content=\"DB2 Tutorial\" \/>\n<meta property=\"article:modified_time\" content=\"2020-06-30T06:20:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/\",\"url\":\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/\",\"name\":\"Using SQL Developer to Interact with Db2\",\"isPartOf\":{\"@id\":\"https:\/\/www.db2tutorial.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png\",\"datePublished\":\"2019-03-24T11:38:45+00:00\",\"dateModified\":\"2020-06-30T06:20:29+00:00\",\"description\":\"This tutorial shows you step by step how to install SQL Developer and use it to connect interact with the DB2 database server.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#primaryimage\",\"url\":\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png\",\"contentUrl\":\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.db2tutorial.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started with Db2\",\"item\":\"https:\/\/www.db2tutorial.com\/getting-started\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Using SQL Developer to Interact with Db2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.db2tutorial.com\/#website\",\"url\":\"https:\/\/www.db2tutorial.com\/\",\"name\":\"DB2 Tutorial\",\"description\":\"A Comprehensive DB2 Tutorial\",\"publisher\":{\"@id\":\"https:\/\/www.db2tutorial.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.db2tutorial.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.db2tutorial.com\/#organization\",\"name\":\"Db2 Tutorial\",\"url\":\"https:\/\/www.db2tutorial.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.db2tutorial.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/favicon.png\",\"contentUrl\":\"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/favicon.png\",\"width\":500,\"height\":500,\"caption\":\"Db2 Tutorial\"},\"image\":{\"@id\":\"https:\/\/www.db2tutorial.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Using SQL Developer to Interact with Db2","description":"This tutorial shows you step by step how to install SQL Developer and use it to connect interact with the DB2 database server.","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.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/","og_locale":"en_US","og_type":"article","og_title":"Using SQL Developer to Interact with Db2","og_description":"This tutorial shows you step by step how to install SQL Developer and use it to connect interact with the DB2 database server.","og_url":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/","og_site_name":"DB2 Tutorial","article_modified_time":"2020-06-30T06:20:29+00:00","og_image":[{"url":"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/","url":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/","name":"Using SQL Developer to Interact with Db2","isPartOf":{"@id":"https:\/\/www.db2tutorial.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#primaryimage"},"image":{"@id":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#primaryimage"},"thumbnailUrl":"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png","datePublished":"2019-03-24T11:38:45+00:00","dateModified":"2020-06-30T06:20:29+00:00","description":"This tutorial shows you step by step how to install SQL Developer and use it to connect interact with the DB2 database server.","breadcrumb":{"@id":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#primaryimage","url":"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png","contentUrl":"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/sql-developer-step-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.db2tutorial.com\/getting-started\/using-sql-developer-to-interact-with-db2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.db2tutorial.com\/"},{"@type":"ListItem","position":2,"name":"Getting Started with Db2","item":"https:\/\/www.db2tutorial.com\/getting-started\/"},{"@type":"ListItem","position":3,"name":"Using SQL Developer to Interact with Db2"}]},{"@type":"WebSite","@id":"https:\/\/www.db2tutorial.com\/#website","url":"https:\/\/www.db2tutorial.com\/","name":"DB2 Tutorial","description":"A Comprehensive DB2 Tutorial","publisher":{"@id":"https:\/\/www.db2tutorial.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.db2tutorial.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.db2tutorial.com\/#organization","name":"Db2 Tutorial","url":"https:\/\/www.db2tutorial.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.db2tutorial.com\/#\/schema\/logo\/image\/","url":"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/favicon.png","contentUrl":"https:\/\/db2tutorial.com\/wp-content\/uploads\/2019\/03\/favicon.png","width":500,"height":500,"caption":"Db2 Tutorial"},"image":{"@id":"https:\/\/www.db2tutorial.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages\/114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/comments?post=114"}],"version-history":[{"count":3,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages\/114\/revisions"}],"predecessor-version":[{"id":1133,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages\/114\/revisions\/1133"}],"up":[{"embeddable":true,"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/pages\/35"}],"wp:attachment":[{"href":"https:\/\/www.db2tutorial.com\/wp-json\/wp\/v2\/media?parent=114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}