{"id":17002,"date":"2023-08-23T23:19:14","date_gmt":"2023-08-23T23:19:14","guid":{"rendered":"https:\/\/onlineexammaker.com\/kb\/?p=17002"},"modified":"2024-04-02T13:49:55","modified_gmt":"2024-04-02T13:49:55","slug":"30-sql-server-quiz-questions-and-answers","status":"publish","type":"post","link":"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/","title":{"rendered":"30 SQL Server Quiz Questions and Answers"},"content":{"rendered":"<p>SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is a powerful and robust database platform used to store, manage, and retrieve data in various applications and systems. SQL Server provides an environment for creating, querying, and maintaining databases and is widely used in enterprise-level applications, web applications, and data-driven solutions.<\/p>\n<p>Key Features of SQL Server:<\/p>\n<p>Data Storage and Management: SQL Server allows users to create and manage databases to store structured data in tables. It supports data integrity constraints, transactions, and referential integrity to ensure data accuracy and consistency.<\/p>\n<p>Transact-SQL (T-SQL): SQL Server uses T-SQL, which is an extension of SQL (Structured Query Language). T-SQL provides additional programming constructs for procedural programming, allowing users to create stored procedures, functions, and triggers.<\/p>\n<p>Scalability and Performance: SQL Server is designed to handle large and complex datasets. It offers features like indexing, partitioning, and in-memory processing to optimize query performance and scalability.<\/p>\n<p>Security: SQL Server provides robust security features to control access to databases and data. It supports authentication, role-based access control, and encryption to protect sensitive information.<\/p>\n<p>Business Intelligence and Reporting: SQL Server integrates with Microsoft&#8217;s business intelligence tools, including SQL Server Reporting Services (SSRS) and SQL Server Analysis Services (SSAS), enabling users to build comprehensive reports and perform data analysis.<\/p>\n<h3>In this article<\/h3>\n<ul class=\"article_list\">\n<li><a href=\"#1\">Part 1: 30 SQL Server quiz questions &#038; answers<\/a><\/li>\n<li><a href=\"#2\">Part 2: Download SQL Server 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-server-quiz.webp\" alt=\"\" width=\"750\" height=\"400\" class=\"alignnone size-full wp-image-17003\" srcset=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/sql-server-quiz.webp 750w, https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/sql-server-quiz-300x160.webp 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/p>\n<h3 id=\"1\">Part 1: 30 SQL Server quiz questions &#038; answers<\/h3>\n<p>1. What does SQL Server stand for?<br \/>\n   a) Structured Query Language Server<br \/>\n   b) Simple Query Language Server<br \/>\n   c) System Query Language Server<br \/>\n   d) None of the above<\/p>\n<p>   Answer: d) None of the above<\/p>\n<p>2. Which company develops SQL Server?<br \/>\n   a) Oracle<br \/>\n   b) IBM<br \/>\n   c) Microsoft<br \/>\n   d) Google<\/p>\n<p>   Answer: c) Microsoft<\/p>\n<p>3. Which type of database management system is SQL Server?<br \/>\n   a) Relational Database Management System (RDBMS)<br \/>\n   b) NoSQL Database Management System<br \/>\n   c) Object-Oriented Database Management System (OODBMS)<br \/>\n   d) Hierarchical Database Management System<\/p>\n<p>   Answer: a) Relational Database Management System (RDBMS)<\/p>\n<p>4. What is T-SQL in SQL Server?<br \/>\n   a) Transactional SQL<br \/>\n   b) Trigger SQL<br \/>\n   c) Transact-SQL<br \/>\n   d) None of the above<\/p>\n<p>   Answer: c) Transact-SQL<\/p>\n<p>5. Which SQL Server component is used for data integration, transformation, and migration tasks?<br \/>\n   a) SQL Server Reporting Services (SSRS)<br \/>\n   b) SQL Server Integration Services (SSIS)<br \/>\n   c) SQL Server Analysis Services (SSAS)<br \/>\n   d) SQL Server Management Studio (SSMS)<\/p>\n<p>   Answer: b) SQL Server Integration Services (SSIS)<\/p>\n<p>6. Which SQL Server component is used for creating multidimensional data models for business intelligence and analysis?<br \/>\n   a) SQL Server Reporting Services (SSRS)<br \/>\n   b) SQL Server Integration Services (SSIS)<br \/>\n   c) SQL Server Analysis Services (SSAS)<br \/>\n   d) SQL Server Management Studio (SSMS)<\/p>\n<p>   Answer: c) SQL Server Analysis Services (SSAS)<\/p>\n<p>7. Which SQL Server component is used for designing, generating, and delivering interactive reports?<br \/>\n   a) SQL Server Reporting Services (SSRS)<br \/>\n   b) SQL Server Integration Services (SSIS)<br \/>\n   c) SQL Server Analysis Services (SSAS)<br \/>\n   d) SQL Server Management Studio (SSMS)<\/p>\n<p>   Answer: a) SQL Server Reporting Services (SSRS)<\/p>\n<p>8. Which SQL Server edition is suitable for small-scale applications and development, and is available for free?<br \/>\n   a) SQL Server Standard<br \/>\n   b) SQL Server Enterprise<br \/>\n   c) SQL Server Express<br \/>\n   d) SQL Server Developer<\/p>\n<p>   Answer: c) SQL Server Express<\/p>\n<p>9. Which SQL Server edition is the most comprehensive one, suitable for large-scale, mission-critical applications with advanced analytics and high availability features?<br \/>\n   a) SQL Server Standard<br \/>\n   b) SQL Server Enterprise<br \/>\n   c) SQL Server Express<br \/>\n   d) SQL Server Developer<\/p>\n<p>   Answer: b) SQL Server Enterprise<\/p>\n<p>10. What feature in SQL Server allows users to create, alter, and drop databases and database objects?<br \/>\n    a) Data Definition Language (DDL)<br \/>\n    b) Data Manipulation Language (DML)<br \/>\n    c) Data Control Language (DCL)<br \/>\n    d) Data Query Language (DQL)<\/p>\n<p>    Answer: a) Data Definition Language (DDL)<\/p>\n<p>11. Which SQL Server feature is used to ensure that data remains consistent across tables by enforcing predefined rules and relationships?<br \/>\n    a) Indexing<br \/>\n    b) Constraints<br \/>\n    c) Triggers<br \/>\n    d) Views<\/p>\n<p>    Answer: b) Constraints<\/p>\n<p>12. What is the purpose of a primary key in a SQL Server table?<br \/>\n    a) To ensure data integrity by enforcing unique and not null values<br \/>\n    b) To improve query performance by creating an index<br \/>\n    c) To define relationships between tables<br \/>\n    d) To provide access control to specific users<\/p>\n<p>    Answer: a) To ensure data integrity by enforcing unique and not null values<\/p>\n<p>13. Which SQL Server statement is used to retrieve data from a database?<br \/>\n    a) SELECT<br \/>\n    b) UPDATE<br \/>\n    c) INSERT<br \/>\n    d) DELETE<\/p>\n<p>    Answer: a) SELECT<\/p>\n<p>14. Which SQL Server statement is used to insert new data into a table?<br \/>\n    a) SELECT<br \/>\n    b) UPDATE<br \/>\n    c) INSERT<br \/>\n    d) DELETE<\/p>\n<p>    Answer: c) INSERT<\/p>\n<p>15. Which SQL Server statement is used to modify existing data in a table?<br \/>\n    a) SELECT<br \/>\n    b) UPDATE<br \/>\n    c) INSERT<br \/>\n    d) DELETE<\/p>\n<p>    Answer: b) UPDATE<\/p>\n<h3 id=\"2\">Part 2: Download SQL Server 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\/722-sql-server.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. Which SQL Server statement is used to delete data from a table?<br \/>\n    a) SELECT<br \/>\n    b) UPDATE<br \/>\n    c) INSERT<br \/>\n    d) DELETE<\/p>\n<p>    Answer: d) DELETE<\/p>\n<p>17. Which SQL Server statement is used to filter data based on specified conditions?<br \/>\n    a) ORDER BY<br \/>\n    b) GROUP BY<br \/>\n    c) HAVING<br \/>\n    d) WHERE<\/p>\n<p>    Answer: d) WHERE<\/p>\n<p>18. Which SQL Server clause is used to sort the result set in ascending or descending order?<br \/>\n    a) ORDER BY<br \/>\n    b) GROUP BY<br \/>\n    c) HAVING<br \/>\n    d) WHERE<\/p>\n<p>    Answer: a) ORDER BY<\/p>\n<p>19. What is the purpose of the GROUP BY clause in SQL Server?<br \/>\n    a) To filter data based on specified conditions<br \/>\n    b) To sort the result set in ascending or descending order<br \/>\n    c) To aggregate data and group rows based on a column<br \/>\n    d) To limit the number of rows returned by a query<\/p>\n<p>    Answer: c) To aggregate data and group rows based on a column<\/p>\n<p>20. Which SQL Server function is used to return the current date and time?<br \/>\n    a) GETDATE()<br \/>\n    b) CURRENT_TIMESTAMP()<br \/>\n    c) NOW()<br \/>\n    d) TODAY()<\/p>\n<p>    Answer: a) GETDATE()<\/p>\n<p>21. What is the purpose of the HAVING clause in SQL Server?<br \/>\n    a) To filter data based on specified conditions<br \/>\n    b) To sort the result set in ascending or descending order<br \/>\n    c) To aggregate data and group rows based on a column<br \/>\n    d) To filter grouped data based on specified conditions<\/p>\n<p>    Answer: d) To filter grouped data based on specified conditions<\/p>\n<p>22. Which SQL Server statement is used to add an index to a table, improving query performance?<br \/>\n    a) CREATE INDEX<\/p>\n<p>    b) ADD INDEX<br \/>\n    c) ALTER INDEX<br \/>\n    d) MODIFY INDEX<\/p>\n<p>    Answer: a) CREATE INDEX<\/p>\n<p>23. What does the SQL Server SELECT INTO statement do?<br \/>\n    a) Retrieves data from a table and copies it into a new table<br \/>\n    b) Inserts new data into an existing table<br \/>\n    c) Updates existing data in a table<br \/>\n    d) Deletes data from a table<\/p>\n<p>    Answer: a) Retrieves data from a table and copies it into a new table<\/p>\n<p>24. What is the purpose of the SQL Server JOIN clause?<br \/>\n    a) To filter data based on specified conditions<br \/>\n    b) To combine rows from two or more tables based on related columns<br \/>\n    c) To aggregate data and group rows based on a column<br \/>\n    d) To sort the result set in ascending or descending order<\/p>\n<p>    Answer: b) To combine rows from two or more tables based on related columns<\/p>\n<p>25. Which SQL Server statement is used to modify the structure of an existing table, such as adding or deleting columns?<br \/>\n    a) ALTER TABLE<br \/>\n    b) CREATE TABLE<br \/>\n    c) DROP TABLE<br \/>\n    d) UPDATE TABLE<\/p>\n<p>    Answer: a) ALTER TABLE<\/p>\n<p>26. Which SQL Server statement is used to delete an existing table and its data from the database?<br \/>\n    a) ALTER TABLE<br \/>\n    b) CREATE TABLE<br \/>\n    c) DROP TABLE<br \/>\n    d) UPDATE TABLE<\/p>\n<p>    Answer: c) DROP TABLE<\/p>\n<p>27. Which SQL Server function is used to count the number of rows in a table or a result set?<br \/>\n    a) SUM()<br \/>\n    b) COUNT()<br \/>\n    c) AVG()<br \/>\n    d) MAX()<\/p>\n<p>    Answer: b) COUNT()<\/p>\n<p>28. What is the purpose of the SQL Server TRUNCATE TABLE statement?<br \/>\n    a) To retrieve data from a table<br \/>\n    b) To insert new data into a table<br \/>\n    c) To update existing data in a table<br \/>\n    d) To delete all data from a table, but retain the structure<\/p>\n<p>    Answer: d) To delete all data from a table, but retain the structure<\/p>\n<p>29. Which SQL Server statement is used to define permissions on database objects?<br \/>\n    a) GRANT<br \/>\n    b) REVOKE<br \/>\n    c) DENY<br \/>\n    d) PERMISSION<\/p>\n<p>    Answer: a) GRANT<\/p>\n<p>30. What is the purpose of the SQL Server CHECK constraint?<br \/>\n    a) To ensure that a column contains unique values<br \/>\n    b) To enforce a foreign key relationship between tables<br \/>\n    c) To define rules for column values based on specified conditions<br \/>\n    d) To create a clustered index on a table<\/p>\n<p>    Answer: c) To define rules for column values based on specified conditions<\/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 Server is a relational database management system (RDBMS) developed by Microsoft. It is a powerful and robust database platform used to store, manage, and retrieve data in various applications and systems. SQL Server provides an environment for creating, querying, and maintaining databases and is widely used in enterprise-level applications, web applications, and data-driven solutions. [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":17003,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[353],"tags":[],"class_list":["post-17002","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 Server 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-server-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 Server Quiz Questions and Answers - OnlineExamMaker Blog\" \/>\n<meta property=\"og:description\" content=\"SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is a powerful and robust database platform used to store, manage, and retrieve data in various applications and systems. SQL Server provides an environment for creating, querying, and maintaining databases and is widely used in enterprise-level applications, web applications, and data-driven solutions. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"OnlineExamMaker Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-23T23:19:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-02T13:49:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/sql-server-quiz.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\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-server-quiz-questions-and-answers\/\",\"url\":\"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/\",\"name\":\"30 SQL Server Quiz Questions and Answers - OnlineExamMaker Blog\",\"isPartOf\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#website\"},\"datePublished\":\"2023-08-23T23:19:14+00:00\",\"dateModified\":\"2024-04-02T13:49:55+00:00\",\"author\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineexammaker.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"30 SQL Server 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 Server 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-server-quiz-questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"30 SQL Server Quiz Questions and Answers - OnlineExamMaker Blog","og_description":"SQL Server is a relational database management system (RDBMS) developed by Microsoft. It is a powerful and robust database platform used to store, manage, and retrieve data in various applications and systems. SQL Server provides an environment for creating, querying, and maintaining databases and is widely used in enterprise-level applications, web applications, and data-driven solutions. [&hellip;]","og_url":"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/","og_site_name":"OnlineExamMaker Blog","article_published_time":"2023-08-23T23:19:14+00:00","article_modified_time":"2024-04-02T13:49:55+00:00","og_image":[{"width":750,"height":400,"url":"https:\/\/onlineexammaker.com\/kb\/wp-content\/uploads\/2023\/08\/sql-server-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-server-quiz-questions-and-answers\/","url":"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/","name":"30 SQL Server Quiz Questions and Answers - OnlineExamMaker Blog","isPartOf":{"@id":"https:\/\/onlineexammaker.com\/kb\/#website"},"datePublished":"2023-08-23T23:19:14+00:00","dateModified":"2024-04-02T13:49:55+00:00","author":{"@id":"https:\/\/onlineexammaker.com\/kb\/#\/schema\/person\/395b2b5bfc990b8d494fc7b498db795b"},"breadcrumb":{"@id":"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlineexammaker.com\/kb\/30-sql-server-quiz-questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineexammaker.com\/kb\/"},{"@type":"ListItem","position":2,"name":"30 SQL Server 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\/17002"}],"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=17002"}],"version-history":[{"count":3,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17002\/revisions"}],"predecessor-version":[{"id":28353,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/posts\/17002\/revisions\/28353"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media\/17003"}],"wp:attachment":[{"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/media?parent=17002"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/categories?post=17002"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineexammaker.com\/kb\/wp-json\/wp\/v2\/tags?post=17002"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}