{"id":15816,"date":"2023-08-17T23:42:15","date_gmt":"2023-08-17T23:42:15","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=15816"},"modified":"2023-09-09T07:42:57","modified_gmt":"2023-09-09T07:42:57","slug":"30-sql-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/","title":{"rendered":"30 SQL Quiz Questions and Answers"},"content":{"rendered":"<p>SQL (Structured Query Language) is a domain-specific programming language used for managing and manipulating relational databases. It is the standard language for communicating with and querying databases, and it provides a set of commands and statements to perform various operations on data, such as retrieving, inserting, updating, and deleting records.<\/p>\n<p>Key Features of SQL:<\/p>\n<p>Relational Databases: SQL is primarily designed for working with relational databases, which organize data into tables with rows and columns.<\/p>\n<p>Data Querying: SQL allows users to retrieve specific data from databases using SELECT statements, filtering records based on various conditions.<\/p>\n<p>Data Manipulation: SQL provides commands for inserting new records into tables (INSERT), updating existing records (UPDATE), and deleting records (DELETE).<\/p>\n<p>Data Definition: SQL also includes Data Definition Language (DDL) commands to define and modify the structure of database objects, such as creating tables (CREATE TABLE), altering tables (ALTER TABLE), and dropping tables (DROP TABLE).<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Pro Tip<\/p>\n<p class=\"refer_box_text\">You can build engaging online quizzes with our <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">free online quiz maker<\/a>.<\/p>\n<\/div>\n<p>Data Control: SQL offers Data Control Language (DCL) commands to grant and revoke permissions for accessing database objects.<\/p>\n<p>Data Integrity: SQL enforces data integrity through constraints like PRIMARY KEY, FOREIGN KEY, UNIQUE, NOT NULL, and CHECK, ensuring that data remains consistent and accurate.<\/p>\n<h3>In this article<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 SQL quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download SQL questions &#038; answers for free<\/a><\/l1>\n<li><a href=\"#3\">Part 3: Free online quiz creator &#8211; OnlineExamMaker<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/SQL-quiz.webp\" alt=\"\" width=\"850\" height=\"397\" class=\"alignnone size-full wp-image-15817\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/SQL-quiz.webp 850w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/SQL-quiz-300x140.webp 300w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/SQL-quiz-768x359.webp 768w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 SQL quiz questions &#038; answers<\/h3>\n<p>1. What does SQL stand for?<br \/>\n   a) Structured Query Language<br \/>\n   b) Sequential Query Language<br \/>\n   c) Standardized Query Logic<br \/>\n   d) Structured Query Logic<br \/>\n   Answer: a) Structured Query Language<\/p>\n<p>2. Which type of database does SQL primarily work with?<br \/>\n   a) Hierarchical database<br \/>\n   b) Network database<br \/>\n   c) Relational database<br \/>\n   d) Object-oriented database<br \/>\n   Answer: c) Relational database<\/p>\n<p>3. Which SQL command is used to retrieve data from a database?<br \/>\n   a) INSERT<br \/>\n   b) DELETE<br \/>\n   c) SELECT<br \/>\n   d) UPDATE<br \/>\n   Answer: c) SELECT<\/p>\n<p>4. What is the purpose of the SQL INSERT statement?<br \/>\n   a) To update existing records in a table<br \/>\n   b) To delete records from a table<br \/>\n   c) To add new records to a table<br \/>\n   d) To retrieve data from a table<br \/>\n   Answer: c) To add new records to a table<\/p>\n<p>5. Which SQL keyword is used to filter data in a SELECT statement?<br \/>\n   a) FILTER<br \/>\n   b) WHERE<br \/>\n   c) HAVING<br \/>\n   d) BY<br \/>\n   Answer: b) WHERE<\/p>\n<p>6. What is the purpose of the SQL UPDATE statement?<br \/>\n   a) To add new records to a table<br \/>\n   b) To delete records from a table<br \/>\n   c) To update existing records in a table<br \/>\n   d) To retrieve data from a table<br \/>\n   Answer: c) To update existing records in a table<\/p>\n<p>7. Which SQL keyword is used to delete data from a table?<br \/>\n   a) REMOVE<br \/>\n   b) ERASE<br \/>\n   c) DELETE<br \/>\n   d) DROP<br \/>\n   Answer: c) DELETE<\/p>\n<p>8. Which SQL statement is used to create a new database?<br \/>\n   a) CREATE DATABASE<br \/>\n   b) NEW DATABASE<br \/>\n   c) ADD DATABASE<br \/>\n   d) BUILD DATABASE<br \/>\n   Answer: a) CREATE DATABASE<\/p>\n<p>9. Which SQL command is used to add a new table to an existing database?<br \/>\n   a) CREATE TABLE<br \/>\n   b) ADD TABLE<br \/>\n   c) INSERT TABLE<br \/>\n   d) NEW TABLE<br \/>\n   Answer: a) CREATE TABLE<\/p>\n<p>10. Which SQL statement is used to change the structure of an existing table?<br \/>\n    a) MODIFY TABLE<br \/>\n    b) ALTER TABLE<br \/>\n    c) CHANGE TABLE<br \/>\n    d) UPDATE TABLE<br \/>\n    Answer: b) ALTER TABLE<\/p>\n<p>11. Which SQL function is used to count the number of rows in a table?<br \/>\n    a) SUM()<br \/>\n    b) AVG()<br \/>\n    c) COUNT()<br \/>\n    d) MAX()<br \/>\n    Answer: c) COUNT()<\/p>\n<p>12. The SQL ORDER BY keyword is used to:<br \/>\n    a) Filter rows in a table<br \/>\n    b) Group rows based on a condition<br \/>\n    c) Sort rows in a specified order<br \/>\n    d) Join multiple tables<br \/>\n    Answer: c) Sort rows in a specified order<\/p>\n<p>13. Which SQL command is used to join two or more tables together based on a related column?<br \/>\n    a) MERGE<br \/>\n    b) UNION<br \/>\n    c) JOIN<br \/>\n    d) COMBINE<br \/>\n    Answer: c) JOIN<\/p>\n<p>14. Which type of SQL join returns only the rows that have matching values in both tables?<br \/>\n    a) INNER JOIN<br \/>\n    b) LEFT JOIN<br \/>\n    c) RIGHT JOIN<br \/>\n    d) FULL JOIN<br \/>\n    Answer: a) INNER JOIN<\/p>\n<p>15. What does the SQL GROUP BY clause do?<br \/>\n    a) Filters rows in a table<br \/>\n    b) Sorts rows in a specified order<br \/>\n    c) Groups rows based on a condition<br \/>\n    d) Combines multiple tables<br \/>\n    Answer: c) Groups rows based on a condition<\/p>\n<h3 id=\"2\">Part 2: Download SQL questions &#038; answers for free<\/h3>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Download questions &#038; answers for free<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/thanks-for-downloading-questions.html?url=https:\/\/onlineexammaker.com\/questions-answers\/586-SQL.zip\">Free Download <\/a><\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Create An Online Quiz<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>16. Which SQL clause is used to filter rows after grouping with the GROUP BY clause?<br \/>\n    a) HAVING<br \/>\n    b) WHERE<br \/>\n    c) ORDER BY<br \/>\n    d) GROUP AFTER<br \/>\n    Answer: a) HAVING<\/p>\n<p>17. What is the purpose of the SQL DISTINCT keyword?<br \/>\n    a) Deletes duplicate rows from a table<br \/>\n    b) Returns only the first occurrence of each unique value<br \/>\n    c) Filters rows based on a condition<br \/>\n    d) Changes the data type of a column<br \/>\n    Answer: b) Returns only the first occurrence of each unique value<\/p>\n<p>18. Which SQL function is used to find the highest value in a column?<br \/>\n    a) SUM()<br \/>\n    b) AVG()<br \/>\n    c) COUNT()<br \/>\n    d) MAX()<br \/>\n    Answer: d) MAX()<\/p>\n<p>19. What does the SQL LIKE operator do?<br \/>\n    a) Compares two values for equality<br \/>\n    b) Checks if a value is NULL<br \/>\n    c) Searches for a pattern in a column<br \/>\n    d) Combines the results of two queries<br \/>\n    Answer: c) Searches for a pattern in a column<\/p>\n<p>20. The SQL BETWEEN operator is used to:<br \/>\n    a) Combine the results of two queries<br \/>\n    b) Check if a value falls within a specified range<br \/>\n    c) Search for a pattern in a column<br \/>\n    d) Compare two values for equality<br \/>\n    Answer: b) Check if a value falls within a specified range<\/p>\n<p>21. The SQL IN operator is used to:<br \/>\n    a) Combine the results of two queries<br \/>\n    b) Check if a value is NULL<br \/>\n    c) Search for a pattern in a column<br \/>\n    d) Compare a value to a list of values<br \/>\n    Answer: d) Compare a value to a list of values<\/p>\n<p>22. What does the SQL NULL value represent?<br \/>\n    a) A missing or unknown value<br \/>\n    b) Zero or empty value<br \/>\n    c) A placeholder for future data<br \/>\n    d) An error or invalid value<br \/>\n    Answer: a) A missing or unknown value<\/p>\n<p>23. Which SQL statement is used to delete a table from a database?<br \/>\n    a) DROP TABLE<br \/>\n    b) DELETE TABLE<br \/>\n    c) REMOVE TABLE<br \/>\n    d) ERASE TABLE<br \/>\n    Answer: a) DROP TABLE<\/p>\n<p>24. Which SQL command is used to grant permissions to a user in a database?<br \/>\n    a) GRANT PERMISSION<br \/>\n    b) GIVE PERMISSION<br \/>\n    c) ALLOW PERMISSION<br \/>\n    d) GRANT<br \/>\n    Answer:<\/p>\n<p> d) GRANT<\/p>\n<p>25. What is the purpose of the SQL JOIN clause?<br \/>\n    a) To filter rows in a table<br \/>\n    b) To group rows based on a condition<br \/>\n    c) To sort rows in a specified order<br \/>\n    d) To combine rows from multiple tables<br \/>\n    Answer: d) To combine rows from multiple tables<\/p>\n<p>26. Which SQL function is used to calculate the average value of a column?<br \/>\n    a) SUM()<br \/>\n    b) AVG()<br \/>\n    c) COUNT()<br \/>\n    d) MAX()<br \/>\n    Answer: b) AVG()<\/p>\n<div class=\"refer_box\">\n<p class=\"refer_box_title\">Just to let you know<\/p>\n<p class=\"refer_box_text\">Sign up for a <a href=\"https:\/\/onlineexammaker.com?refer=blog_refer\">free OnlineExamMaker account<\/a> to create an interactive online quiz in minutes &#8211; automatic grading &#038; mobile friendly.<\/p>\n<\/div>\n<p>27. The SQL UNION operator is used to:<br \/>\n    a) Combine the results of two queries<br \/>\n    b) Check if a value is NULL<br \/>\n    c) Search for a pattern in a column<br \/>\n    d) Compare two values for equality<br \/>\n    Answer: a) Combine the results of two queries<\/p>\n<p>28. What does the SQL NOT operator do?<br \/>\n    a) Combines the results of two queries<br \/>\n    b) Checks if a value is NULL<br \/>\n    c) Negates a condition in a WHERE clause<br \/>\n    d) Searches for a pattern in a column<br \/>\n    Answer: c) Negates a condition in a WHERE clause<\/p>\n<p>29. The SQL TRUNCATE TABLE command is used to:<br \/>\n    a) Delete specific rows from a table<br \/>\n    b) Remove all rows from a table<br \/>\n    c) Change the structure of a table<br \/>\n    d) Update values in a table<br \/>\n    Answer: b) Remove all rows from a table<\/p>\n<p>30. What is the purpose of the SQL GROUP BY clause?<br \/>\n    a) Filters rows in a table<br \/>\n    b) Sorts rows in a specified order<br \/>\n    c) Groups rows based on a condition<br \/>\n    d) Combines multiple tables<br \/>\n    Answer: c) Groups rows based on a condition<\/p>\n<h3 id=\"3\">Part 3: Best online quiz making platform &#8211; OnlineExamMaker<\/h3>\n<p>OnlineExamMaker gives you everything you need to create interactive online quizzes to assess students and staffs, and engage potential customers. The online quiz platform offers options for adding multimedia elements, such as images and videos, to enhance the quiz-taking experience.<\/p>\n<div class=\"embed_video_blog\">\n<div class=\"embed-responsive embed-responsive-16by9\" style=\"margin-bottom:16px;\">\n <iframe class=\"embed-responsive-item\" src=\"https:\/\/www.youtube.com\/embed\/bv7AAAyFOo4\"><\/iframe>\n<\/div>\n<\/div>\n<div class=\"getstarted-container\">\n<p style=\"margin-bottom: 13px;\">Create Your Next Quiz\/Exam with OnlineExamMaker<\/p>\n<div class=\"blog_double_btn clearfix\">\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/sign-up.html?refer=blog_btn\"> Get Started Free<\/a><\/div>\n<div class=\"p-style-b\">SAAS, free forever<\/div>\n<\/div>\n<div class=\"col-sm-6  col-xs-12\">\n<div class=\"p-style-a\"><a class=\"get_started_btn\" href=\"https:\/\/onlineexammaker.com\/lan.html?refer=blog_btn\">On-Premise: Download<\/a><\/div>\n<div class=\"p-style-b\">100% data ownership<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>SQL (Structured Query Language) is a domain-specific programming language used for managing and manipulating relational databases. It is the standard language for communicating with and querying databases, and it provides a set of commands and statements to perform various operations on data, such as retrieving, inserting, updating, and deleting records. Key Features of SQL: Relational [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":15817,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-15816","post","type-post","status-publish","format-standard","hentry","category-questions-answers"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>30 SQL Quiz Questions and Answers - OnlineExamMaker Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"30 SQL Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"SQL (Structured Query Language) is a domain-specific programming language used for managing and manipulating relational databases. It is the standard language for communicating with and querying databases, and it provides a set of commands and statements to perform various operations on data, such as retrieving, inserting, updating, and deleting records. Key Features of SQL: Relational [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-17T23:42:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-09T07:42:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/SQL-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"850\" \/>\n\t<meta property=\"og:image:height\" content=\"397\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Willson Black\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Willson Black\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/\",\"name\":\"30 SQL Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-17T23:42:15+00:00\",\"dateModified\":\"2023-09-09T07:42:57+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 SQL Quiz Questions and Answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/\",\"name\":\"OnlineExamMaker Blog\",\"description\":\"OnlineExamMaker\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\",\"name\":\"Willson Black\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g\",\"caption\":\"Willson Black\"},\"url\":\"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"30 SQL Quiz Questions and Answers - OnlineExamMaker Blog","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:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 SQL Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"SQL (Structured Query Language) is a domain-specific programming language used for managing and manipulating relational databases. It is the standard language for communicating with and querying databases, and it provides a set of commands and statements to perform various operations on data, such as retrieving, inserting, updating, and deleting records. Key Features of SQL: Relational [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-17T23:42:15+00:00","article_modified_time":"2023-09-09T07:42:57+00:00","og_image":[{"width":850,"height":397,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/SQL-quiz.webp","type":"image\/webp"}],"author":"Willson Black","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Willson Black","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/","name":"30 SQL Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-17T23:42:15+00:00","dateModified":"2023-09-09T07:42:57+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-sql-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 SQL Quiz Questions and Answers"}]},{"@type":"WebSite","@id":"https:\/\/onlineexammaker.com\/kb\/#website","url":"https:\/\/onlineexammaker.com\/kb\/","name":"OnlineExamMaker Blog","description":"OnlineExamMaker","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineexammaker.com\/kb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b","name":"Willson Black","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cdcb7df856a2cdfc9affd6f71823f077?s=96&r=g","caption":"Willson Black"},"url":"https:\/\/onlineexammaker.com\/kb\/author\/willblog\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/15816"}],"collection":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/comments?post=15816"}],"version-history":[{"count":2,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/15816\/revisions"}],"predecessor-version":[{"id":18531,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/15816\/revisions\/18531"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/15817"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=15816"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=15816"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=15816"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}