{"id":11776,"date":"2019-11-08T14:27:42","date_gmt":"2019-11-08T14:27:42","guid":{"rendered":"https:\/\/ittutorial.org\/?p=11776"},"modified":"2019-11-20T16:31:25","modified_gmt":"2019-11-20T16:31:25","slug":"introduction-to-sql","status":"publish","type":"post","link":"https:\/\/ittutorial.org\/introduction-to-sql\/","title":{"rendered":"Oracle SQL Tutorial -1 Introduction To Oracle SQL"},"content":{"rendered":"<p align=\"left\">Hi,<\/p>\n<p align=\"left\"><span lang=\"en-US\">What is sql in this article? , What are the sql rules of writing? We will find answers to such questions .<\/span><\/p>\n<p align=\"left\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-11777\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/11\/rdtyuj\u0131-300x164.png\" alt=\"\" width=\"300\" height=\"164\" srcset=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/11\/rdtyuj\u0131-300x164.png 300w, https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/11\/rdtyuj\u0131.png 750w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<p align=\"left\"><span style=\"color: #454fa1\"><span lang=\"en-US\">WHAT IS SQL (STRUCTURED QUERY LANGUAGE) ?<\/span><\/span><\/p>\n<p align=\"left\"><span lang=\"en-US\">SQL is not a programming language like C, JAVA, C ++ .<\/span> <span lang=\"en-US\">ORACLE is a sub language used in databases such as MYSQL , SQL SERVER .<\/span> <span lang=\"en-US\">SQL is a query language used to add , delete , access and update data in a database .<\/span><\/p>\n<p align=\"left\"><span style=\"color: #454fa1\"><span lang=\"en-US\">USAGE AREAS OF SQL<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span lang=\"en-US\">Creating , modifying database objects ,<\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span lang=\"en-US\">Controlling access to database, objects ,<\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span lang=\"en-US\">Modeling , managing data sets ,<\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span lang=\"en-US\">Data query , add , delete operations are performed .<\/span><\/p>\n<\/li>\n<\/ul>\n<p align=\"left\"><span style=\"color: #454fa1\"><span lang=\"en-US\">WHY CHOOSE SQL?<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span lang=\"en-US\">Allows users to define and modify data .<\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span lang=\"en-US\">Allows users to set permissions on tables , views .<\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span lang=\"en-US\">Allows users to access data from relational database management systems .<\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span lang=\"en-US\">Allows modules to be embedded in different languages .<\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span lang=\"en-US\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Security, performance , data recovery features are the main features that are effective in choosing sql .<\/span><\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span lang=\"en-US\"><span class=\"tlid-translation translation\" lang=\"tr\"><span class=\"\" title=\"\">Provides quick processing of data and easy querying .<\/span><\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p align=\"left\"><span style=\"color: #454fa1\"><span lang=\"en-US\">CLASSIFICATION OF SQL COMMANDS<\/span><\/span><\/p>\n<p align=\"left\"><span lang=\"en-US\">SQL commands are divided into 3 sections according to their functions :<\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\"><span lang=\"en-US\">DML (Data Manipulation Language) : <\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">Data processing language .<\/span><\/span><span lang=\"en-US\"> For managing data with in table or schema objects <\/span><span style=\"font-size: medium\"><span lang=\"en-US\">(SELECT , UPDATE , INSERT , MERGE , DELETE , CALL)<\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\"><span lang=\"en-US\">D<\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">C<\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">L (Data <\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">Control<\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\"> Language) : Data control language . Used to set authorization or privileges . <\/span><\/span><span style=\"font-size: large\"><span lang=\"en-US\">(<\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">GRANT,REVOKE)<\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\"><span lang=\"en-US\">D<\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">D<\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">L (Data <\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">Definition<\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\"> Language) : Data definition language . Used to define tables, database structures, or schemas . <\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">(CREATE , TRUNCATE , ALTER , COMMENT , DROP , RENAME)<\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\"><span lang=\"en-US\">TCL (Transaction Control) : The process is the control language . For managing changes made by DML . <\/span><\/span><span style=\"font-size: large\"><span lang=\"en-US\">(<\/span><\/span><span style=\"font-size: medium\"><span lang=\"en-US\">COMMIT , SAVEPOINT , ROLLBACK)<\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p align=\"left\"><span style=\"font-size: large\"><span style=\"color: #454fa1\"><span style=\"font-size: medium\"><span lang=\"en-US\">SQL WRITING RULES<\/span><\/span><\/span> <\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\">SQL statements do not distinguish between upper and lower case .<\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">Keywords cannot be abbreviated or divided into lines<\/span><\/span> (keywords : Select , From , etc.) . <\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\">Expressions are usually in separate lines . <\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\">Typically , key expressions are written in capital letters . <\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\">Date and character type data is written to the left and numeric data is written adjacent to the right . <\/span><\/p>\n<\/li>\n<\/ul>\n<p align=\"left\"><span style=\"color: #454fa1\"><span style=\"font-size: medium\"><span lang=\"en-US\">CREATING A SQL TABLE<\/span><\/span><\/span><\/p>\n<pre><span style=\"font-size: medium\"><i>CREATE TABLE [schema] table<\/i><\/span>\r\n\r\n<span style=\"font-size: medium\"><i> (column datatype [DEFAULT expr] [ , .....] );\r\n\r\n<\/i><\/span><\/pre>\n<p>&nbsp;<\/p>\n<pre><em>CREATE TABLE ADMIN.ISCI(<\/em>\r\n\r\n<em>EMPLOYEE_ID NUMBER(6),<\/em>\r\n\r\n<em>FIRST_NAME VARCHAR2(20 BYTE),<\/em>\r\n\r\n<em>LAST_NAME VARCHAR2(25 BYTE),<\/em>\r\n\r\n<em>HIRE_DATE DATE,<\/em>\r\n\r\n<em>JOB_ID VARCHAR2(10 BYTE),<\/em>\r\n\r\n<em>SALARY NUMBER(8,2)<\/em>\r\n\r\n<em>)<\/em><\/pre>\n<p><span style=\"font-size: large\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">In the picture you see above , I added my own worker table and my columns to this table with this query .<\/span><\/span><br \/>\n<\/span><\/p>\n<p align=\"left\"><span style=\"font-size: large\"><span style=\"color: #454fa1\"><span style=\"font-size: medium\"><span lang=\"en-US\">ADDING COMMENT TO TABLE<\/span><\/span><\/span><i> <\/i><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">We can add comments to tables or columns separately .<\/span><\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"font-size: medium\">Comments can be queried from the USER_TAB_COMMENTS , USER_COL_COMMENTS views .<\/span><\/p>\n<\/li>\n<\/ul>\n<pre><em>COMMENT ON TABLE ADMIN.ISCI 'ADMIN SEMASINDAKI ISCILER' ;<\/em><\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11780\" src=\"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/11\/2.png\" alt=\"\" width=\"218\" height=\"45\" \/><\/p>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: large\"><span style=\"color: #454fa1\"><span style=\"font-size: medium\"><span lang=\"en-US\">CONSTRAINTS<\/span><\/span><\/span> <\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">They prevent deletion of interdependent data . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">They prevent incorrect data entry . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">They ensure that the data is singular . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">They can be at the table or column level . <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p align=\"left\"><span style=\"color: #21409a\"><span style=\"font-size: medium\">NOT NULL CONSTRAINT<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #111111\"><span style=\"font-size: medium\">Prevents specified columns from being NULL . <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<pre><em>CREATE TABLE ADMIN.ISCIS(<\/em>\r\n\r\n<em>EMPLOYEE_ID NUMBER(6),<\/em>\r\n\r\n<em>FIRST_NAME VARCHAR2(20 BYTE)NOT NULL,<\/em>\r\n\r\n<em>LAST_NAME VARCHAR2(25 BYTE),<\/em>\r\n\r\n<em>HIRE_DATE DATE,<\/em>\r\n\r\n<em>JOB_ID VARCHAR2(10 BYTE),<\/em>\r\n\r\n<em>SALARY NUMBER(8,2));<\/em><\/pre>\n<p align=\"left\"><span style=\"color: #21409a\"><span style=\"font-size: medium\">UNIQUE CONSTRAINT<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">They can be used for one or more columns .<\/span><\/span><\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">You can use more than one unique constraint in a table .<\/span><\/span><\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<pre><em>CREATE TABLE ADMIN.ISCIM(<\/em>\r\n\r\n<em>EMPLOYEE_ID NUMBER(6)UNIQUE,<\/em>\r\n\r\n<em>FIRST_NAME VARCHAR2(20 BYTE),<\/em>\r\n\r\n<em>LAST_NAME VARCHAR2(25 BYTE)<\/em>\r\n\r\n<em>);<\/em><\/pre>\n<p align=\"left\"><span style=\"color: #21409a\"><span style=\"font-size: medium\">PRIMARY KEY CONSTRAINT<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">A primary key can be set for a column . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">There can only be one primary key in the table . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">The value in this field cannot be NULL . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">It also serves as an index . <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<pre><em>CREATE TABLE ADMIN.ISCIZ(<\/em>\r\n\r\n<em>EMPLOYEE_ID NUMBER(6)CONSTRAINT E_PK PRIMARY KEY,<\/em>\r\n\r\n<em>FIRST_NAME VARCHAR2(20 BYTE),<\/em>\r\n\r\n<em>LAST_NAME\u00a0 VARCHAR2(25 BYTE)<\/em>\r\n\r\n<em>);<\/em><\/pre>\n<p align=\"left\"><span style=\"color: #21409a\"><span style=\"font-size: medium\">FOREIGN KEY CONSTRAINT<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Specifies that the data in one column of a table must come from the column of another table . <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p align=\"left\"><span style=\"color: #21409a\"><span style=\"font-size: medium\">CHECK CONSTRAINT<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Defines the rules that must be applied to each row . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">NEXTVAL , LEVEL , and ROWNUM aliases are not used . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">SYSDATE , USER , UID functions cannot be called . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Queries that reference other values in other rows are not made . <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<pre><em>CREATE TABLE ADMIN.ISC(<\/em>\r\n\r\n<em>EMPLOYEE_ID NUMBER (6),<\/em>\r\n\r\n<em>FIRST_NAME\u00a0 VARCHAR2(20 BYTE),<\/em>\r\n\r\n<em>LAST_NAME\u00a0 VARCHAR2(25 BYTE),<\/em>\r\n\r\n<em>SALARY NUMBER(8,2)CONSTARINT\u00a0 S_MIN\u00a0 CHECK(SALARY&gt;1000)<\/em>\r\n<em>);<\/em><\/pre>\n<p align=\"left\"><span style=\"color: #21409a\"><span style=\"font-size: medium\">CREATING TABLES WITH SUB QUESTIONS <\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Data from the subquery is automatically passed when the table is created . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">All column names must be given from the subquery . <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<p align=\"left\"><span style=\"color: #0066b3\"><span style=\"font-size: medium\">ALTER TABLE<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Changing the column name , <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<pre><em>ALTER TABLE ADMIN.ISC RENAME COLUMN EMPLOYEE_ID TO EMP_ID;<\/em><\/pre>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Changing the name of the table , <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<pre><em>ALTER TABLE ADMIN.ISC RENAME TO ISCILER;<\/em><\/pre>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Add primary key to the table , <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<pre><em>ALTER TABLE ADMIN.ISCILER ADD (CONSTRAINT EMP_EMP_ID_PK PRIMARY KEY (EMP_ID));<\/em><\/pre>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">To put the table in read-only mode , <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<pre><em>ALTER TABLE ADMIN.ISCILER READ ONLY;<\/em><\/pre>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Enables adding partitions to the table . <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<pre><em>ALTER TABLE ADMIN.ISCILER ADD PARTITION PART VALUES('G3_201407_07');<\/em><\/pre>\n<p align=\"left\"><span style=\"color: #21409a\"><span style=\"font-size: medium\">TABLE CONSTRAINT<\/span><\/span><\/p>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">When Constraint DISABLE , all contraint controls on the table are removed . When ENABLE , controls are restored . <\/span><\/span><\/p>\n<pre><em>ALTER TABLE ADMIN.ISCILER ENABLE CONSTRAINT DEPT_LOC_FK;<\/em><\/pre>\n<pre><em>ALTER TABLE ADMIN.ISCILER DISABLE CONSTRAINT DEPT_LOC_FK;<\/em><\/pre>\n<p align=\"left\"><span style=\"color: #21409a\"><span style=\"font-size: medium\">ALTER TABLE &#8211; SET UNUSED<\/span><\/span><\/p>\n<ul>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">If there are unused columns on the table , it can be marked as UNUSED instead of DROP . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\"><span class=\"tlid-translation translation\" lang=\"en\"><span class=\"\" title=\"\">They are not physically removed from the table<\/span><\/span> . In SQL , they don&#8217;t appear in Views . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">We can give these column names to a new column . <\/span><\/span><\/p>\n<\/li>\n<li>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\">Usage : <\/span><\/span><\/p>\n<\/li>\n<\/ul>\n<pre><span style=\"color: #000000\">\u201c <span style=\"font-size: medium\"><i>ALTER TABLE &lt;TABLE_NAME&gt; SET UNUSED (&lt;COLUMN_NAME&gt;);<\/i><\/span><\/span>\r\n\r\n<span style=\"color: #000000\"> <span style=\"font-size: medium\"><i>ALTER TABLE &lt;TABLE_NAME&gt; DROP UNUSED COLUMNS;<\/i><\/span><\/span>\r\n\r\n<span style=\"color: #000000\"> <span style=\"font-size: medium\"><i>USER_UNUSED_COL_TABS<\/i><\/span><\/span>\r\n\r\n<span style=\"color: #000000\"> <span style=\"font-size: medium\"><i>ALL_UNUSED_COL_TABS<\/i><\/span><\/span>\r\n\r\n<span style=\"color: #000000\"> <span style=\"font-size: medium\">DBA_UNUSED_COL_TABS \u201d<\/span><\/span><\/pre>\n<p align=\"left\"><span style=\"color: #000000\"><span style=\"font-size: medium\"><span lang=\"en-US\"><b>See you in my next post .\u00a0<\/b><\/span> <\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p align=\"left\">\n","protected":false},"excerpt":{"rendered":"<p>Hi, What is sql in this article? , What are the sql rules of writing? We will find answers to such questions . WHAT IS SQL (STRUCTURED QUERY LANGUAGE) ? SQL is not a programming language like C, JAVA, C ++ . ORACLE is a sub language used in databases such as MYSQL , SQL &hellip;<\/p>\n","protected":false},"author":10447,"featured_media":11777,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3019],"tags":[1340,5507,1572,3003,6811,6812,3000,3002,6813],"class_list":["post-11776","post","type-post","status-publish","format-standard","has-post-thumbnail","","category-oracle-sql","tag-oracle-sql","tag-oracle-sql-constraints","tag-sql","tag-sql-commands","tag-sql-information","tag-sql-rules","tag-sql-tutorial","tag-what-is-sql","tag-why-choose-sql"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/ittutorial.org\/wp-content\/uploads\/2019\/11\/rdtyuj\u0131.png","jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/11776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/users\/10447"}],"replies":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/comments?post=11776"}],"version-history":[{"count":9,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/11776\/revisions"}],"predecessor-version":[{"id":12390,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/posts\/11776\/revisions\/12390"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/media\/11777"}],"wp:attachment":[{"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/media?parent=11776"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/categories?post=11776"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ittutorial.org\/wp-json\/wp\/v2\/tags?post=11776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}