<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>programmers prefer SQL Archives - Tricky Enough</title>
	<atom:link href="https://www.trickyenough.com/tag/programmers-prefer-sql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.trickyenough.com/tag/programmers-prefer-sql/</link>
	<description>Explore and Share the Tech</description>
	<lastBuildDate>Mon, 04 Nov 2024 07:09:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.trickyenough.com/wp-content/uploads/2021/05/favicon-32x32-1.png</url>
	<title>programmers prefer SQL Archives - Tricky Enough</title>
	<link>https://www.trickyenough.com/tag/programmers-prefer-sql/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">100835972</site>	<item>
		<title>A Preparation Guide to SQL Interviews</title>
		<link>https://www.trickyenough.com/a-preparation-guide-to-sql-interviews/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-preparation-guide-to-sql-interviews</link>
					<comments>https://www.trickyenough.com/a-preparation-guide-to-sql-interviews/#respond</comments>
		
		<dc:creator><![CDATA[ishitajuneja]]></dc:creator>
		<pubDate>Fri, 22 Sep 2023 23:02:43 +0000</pubDate>
				<category><![CDATA[Career]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[Interview Guide]]></category>
		<category><![CDATA[programmers prefer SQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL query interview questions]]></category>
		<guid isPermaLink="false">https://www.trickyenough.com/?p=96813</guid>

					<description><![CDATA[<p>In today&#8217;s increasingly data-driven world, SQL (Structured Query Language) skills are highly valued by employers. To excel in SQL interviews, proper preparation for SQL query interview questions is crucial. This blog post will explore various strategies for effectively preparing for SQL interviews. We will discuss the importance of understanding SQL fundamentals, mastering query optimization techniques,...</p>
<p>The post <a href="https://www.trickyenough.com/a-preparation-guide-to-sql-interviews/">A Preparation Guide to SQL Interviews</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></description>
										<content:encoded><![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>


</p><p>In today&#8217;s increasingly data-driven world, SQL (Structured Query Language) skills are highly valued by employers. To excel in SQL interviews, proper preparation for SQL query interview questions is crucial. This blog post will explore various strategies for effectively preparing for SQL interviews.</p>



<p>We will discuss the importance of understanding SQL fundamentals, mastering query optimization techniques, familiarizing oneself with common SQL query interview questions, and leveraging practical hands-on experience. By following these guidelines, aspiring SQL professionals can enhance their chances of interview success. To prepare for SQL interviews, it is crucial to understand the fundamentals of SQL, so let us begin by discussing it first.</p>



<h2 class="wp-block-heading">Understanding SQL Fundamentals</h2>



<p>A strong understanding of the fundamentals is essential to <a href="https://www.trickyenough.com/sql-certification-your-career/">succeed in SQL</a> interviews. This includes grasping basic data modelling concepts, understanding table structures, and becoming proficient in SQL syntax.</p>



<p>A solid foundation in database normalization techniques, primary and foreign key relationships, and data integrity rules cannot be stressed enough. Candidates should study SQL documentation and reputable online tutorials to reinforce their understanding of these core concepts. In addition, a deeper understanding of query optimization techniques, among other things, will bolster a candidate&#8217;s skills.</p>



<h2 class="wp-block-heading">Mastering Query Optimization Techniques</h2>



<p>Query optimization is another critical aspect of SQL interviews. Candidates should aim to develop a deep understanding of how the query execution process works, including the logical and physical query plans. Familiarity with indexing strategies, query hints, and advanced optimization techniques like query rewriting can significantly enhance performance. Optimizing queries demonstrates technical expertise and showcases problem-solving skills and attention to detail.</p>



<h2 class="wp-block-heading" id="h-familiarizing-with-common-sql-interviews-questions">Familiarizing with Common SQL Interviews Questions</h2>



<p>To prepare thoroughly, candidates should familiarize themselves with commonly asked SQL query interview questions. These questions often cover data manipulation, data retrieval using complex joins, query performance tuning, and database design principles.</p>



<p>Practicing answering these questions can help candidates gain confidence and develop concise and articulate responses. Additionally, candidates should expect practical scenarios requiring SQL knowledge and be prepared to apply their skills to real-world problems. Below are some master tips on successfully answering any SQL query interview questions:</p>



<h3 class="wp-block-heading">Understanding the Basics of SQL</h3>



<p>The key to cracking an interview is to master SQL fundamentals. Some various courses or programs prepare you for a better career outlook by teaching you the basics. It will lead you through interactive courses covering the most crucial SQL topics. </p>



<p>What exactly are SQL fundamentals? You should, at least, apprehend:</p>



<ul class="wp-block-list">
<li> <span style="font-size: revert; color: initial;">Principle Queries, such as SELECT and WHERE clauses.</span> </li>



<li> <span style="font-size: revert; color: initial;">How do inner and outer joins differ from one another? Which one should you employ, and when?</span> </li>



<li> <span style="font-size: revert; color: initial;">A technical interview will likely include questions on how to INSERT, UPDATE, and DELETE data. Hence, reviewing the methods to INSERT, UPDATE, and DELETE Data in the SQL course will ensure you know these crucial commands inside and out.</span> </li>



<li> <span style="font-size: revert; color: initial;">ORDER BY, GROUP BY, HAVING &#8211; These three are crucial to structuring data and will undoubtedly be tested in an interview or at any time early in your SQL career.</span> </li>



<li> <span style="font-size: revert; color: initial;">When delving deeply into data, the functions COUNT, SUM, AVERAGE, MAX, and MIN are essential complements to <a href="https://en.wikipedia.org/wiki/SQL#:~:text=Structured%20Query%20Language%20(SQL)%20(,relational%20data%20stream%20management%20system%20(" rel="nofollow">fundamental SQL queries</a>.</span> </li>



<li> <span style="font-size: revert; color: initial;">You must have a solid understanding of the various index kinds. You&#8217;ll also need to be aware of when to employ each one. This will significantly increase your chances of acing the SQL technical interview.</span> </li>



<li> <span style="font-size: revert; color: initial;">A deep understanding of the techniques to execute, commit, or roll back a transaction. Don&#8217;t commit to a SQL query before it is ready to avoid being caught off guard.</span> </li>



<li> <span style="font-size: revert; color: initial;">Recursive queries, window functions, and SQL reporting &#8211; You might want to review your understanding of these three SQL approaches depending on the job function and experience level. If you need assistance, LearnSQL provides window functions and recursive query classes.</span> </li>



<li> <span style="font-size: revert; color: initial;">Recognize when and how stored processes are triggered automatically by a specific event.</span> </li>
</ul>



<h3 class="wp-block-heading">Having a Real-Word SQL Experience</h3>



<p>Finally, getting real-world SQL work experience that pays for itself is one of the most effective methods to tackle any SQL query interview questions.</p>



<p>There are numerous ways to accomplish this, such as:</p>



<ul class="wp-block-list">
<li> <span style="font-size: revert; color: initial;">Ask your SQL-related contacts if they have any projects you may assist with so you can gain some good, old-fashioned work experience.</span> </li>



<li> <span style="font-size: revert; color: initial;">If you don&#8217;t know anyone to talk to, consider finding freelance employment on websites like Guru, Upwork, and HackerRank. A real-world SQL difficulty could make you feel completely unprepared. However, jumping in headfirst is not only the finest way to learn, but it also gives you an amazing experience to draw from during interviews.</span> </li>



<li> <span style="font-size: revert; color: initial;">You can now claim to have licensed your SQL expertise to the banking industry if you land a job fixing some database difficulties for a small bank in any part of the country.</span> </li>
</ul>



<h3 class="wp-block-heading">Having Basic Knowledge of Tableau Interview Questions</h3>



<p>Some SQL-related jobs also require candidates to possess knowledge of Tableau. So for your assistance, here are a few examples of Tableau interview questions, along with their answers:</p>



<ul class="wp-block-list">
<li> <span style="font-size: revert; color: initial;">What is Tableau, and how does it help in data analysis and visualization?</span> </li>



<li> <span style="font-size: revert; color: initial;">What are the critical features of Tableau?</span> </li>



<li> <span style="font-size: revert; color: initial;">Can you explain the difference between Tableau Desktop and Tableau Server?</span> </li>



<li> <span style="font-size: revert; color: initial;">How do you connect Tableau to different data sources?</span> </li>



<li> <span style="font-size: revert; color: initial;">What are the data dimensions and measures in Tableau?</span> </li>



<li> <span style="font-size: revert; color: initial;">How would you connect Tableau to a SQL database?</span> </li>



<li> <span style="font-size: revert; color: initial;">What is data aggregation, and how is it done in Tableau?</span> </li>



<li> <span style="font-size: revert; color: initial;">Explain the process of data blending in Tableau.</span> </li>



<li> <span style="font-size: revert; color: initial;">What is a data extract in Tableau? When and why would you use it?</span> </li>
</ul>



<p>These are the most frequently asked Tableau interview questions, so ensure you are ready with your answer.</p>



<h2 class="wp-block-heading" id="h-other-vital-tips-to-prepare-for-an-sql-query-interview">Other Vital Tips to Prepare for an SQL Query Interview</h2>



<p>Interviews may be nerve-wracking. Preparation is essential in almost everything in life. Before your SQL interview, getting some solid <a href="https://www.trickyenough.com/programmers-prefer-sql/">SQL practice can help</a> you stand out from the crowd. You&#8217;ll be prepared to ace your job interview if you combine these factors with a good dose of honesty about your skill level, practical experience when possible, and genuinely impressive fluency with SQL vocabulary and ideas.</p>



<h2 class="wp-block-heading" id="h-conclusion">Conclusion</h2>



<p>Preparing for SQL interviews requires a multi-faceted approach. By focusing on developing a solid foundation in SQL fundamentals, mastering query optimization techniques, and familiarizing oneself with common SQL query interview questions.</p>



<p>By gaining practical experience, candidates can position themselves for sure shot success. Continuous learning, coupled with regular practice, is key to staying updated with evolving technologies and ensuring a competitive edge in the job market.</p>



<p>With dedication and perseverance, aspiring SQL professionals can confidently navigate the interview process and seize rewarding career opportunities.</p>


<p></p></body></html>
<p>The post <a href="https://www.trickyenough.com/a-preparation-guide-to-sql-interviews/">A Preparation Guide to SQL Interviews</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.trickyenough.com/a-preparation-guide-to-sql-interviews/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">96813</post-id>	</item>
		<item>
		<title>Why do programmers prefer SQL? A brief guide</title>
		<link>https://www.trickyenough.com/programmers-prefer-sql/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=programmers-prefer-sql</link>
					<comments>https://www.trickyenough.com/programmers-prefer-sql/#comments</comments>
		
		<dc:creator><![CDATA[Trudy Seeger]]></dc:creator>
		<pubDate>Thu, 05 Sep 2019 13:46:39 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[programmers prefer SQL]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Structured Query Language]]></category>
		<guid isPermaLink="false">https://www.trickyenough.com/?p=11431</guid>

					<description><![CDATA[<p>There is a lot of buzz in the technological world about data &#8211; but as we know that raw data is not useful on its own. Structured Query Language or SQL is a programming language that allows communication with databases for managing the data they contain. This is undoubtedly the shortest version possible. If you...</p>
<p>The post <a href="https://www.trickyenough.com/programmers-prefer-sql/">Why do programmers prefer SQL? A brief guide</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>There
is a lot of buzz in the technological world about data &#8211; but as we know that
raw data is not useful on its own.</p>



<p><a rel="noreferrer noopener nofollow" aria-label=" (opens in a new tab)" href="https://www.geeksforgeeks.org/structured-query-language/" target="_blank">Structured Query Language or SQL</a> is a programming language that allows communication with databases for managing the data they contain. This is undoubtedly the shortest version possible. If you want to know about the long SQL version, continue reading this guide to <a href="https://www.trickyenough.com/sql-certification-your-career/" target="_blank" rel="noreferrer noopener">SQL programming</a>.</p>



<p>Nowadays, every business starting from small to huge corporate organizations prefers to use data for running their operations. Databases are used for managing this data. Due to this, the demand for database administration professionals has exploded. Owing to this, choosing a career as a <strong>SQL developer</strong> can be highly lucrative.</p>



<h3 class="wp-block-heading">Structured Query Language<p></p></h3>



<p>Data
forms an integral part of web applications as well as mobile applications. For
instance, Facebook holds the profile information of millions of users,
including data about their posts and friends. In order to hold this data,
Facebook has to use a database system. The Structured Query Language is one
such program that enables programmers to work with the available data. </p>



<p>An application can be programmed in a language like Ruby, Python, and PHP; databases are not actually configured in order to understand these languages. Databases only understand Structured Query Language. So, if you are planning to <a rel="noreferrer noopener" aria-label="work as an application developer  (opens in a new tab)" href="https://www.trickyenough.com/build-a-successive-web-application/" target="_blank">work as an application developer </a>or web developer, it is important to learn the <strong>SQL programming language</strong>.</p>



<p>SQL
consists of its own markup, which makes it necessary for a programmer to learn
this language for effective usage.</p>



<p>Apart
from markup, the concept of tables is also one of the unique features of
database programming. A database can be represented in the form of table
numbers where the table consists of its own set of rows and columns and
represents the whole set of data.</p>



<p>One
can imagine a library with databases, created to store data about the numerous
books available.</p>



<p><em>Only a single table is required in this case,&nbsp;</em></p>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="906" height="294" src="https://www.trickyenough.com/wp-content/uploads/2019/09/Books.jpg" alt="programmers prefer SQL" class="wp-image-11433" srcset="https://www.trickyenough.com/wp-content/uploads/2019/09/Books.jpg 906w, https://www.trickyenough.com/wp-content/uploads/2019/09/Books-300x97.jpg 300w, https://www.trickyenough.com/wp-content/uploads/2019/09/Books-768x249.jpg 768w" sizes="(max-width: 906px) 100vw, 906px" /></figure>



<p>The single table would allow storing
all the details we need.</p>



<p>Some SQL commands are used frequently, which one should be familiar with when working for the database. A programmer who is working with databases can write the command like:</p>



<figure class="wp-block-image"><img decoding="async" width="484" height="265" src="https://www.trickyenough.com/wp-content/uploads/2019/09/Crate.png" alt="programmers prefer SQL" class="wp-image-11434" srcset="https://www.trickyenough.com/wp-content/uploads/2019/09/Crate.png 484w, https://www.trickyenough.com/wp-content/uploads/2019/09/Crate-300x164.png 300w" sizes="(max-width: 484px) 100vw, 484px" /></figure>



<p>The above commands are the common ones
that are used frequently. A programmer has to use more commands need to be used
when a database is complicated. </p>



<p>These commands are used for writing
inquiries-queries, which allow one to operate the data available in the
databases. It can also be said that when you enter these commands in the
database system, the system will interpret them and process accordingly. The
result will be like, creation of a fresh new database for a new record in the
database.</p>



<h3 class="wp-block-heading">Some of the examples are listed below:<p></p></h3>



<figure class="wp-block-image"><img decoding="async" width="521" height="250" src="https://www.trickyenough.com/wp-content/uploads/2019/09/Database.png" alt="programmers prefer SQL" class="wp-image-11435" srcset="https://www.trickyenough.com/wp-content/uploads/2019/09/Database.png 521w, https://www.trickyenough.com/wp-content/uploads/2019/09/Database-300x144.png 300w" sizes="(max-width: 521px) 100vw, 521px" /></figure>



<p>The
first query is meant for developing a new database. For instance, the Facebook
application contains data basis for the following:</p>



<h4 class="wp-block-heading">Interests<p></p></h4>



<p>This
database holds data about different interests, which can be used to track the
hobbies of the users.</p>



<h4 class="wp-block-heading">Users<p></p></h4>



<p>This
contains all the details about the profiles of Facebook users.</p>



<h4 class="wp-block-heading">Geographic locations<p></p></h4>



<p>This
database consists of all the cities across the world where Facebook uses live.</p>



<p>Again,
the second query is meant for developing a fresh new table inside a specific
database.</p>



<h3 class="wp-block-heading">Which industries prefer to use SQL programming?<p></p></h3>



<p>Databases
majorly used in the field of technology and almost every area where use amount
of data are required. Some of the most commonly used structured query language
programming industries are as follows:</p>



<ul class="wp-block-list"><li>Financial industry</li><li>Social media platforms</li><li>Music applications&nbsp;</li></ul>



<h3 class="wp-block-heading">Common SQL commands<p></p></h3>



<h4 class="wp-block-heading">SQL SELECT<p></p></h4>



<p>The SELECT statement in structured
query language is used for retrieving data from the relational database.</p>



<p>The ‘table name’ is used for storing
the data, and the ‘column name’ is used for storing data that needs to be
retrieved.</p>



<p>In order to select more than one column, it is important to add a comma to the previous column and then add the name of the column. In case you need to select three columns, the syntax should be as follows: </p>



<figure class="wp-block-image"><img decoding="async" width="624" height="135" src="https://www.trickyenough.com/wp-content/uploads/2019/09/SQl.png" alt="programmers prefer SQL" class="wp-image-11436" srcset="https://www.trickyenough.com/wp-content/uploads/2019/09/SQl.png 624w, https://www.trickyenough.com/wp-content/uploads/2019/09/SQl-300x65.png 300w" sizes="(max-width: 624px) 100vw, 624px" /></figure>



<h4 class="wp-block-heading">SQL DISTINCT<p></p></h4>



<p>The DISTINCT command in SQL is used in the select statement for retrieving the unique values from the database table. Duplicate values will only appear once.</p>



<figure class="wp-block-image"><img decoding="async" width="616" height="115" src="https://www.trickyenough.com/wp-content/uploads/2019/09/Syntax.png" alt="programmers prefer SQL" class="wp-image-11437" srcset="https://www.trickyenough.com/wp-content/uploads/2019/09/Syntax.png 616w, https://www.trickyenough.com/wp-content/uploads/2019/09/Syntax-300x56.png 300w" sizes="(max-width: 616px) 100vw, 616px" /></figure>



<h4 class="wp-block-heading">SQL AND OR <p></p></h4>



<p>The { }+ implies that the expression available inside the bracket will appear one or several times. [AND|OR] stands that either OR or AND can be used. Plus, we can make use of the parenthesis sign ( ) to imply the condition order.</p>



<figure class="wp-block-image"><img decoding="async" width="615" height="167" src="https://www.trickyenough.com/wp-content/uploads/2019/09/Syna.png" alt="" class="wp-image-11438" srcset="https://www.trickyenough.com/wp-content/uploads/2019/09/Syna.png 615w, https://www.trickyenough.com/wp-content/uploads/2019/09/Syna-300x81.png 300w" sizes="(max-width: 615px) 100vw, 615px" /></figure>



<h4 class="wp-block-heading">SQL BETWEEN<p></p></h4>



<p>The BETWEEN command is used when the
filtering criteria are in continuous range with the minimum value and the
maximum value. It is preferably used in the where clause.</p>



<p>This will choose all the rows having a column value between ‘value 1’ and ‘value 2.&#8217;</p>



<figure class="wp-block-image"><img decoding="async" width="620" height="153" src="https://www.trickyenough.com/wp-content/uploads/2019/09/Between.png" alt="programmers prefer SQL" class="wp-image-11439" srcset="https://www.trickyenough.com/wp-content/uploads/2019/09/Between.png 620w, https://www.trickyenough.com/wp-content/uploads/2019/09/Between-300x74.png 300w" sizes="(max-width: 620px) 100vw, 620px" /></figure>



<h3 class="wp-block-heading">Learning the SQL programming<p></p></h3>



<p>Learning the SQL programming language
demands ongoing practice and practical work on projects. Learning the basics is
the first step that you should take for SQL programming. Then, you can start
with a small project which involves the use of this programming language. </p>



<p>For example, you can create a small database that organizations the music collection you have. You can even write down a small web application that connects to a database system like PostgreSQL or MySQL. As soon as you improve your SQL knowledge, you can progressively tackle larger projects. </p>



<p>Practicing the art of coding regularly can definitely help you to enhance your skills quickly. If applying for the post of a junior SQL programmer, having a successful project can help you to earn the job easily. This proves that you have the basic knowledge and skills for developing databases and connecting the same to the application as well as operating data from the application. Many DBAs responsible for managing SQL servers will leverage&nbsp;<a rel="noreferrer noopener" href="https://www.sentryone.com/compare-best-sql-server-monitoring-tools" target="_blank">monitoring tools</a>&nbsp;in order to ‘level up’ their knowledge and develop a clear understanding of how to optimize their server. There’s so many incredible tools out there to help programmers develop knowledge nowadays.</p>



<p><strong>Suggested:</strong></p>



<p><a rel="noreferrer noopener" aria-label="How Hadoop is different from the other databases (opens in a new tab)" href="https://www.trickyenough.com/how-hadoop-is-different-from-the-traditional-database/" target="_blank">How Hadoop is different from the other databases</a>?</p>



<p><a rel="noreferrer noopener" aria-label="How to safeguard your company's database (opens in a new tab)" href="https://www.trickyenough.com/safeguard-your-companys-database/" target="_blank">How to safeguard your company&#8217;s database</a>?</p>



<p><a rel="noreferrer noopener" aria-label="How to become a full stack developer (opens in a new tab)" href="https://www.trickyenough.com/become-a-full-stack-developer/" target="_blank">How to become a full-stack developer</a>?</p>



<h2 class="wp-block-heading">Conclusion<p></p></h2>



<p>Hopefully, this post has helped you to gather knowledge about the SQL programming. The SQL programming language covers a huge portion and is not possible to brief in a single post. If you are a SQL programmer or wishes to know more about this language in details, subscribe to our post for weekly updates. We come up with interesting and informative SQL posts for our readers every week. With <a href="https://www.remotedba.com/company/" target="_blank" rel="noreferrer noopener nofollow" aria-label=" (opens in a new tab)">RemoteDBA.com</a>, you can get the services of the best SQL programmers for your projects.</p>
 <p>The post <a href="https://www.trickyenough.com/programmers-prefer-sql/">Why do programmers prefer SQL? A brief guide</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.trickyenough.com/programmers-prefer-sql/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">11431</post-id>	</item>
	</channel>
</rss>
