{"id":14852,"date":"2023-08-12T07:04:13","date_gmt":"2023-08-12T07:04:13","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=14852"},"modified":"2024-04-02T07:47:47","modified_gmt":"2024-04-02T07:47:47","slug":"30-oracle-sql-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/","title":{"rendered":"30 Oracle SQL Quiz Questions and Answers"},"content":{"rendered":"<p>Oracle SQL, also known as PL\/SQL (Procedural Language\/Structured Query Language), is a powerful and widely used database query language developed by Oracle Corporation. It is used to interact with Oracle Database, a leading relational database management system (RDBMS) used by organizations worldwide.<\/p>\n<p>SQL stands for Structured Query Language, and it provides a standardized way to access, manipulate, and manage data in relational databases. Oracle SQL allows users to perform various operations, such as retrieving data, inserting new records, updating existing records, and deleting data from database tables.<\/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<h3>Table of content<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 Oracle SQL quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download Oracle SQL questions &#038; answers for free<\/a><\/l1>\n<li><a href=\"#3\">Part 3: Free online quiz platform &#8211; OnlineExamMaker<\/a><\/l1>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/oracle-sql.webp\" alt=\"\" width=\"745\" height=\"420\" class=\"alignnone size-full wp-image-14853\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/oracle-sql.webp 745w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/oracle-sql-300x169.webp 300w\" sizes=\"(max-width: 745px) 100vw, 745px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 Oracle 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) Standard Query Logic<br \/>\n   d) Secondary Query Layer<br \/>\n   Answer: a) Structured Query Language<\/p>\n<p>2. Oracle SQL is used to interact with which type of database management system?<br \/>\n   a) Microsoft SQL Server<br \/>\n   b) MySQL<br \/>\n   c) Oracle Database<br \/>\n   d) PostgreSQL<br \/>\n   Answer: c) Oracle Database<\/p>\n<p>3. Which SQL statement is used to retrieve data from a database table?<br \/>\n   a) FETCH<br \/>\n   b) SELECT<br \/>\n   c) GET<br \/>\n   d) LOAD<br \/>\n   Answer: b) SELECT<\/p>\n<p>4. What is the purpose of the WHERE clause in an SQL query?<br \/>\n   a) To specify the columns to retrieve<br \/>\n   b) To sort the results<br \/>\n   c) To filter rows based on conditions<br \/>\n   d) To join multiple tables<br \/>\n   Answer: c) To filter rows based on conditions<\/p>\n<p>5. Which SQL statement is used to add new records to a database table?<br \/>\n   a) UPDATE<br \/>\n   b) ADD<br \/>\n   c) INSERT<br \/>\n   d) MODIFY<br \/>\n   Answer: c) INSERT<\/p>\n<p>6. What is the primary purpose of the ORDER BY clause in an SQL query?<br \/>\n   a) To filter rows based on conditions<br \/>\n   b) To specify the columns to retrieve<br \/>\n   c) To join multiple tables<br \/>\n   d) To sort the results<br \/>\n   Answer: d) To sort the results<\/p>\n<p>7. 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>8. What is the purpose of the GROUP BY clause in an SQL query?<br \/>\n   a) To join multiple tables<br \/>\n   b) To filter rows based on conditions<br \/>\n   c) To specify the columns to retrieve<br \/>\n   d) To group rows based on a column&#8217;s values<br \/>\n   Answer: d) To group rows based on a column&#8217;s values<\/p>\n<p>9. Which SQL statement is used to update existing records in a database table?<br \/>\n   a) INSERT<br \/>\n   b) ADD<br \/>\n   c) UPDATE<br \/>\n   d) MODIFY<br \/>\n   Answer: c) UPDATE<\/p>\n<p>10. What is the purpose of the HAVING clause in an SQL query?<br \/>\n    a) To filter rows based on conditions<br \/>\n    b) To specify the columns to retrieve<br \/>\n    c) To join multiple tables<br \/>\n    d) To filter groups based on aggregate values<br \/>\n    Answer: d) To filter groups based on aggregate values<\/p>\n<p>11. Which SQL statement is used to remove records from a database table?<br \/>\n    a) REMOVE<br \/>\n    b) DELETE<br \/>\n    c) ERASE<br \/>\n    d) DROP<br \/>\n    Answer: b) DELETE<\/p>\n<p>12. What is the purpose of the JOIN clause in an SQL query?<br \/>\n    a) To specify the columns to retrieve<br \/>\n    b) To join multiple tables<br \/>\n    c) To filter rows based on conditions<br \/>\n    d) To sort the results<br \/>\n    Answer: b) To join multiple tables<\/p>\n<p>13. Which SQL function is used to find the highest value in a column?<br \/>\n    a) MAX<br \/>\n    b) MIN<br \/>\n    c) SUM<br \/>\n    d) AVG<br \/>\n    Answer: a) MAX<\/p>\n<p>14. What is the purpose of the DISTINCT keyword in an SQL query?<br \/>\n    a) To filter rows based on conditions<br \/>\n    b) To retrieve all columns from a table<br \/>\n    c) To join multiple tables<br \/>\n    d) To remove duplicate rows from the result set<br \/>\n    Answer: d) To remove duplicate rows from the result set<\/p>\n<p>15. Which SQL statement is used to create a new database table?<br \/>\n    a) ADD TABLE<br \/>\n    b) CREATE TABLE<br \/>\n    c) NEW TABLE<br \/>\n    d) MAKE TABLE<br \/>\n    Answer: b) CREATE TABLE<\/p>\n<h3 id=\"2\">Part 2: Download Oracle SQL questions &#038; answers for free<\/h3>\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\/zlqho9igH2Y\"><\/iframe>\n<\/div>\n<\/div>\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\/483-oracle-sql.zip\">Free Download <\/a><\/div>\n<div class=\"p-style-b\">Download quiz questions<\/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\/features\/ai-question-generator.html?refer=download_questions\" target=\"_blank\" rel=\"noopener\">Try AI Question Generator<\/a><\/div>\n<div class=\"p-style-b\">Generate questions for any topic<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>16. What is the purpose of the BETWEEN operator in an SQL query?<br \/>\n    a) To check if a value is NULL<br \/>\n    b) To check if a value exists in a list<br \/>\n    c) To check if a value is within a range<br \/>\n    d) To check if a value matches a pattern<br \/>\n    Answer: c) To check if a value is within a range<\/p>\n<p>17. Which SQL function is used to find the average value in a column?<br \/>\n    a) AVG<br \/>\n    b) SUM<br \/>\n    c) MAX<br \/>\n    d) COUNT<br \/>\n    Answer: a) AVG<\/p>\n<p>18. What is the purpose of the UNION operator in an SQL query?<br \/>\n    a) To combine the results of two or more SELECT statements<br \/>\n    b) To sort the results<br \/>\n    c) To filter rows based on conditions<br \/>\n    d) To join multiple tables<br \/>\n    Answer: a) To combine the results of two or more SELECT statements<\/p>\n<p>19. Which SQL statement is used to modify the structure of an existing database table?<br \/>\n    a) CHANGE TABLE<br \/>\n    b) ALTER TABLE<br \/>\n    c) MODIFY TABLE<br \/>\n    d) UPDATE TABLE<br \/>\n    Answer: b) ALTER TABLE<\/p>\n<p>20. What is the purpose of the LIKE operator in an SQL query?<br \/>\n    a) To check if a value is NULL<br \/>\n    b) To check if a value exists in a list<br \/>\n    c) To check if a value matches a pattern<br \/>\n    d) To check if a value is within a range<br \/>\n    Answer: c) To check if a value matches a pattern<\/p>\n<p>21. Which SQL function is used to find the lowest value in a column?<br \/>\n    a) MIN<br \/>\n    b) MAX<br \/>\n    c) SUM<br \/>\n    d) AVG<br \/>\n    Answer: a) MIN<\/p>\n<p>22. What is the purpose of the IS NULL operator in an SQL query?<br \/>\n    a) To check if a value is NULL<br \/>\n    b) To check if a value exists in a list<br \/>\n    c) To check if a value matches a pattern<br \/>\n    d) To check if a value is within a range<br \/>\n    Answer: a) To check if a value is NULL<\/p>\n<p>23. Which SQL statement is used to delete an entire database table?<br \/>\n    a) ERASE TABLE<br \/>\n    b) DROP TABLE<br \/>\n    c) REMOVE TABLE<br \/>\n    d) DELETE TABLE<br \/>\n    Answer: b) DROP TABLE<\/p>\n<p>24. What is the purpose of the ORDER BY clause in an SQL query?<br \/>\n    a) To filter rows based on conditions<br \/>\n    b) To specify the columns to retrieve<br \/>\n    c) To join multiple tables<br \/>\n    d) To sort the results<br \/>\n    Answer: d) To sort the results<\/p>\n<p>25. Which SQL statement is used to remove duplicate rows from a result set?<br \/>\n    a) DELETE<br \/>\n    b) DISTINCT<br \/>\n    c) GROUP BY<br \/>\n    d) UNIQUE<br \/>\n    Answer: b) DISTINCT<\/p>\n<p>26. What is the purpose of the COMMIT statement in Oracle SQL?<br \/>\n    a) To create a new table<br \/>\n    b) To delete records from a table<br \/>\n    c) To make changes permanent in the database<br \/>\n    d) To update existing records in a table<br \/>\n    Answer: c) To make changes permanent in the database<\/p>\n<p>27. Which SQL clause is used to specify conditions for filtering rows in a SELECT statement?<br \/>\n    a) FROM<br \/>\n    b) WHERE<br \/>\n    c) HAVING<br \/>\n    d) GROUP BY<br \/>\n    Answer: b) WHERE<\/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>28. What is the purpose of the ROLLBACK statement in Oracle SQL?<br \/>\n    a) To undo all the changes made in the current transaction<br \/>\n    b) To retrieve data from a database table<br \/>\n    c) To create a new database table<br \/>\n    d) To modify the structure of an existing database table<br \/>\n    Answer: a) To undo all the changes made in the current transaction<\/p>\n<p>29. Which SQL function is used to find the total sum of values in a column?<br \/>\n    a) AVG<br \/>\n    b) COUNT<br \/>\n    c) SUM<br \/>\n    d) MAX<br \/>\n    Answer: c) SUM<\/p>\n<p>30. What is the purpose of the ORDER BY clause in an SQL query?<br \/>\n    a) To filter rows based on conditions<br \/>\n    b) To specify the columns to retrieve<br \/>\n    c) To join multiple tables<br \/>\n    d) To sort the results<br \/>\n    Answer: d) To sort the results<\/p>\n<h3 id=\"3\">Part 3: Free online quiz maker &#8211; OnlineExamMaker<\/h3>\n<p>OnlineExamMaker is a powerful and user-friendly software tool that allows educators, trainers, and businesses to create interactive online quizzes and assessments. With OnlineExamMaker quiz software, you can easily design and distribute quizzes to evaluate knowledge, gather feedback, and measure performance.<\/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\/N4DjKqmclcE\"><\/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>Oracle SQL, also known as PL\/SQL (Procedural Language\/Structured Query Language), is a powerful and widely used database query language developed by Oracle Corporation. It is used to interact with Oracle Database, a leading relational database management system (RDBMS) used by organizations worldwide. SQL stands for Structured Query Language, and it provides a standardized way to [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":14853,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-14852","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 Oracle 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-oracle-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 Oracle SQL Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"Oracle SQL, also known as PL\/SQL (Procedural Language\/Structured Query Language), is a powerful and widely used database query language developed by Oracle Corporation. It is used to interact with Oracle Database, a leading relational database management system (RDBMS) used by organizations worldwide. SQL stands for Structured Query Language, and it provides a standardized way to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-12T07:04:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-02T07:47:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/oracle-sql.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"745\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\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-oracle-sql-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/\",\"name\":\"30 Oracle SQL Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-12T07:04:13+00:00\",\"dateModified\":\"2024-04-02T07:47:47+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 Oracle 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 Oracle 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-oracle-sql-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 Oracle SQL Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"Oracle SQL, also known as PL\/SQL (Procedural Language\/Structured Query Language), is a powerful and widely used database query language developed by Oracle Corporation. It is used to interact with Oracle Database, a leading relational database management system (RDBMS) used by organizations worldwide. SQL stands for Structured Query Language, and it provides a standardized way to [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-12T07:04:13+00:00","article_modified_time":"2024-04-02T07:47:47+00:00","og_image":[{"width":745,"height":420,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/oracle-sql.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-oracle-sql-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/","name":"30 Oracle SQL Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-12T07:04:13+00:00","dateModified":"2024-04-02T07:47:47+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-oracle-sql-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 Oracle 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\/14852"}],"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=14852"}],"version-history":[{"count":3,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/14852\/revisions"}],"predecessor-version":[{"id":28250,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/14852\/revisions\/28250"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/14853"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=14852"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=14852"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=14852"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}