{"id":1532,"date":"2025-08-12T09:28:55","date_gmt":"2025-08-12T09:28:55","guid":{"rendered":"https:\/\/www.softwaretraininginchennai.com\/blog\/?p=1532"},"modified":"2025-08-12T09:33:27","modified_gmt":"2025-08-12T09:33:27","slug":"microsoft-sql-server-certification","status":"publish","type":"post","link":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/","title":{"rendered":"Microsoft SQL Server Certification"},"content":{"rendered":"<h2><span style=\"color: #333399;\">SQL Server Certification :<\/span><\/h2>\n<ul>\n<li>SQL Server certifications provide a structured method to validate expertise, addressing various roles such as database administration, development, and business intelligence.<\/li>\n<li>SQL Server certifications are for all levels of experience in database management and data analysis.<\/li>\n<li>These certifications show that you have the skills to manage SQL Server environments.<\/li>\n<li>Earning a certification helps you prove your abilities to employers and coworkers.<\/li>\n<\/ul>\n<h2><span style=\"color: #333399;\">Why Pursue SQL Server Certification:<\/span><\/h2>\n<p>Pursuing an <strong>SQL Server Certification<\/strong> can be highly beneficial for career growth, skill development, and job opportunities.<\/p>\n<h3><span style=\"color: #993300;\">Professional Growth<\/span><\/h3>\n<ul>\n<li><span style=\"color: #0000ff;\"><strong>Higher Salary Potential<\/strong><\/span> \u2013 Certified professionals often earn more than non-certified peers.<\/li>\n<li><span style=\"color: #0000ff;\"><strong>Better Job Opportunities<\/strong><\/span> \u2013 SQL skills are in demand for roles like Database Administrator (DBA), Data Analyst, Data Engineer, and Software Developer.<\/li>\n<\/ul>\n<h3><span style=\"color: #993300;\">Industry Recognition<\/span><\/h3>\n<ul>\n<li><span style=\"color: #0000ff;\"><strong>Global Recognition<\/strong><\/span> \u2013 Microsoft certifications are widely respected in the IT industry.<\/li>\n<li><span style=\"color: #0000ff;\"><strong>Validation of Expertise<\/strong><\/span> \u2013 Demonstrates your knowledge of SQL database management, security, performance tuning, and cloud integration.<\/li>\n<\/ul>\n<h3><span style=\"color: #993300;\">High Demand for SQL Knowledge<\/span><\/h3>\n<ul>\n<li>SQL is used in almost every industry, including finance, healthcare, retail, and tech.<\/li>\n<li>Many companies rely on Microsoft SQL Server, Azure SQL, and other relational databases for their operations.<\/li>\n<\/ul>\n<h3><span style=\"color: #993300;\">Practical Education &amp; Skill Development<\/span><\/h3>\n<ul>\n<li>Certification training covers database security, optimization, automation, and troubleshooting.<\/li>\n<li>Prepares you for real-world challenges with practical labs and case studies.<\/li>\n<\/ul>\n<h3><span style=\"color: #993300;\">Competitive Benefits<\/span><\/h3>\n<ul>\n<li>Help you stand out from other candidates in job applications and promotions.<\/li>\n<li>Demonstrates commitment to learning and professional growth.<\/li>\n<\/ul>\n<h2><span style=\"color: #333399;\">Pathway to Advanced Certifications<\/span><\/h2>\n<p>SQL Server certification can be a steppingstone to more advanced IT credentials, such as:<\/p>\n<ul>\n<li><span style=\"color: #993300;\"><strong>Microsoft Certified: <\/strong><\/span>Azure Data Engineer Associate (DP-203)<\/li>\n<li><span style=\"color: #993300;\"><strong>Microsoft Certified:<\/strong><\/span> Azure Solutions Architect Expert<\/li>\n<\/ul>\n<h2><span style=\"color: #333399;\">\u00a0SQL Server Certification Paths:<\/span><\/h2>\n<p>Microsoft offers a variety of SQL Server certification paths tailored to different IT roles and specializations.<\/p>\n<p>These certifications allow professionals to validate their expertise in key areas such as Database Administration, Database Development, and Business Intelligence Development.<\/p>\n<p>Selecting the appropriate certification path is essential for aligning with your career goals and fostering professional growth.<\/p>\n<h2><span style=\"color: #333399;\">Certification Paths<\/span><\/h2>\n<p>Administration of databases: This path is ideal for professionals responsible for installing, maintaining, configuring, and securing database systems. Certifications in this category validate the skills necessary to ensure that database systems are efficient, secure, and highly available.<\/p>\n<p>Development of databases: Designed for individuals who create and manage database solutions, this certification path assesses proficiency in designing database structures, defining data types, and implementing stored procedures, functions, and views.<\/p>\n<p>Developing Business Intelligence: Targeted at professionals specializing in data analysis to support business decision-making, this path covers skills in implementing data models, developing reports, and designing dashboards.<\/p>\n<h2><span style=\"color: #333399;\">Selecting the Right SQL Certification for Your Career<\/span><\/h2>\n<h3><span style=\"color: #993300;\">Boost Your Career with a Certificate<\/span><\/h3>\n<ul>\n<li>Earning a certificate is a powerful statement of your commitment to skill enhancement.<\/li>\n<li>You can list this certificate as a credential on your CV, resume, LinkedIn profile, and other professional platforms.<\/li>\n<li>It provides you with the credibility needed for increased responsibilities, larger projects, and higher salaries.<\/li>\n<li>In today\u2019s competitive job market, knowledge is power.<\/li>\n<li>Documenting your skills not only helps you advance in your current career but also enables you to pursue new opportunities.<\/li>\n<\/ul>\n<h3><span style=\"color: #993300;\">Pros and Cons of SQL<\/span><\/h3>\n<p><strong>SQL (Structured Query Language) is widely used for managing relational databases.<\/strong><\/p>\n<h4><span style=\"color: #333399;\">Pros of SQL:<\/span><\/h4>\n<p><span style=\"color: #0000ff;\"><strong>Easy to Learn and Use<\/strong><\/span><\/p>\n<ul>\n<li>SQL uses simple and readable syntax (e.g., SELECT * FROM table_name;), making it accessible for beginners and professionals.<\/li>\n<\/ul>\n<p><span style=\"color: #0000ff;\"><strong>Powerful and Efficient<\/strong><\/span><\/p>\n<ul>\n<li>SQL allows complex queries to retrieve, manipulate, and manage large amounts of data efficiently.<\/li>\n<\/ul>\n<p><span style=\"color: #0000ff;\"><strong>Data Integrity and Security<\/strong><\/span><\/p>\n<ul>\n<li>SQL databases support constraints (e.g., <strong>PRIMARY KEY, FOREIGN KEY, UNIQUE, NOT NULL<\/strong>) that enforce data integrity.<\/li>\n<\/ul>\n<h4><span style=\"color: #333399;\">Cons of SQL:<\/span><\/h4>\n<p><span style=\"color: #0000ff;\"><strong>Scalability Limitations<\/strong><\/span><\/p>\n<ul>\n<li>Traditional SQL databases struggle with horizontal scaling (adding more servers) compared to NoSQL databases like MongoDB.<\/li>\n<\/ul>\n<p><span style=\"color: #0000ff;\"><strong>Expensive for Enterprise Solutions<\/strong><\/span><\/p>\n<ul>\n<li>Some SQL-based systems (e.g., Oracle, SQL Server) require costly licensing and maintenance.<\/li>\n<\/ul>\n<p><span style=\"color: #0000ff;\"><strong>Performance Issues with Large Joins<\/strong><\/span><\/p>\n<ul>\n<li>Complex queries with multiple joins can slow down performance if not optimized properly.<\/li>\n<\/ul>\n<h2><span style=\"color: #333399;\">Frequently asked questions (FAQ)<\/span><\/h2>\n<ul>\n<li><span style=\"color: #993300;\"><strong>What is a subquery?<\/strong><\/span><br \/>\nA SQL subquery, also referred to as a nested query or inner query, is a query that exists within another SQL statement. It enables you to use the result of one query as input for another query. Subqueries are enclosed in parentheses and can be employed in various parts of a SQL statement, including the SELECT, FROM, and WHERE clauses.<\/li>\n<\/ul>\n<ul>\n<li><span style=\"color: #993300;\"><strong>What are indexes and types?<\/strong><\/span><br \/>\nIndexing is a valuable technique that optimizes search times in database queries. The structure of database indexing includes a search key and a pointer. There are four types of indexing: Primary, Secondary, Clustering, and Multivalued Indexing. Primary indexing itself is divided into two categories: dense indexing and sparse indexing.<\/li>\n<\/ul>\n<ul>\n<li><span style=\"color: #993300;\"><strong>What is the difference between a function and a stored procedure?<\/strong><\/span><br \/>\nTriggers are unique stored procedures that run automatically in response to database events; functions are named operations that return a single value or a table; and stored procedures are reusable sets of SQL statements that can accept arguments and produce results.<\/li>\n<\/ul>\n<ul>\n<li><span style=\"color: #993300;\"><strong>What is the primary key in SQL?<\/strong><\/span><br \/>\nEach row in a table is usually uniquely identified by values contained in a column or combination of columns. The table&#8217;s entity integrity is maintained by this column, or columns, which are referred to as the primary key (PK).<\/li>\n<\/ul>\n<ul>\n<li><span style=\"color: #993300;\"><strong>List the different types of relationships in SQL.?<\/strong><\/span><br \/>\nThere are three types of relationships between the data you are likely to encounter at this stage in the design: one-to-one, one-to-many, and many-to-many. To be able to identify these relationships, you need to examine the data and have an understanding of what business rules apply to the data and tables.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SQL Server Certification : SQL Server certifications provide a structured method to validate expertise, addressing various roles such as database administration, development, and business intelligence. SQL Server certifications are for all levels of experience in database management and data analysis. These certifications show that you have the skills to manage SQL Server environments. Earning a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[451],"tags":[462,461,460],"class_list":["post-1532","post","type-post","status-publish","format-standard","hentry","category-sql-course-details","tag-certification-free-sql-server","tag-free-microsoft-sql-server-certification","tag-ms-sql-server-certification"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft SQL Server Certification | Maria Academy<\/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:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft SQL Server Certification | Maria Academy\" \/>\n<meta property=\"og:description\" content=\"SQL Server Certification : SQL Server certifications provide a structured method to validate expertise, addressing various roles such as database administration, development, and business intelligence. SQL Server certifications are for all levels of experience in database management and data analysis. These certifications show that you have the skills to manage SQL Server environments. Earning a [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/\" \/>\n<meta property=\"og:site_name\" content=\"Maria Academy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DotnetTrainingChennai\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-12T09:28:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-12T09:33:27+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dotnettraining2\" \/>\n<meta name=\"twitter:site\" content=\"@dotnettraining2\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/#\/schema\/person\/e7dbda3490333ae356b6ad09076c8a6e\"},\"headline\":\"Microsoft SQL Server Certification\",\"datePublished\":\"2025-08-12T09:28:55+00:00\",\"dateModified\":\"2025-08-12T09:33:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/\"},\"wordCount\":928,\"commentCount\":0,\"keywords\":[\"certification free sql server\",\"free Microsoft Sql Server Certification\",\"Ms Sql server Certification\"],\"articleSection\":[\"SQL Course Details\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/\",\"url\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/\",\"name\":\"Microsoft SQL Server Certification | Maria Academy\",\"isPartOf\":{\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/#website\"},\"datePublished\":\"2025-08-12T09:28:55+00:00\",\"dateModified\":\"2025-08-12T09:33:27+00:00\",\"author\":{\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/#\/schema\/person\/e7dbda3490333ae356b6ad09076c8a6e\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft SQL Server Certification\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/#website\",\"url\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/\",\"name\":\"Maria Academy\",\"description\":\"Dot Net Training in Chennai, Best Dot Net Training Institute in Chennai, .Net Training in Chennai\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.softwaretraininginchennai.com\/blog\/#\/schema\/person\/e7dbda3490333ae356b6ad09076c8a6e\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f68fba18793457e0192658e2fe53431c0fb4a1d551aef61c57c1847324110d80?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f68fba18793457e0192658e2fe53431c0fb4a1d551aef61c57c1847324110d80?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f68fba18793457e0192658e2fe53431c0fb4a1d551aef61c57c1847324110d80?s=96&d=mm&r=g\",\"caption\":\"admin\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft SQL Server Certification | Maria Academy","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.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/","og_locale":"en_US","og_type":"article","og_title":"Microsoft SQL Server Certification | Maria Academy","og_description":"SQL Server Certification : SQL Server certifications provide a structured method to validate expertise, addressing various roles such as database administration, development, and business intelligence. SQL Server certifications are for all levels of experience in database management and data analysis. These certifications show that you have the skills to manage SQL Server environments. Earning a [&hellip;]","og_url":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/","og_site_name":"Maria Academy","article_publisher":"https:\/\/www.facebook.com\/DotnetTrainingChennai","article_published_time":"2025-08-12T09:28:55+00:00","article_modified_time":"2025-08-12T09:33:27+00:00","author":"admin","twitter_card":"summary_large_image","twitter_creator":"@dotnettraining2","twitter_site":"@dotnettraining2","twitter_misc":{"Written by":"admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/#article","isPartOf":{"@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/"},"author":{"name":"admin","@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/#\/schema\/person\/e7dbda3490333ae356b6ad09076c8a6e"},"headline":"Microsoft SQL Server Certification","datePublished":"2025-08-12T09:28:55+00:00","dateModified":"2025-08-12T09:33:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/"},"wordCount":928,"commentCount":0,"keywords":["certification free sql server","free Microsoft Sql Server Certification","Ms Sql server Certification"],"articleSection":["SQL Course Details"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/","url":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/","name":"Microsoft SQL Server Certification | Maria Academy","isPartOf":{"@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/#website"},"datePublished":"2025-08-12T09:28:55+00:00","dateModified":"2025-08-12T09:33:27+00:00","author":{"@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/#\/schema\/person\/e7dbda3490333ae356b6ad09076c8a6e"},"breadcrumb":{"@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/microsoft-sql-server-certification\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.softwaretraininginchennai.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Microsoft SQL Server Certification"}]},{"@type":"WebSite","@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/#website","url":"https:\/\/www.softwaretraininginchennai.com\/blog\/","name":"Maria Academy","description":"Dot Net Training in Chennai, Best Dot Net Training Institute in Chennai, .Net Training in Chennai","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.softwaretraininginchennai.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.softwaretraininginchennai.com\/blog\/#\/schema\/person\/e7dbda3490333ae356b6ad09076c8a6e","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f68fba18793457e0192658e2fe53431c0fb4a1d551aef61c57c1847324110d80?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f68fba18793457e0192658e2fe53431c0fb4a1d551aef61c57c1847324110d80?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f68fba18793457e0192658e2fe53431c0fb4a1d551aef61c57c1847324110d80?s=96&d=mm&r=g","caption":"admin"}}]}},"_links":{"self":[{"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/posts\/1532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/comments?post=1532"}],"version-history":[{"count":4,"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/posts\/1532\/revisions"}],"predecessor-version":[{"id":1536,"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/posts\/1532\/revisions\/1536"}],"wp:attachment":[{"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/media?parent=1532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/categories?post=1532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.softwaretraininginchennai.com\/blog\/wp-json\/wp\/v2\/tags?post=1532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}