<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>ITCareerCoach Training - Coaching &#187; databases</title>
	<atom:link href="http://www.it-career-coach.net/category/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-career-coach.net</link>
	<description>How To Take Your Career To The Next Level</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:09:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Will Better Database Design Improve Sql Query Performance?</title>
		<link>http://www.it-career-coach.net/2011/05/12/will-better-database-design-improve-sql-query-performance/</link>
		<comments>http://www.it-career-coach.net/2011/05/12/will-better-database-design-improve-sql-query-performance/#comments</comments>
		<pubDate>Thu, 12 May 2011 22:31:47 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[Database Administrator]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[Database Marketing Jobs]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql boot camp]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL developer interview questions]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql interview questions]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[SQL Server programming training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[AccessSql]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Reports]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=3193</guid>
		<description><![CDATA[Well, I get a number of questions on the relationship between learning and practicing better relational database design principles and writing better, faster or more efficient Sql queries. In this post, I will answer all these questions or the variations of them that focus on the necessity of learning database design when all you want [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2011%2F05%2F12%2Fwill-better-database-design-improve-sql-query-performance%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2011%2F05%2F12%2Fwill-better-database-design-improve-sql-query-performance%2F&amp;style=normal&amp;hashtags=AccessSql,databases,msaccess,MSSQL,Reports,SQL,sqlserver,TSQL&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><div id="attachment_3306" class="wp-caption aligncenter" style="width: 435px"><img src="http://www.it-career-coach.net/wp-content/uploads/2011/05/will-database-design-improve-sql-queries-performance.jpg" alt="will database design improve sql queries performance?" title="will database design improve sql queries performance?" width="425" height="282" class="size-full wp-image-3306" /><p class="wp-caption-text">will database design improve sql queries performance?</p></div><br />
<blockquote>
<p>Well, I get a number of questions on the relationship between learning and practicing better relational database design principles and writing<strong> better, faster or more efficient</strong> Sql queries.</p>
<p>In this post, I will answer all these questions or the variations of them that focus on the necessity of learning database design when all you want to do is to write sql queries!</p>
</blockquote>
<p><strong>Here are some of the variations of this question</strong>:
<ol>
<li>
<p>
Do I need to master relational database design in other to write better Sql queries?
</p>
</li>
<li>
<p>Is knowledge of normalization, relational integrity and other database development practices, relevant to writing sql queries?
</p>
</li>
<li>
<p>
Why do I need to master entity-relationship concepts or relational database design when all I want to do is write INNER JOINS, OUTER JOINS AND/OR SUBQUERIES?
</p>
</li>
</ol>
<p><strong>Here is my answer to these questions asked by aspiring database designers, report writers or sql query writers</strong>:</p>
<ul>
<li>
<h3>Efficient Sql Queries Depends On Database Index Design</h3>
<p>
One of the best practices adopted by experienced sql query writers is adding the right types of indexes to their table columns especially those used in JOINS or in WHERE Clauses or other Sql Functions (Group BY, etc.).</p>
<blockquote>
<p><b>Guess what?</b> Those indexes are added as part of the database design, database normalization or sql query performance tuning process.</p>
</blockquote>
<p>In other words, learning database design will lead to writing or designing better table indexes which will lead to better sql query performance.</p>
</li>
<li>
<h3>Database Normalization Reduces Data Redundancy &#038; Inconsistency</h3>
<p>
A lot of time can be wasted trying to get <strong>accurate, consistent, reliable</strong> reports by writing long, really cumbersome sql queries when there is redundant, inconsistent data in the underlying database.</p>
<blockquote><p>The real problem is that whenever you have poor normalization or database design, the resulting data redundancy or data inconsistency will make it difficult for a sql query writer to get <strong>accurate, consistent, explainable or understandable</strong> results!</p>
</blockquote>
<p>The reason is that whenever your data is stored in multiple tables because of poor normalization, your sql reports will return inconsistent results because each table contains a different set of data.</p>
<p>This means that your manager or customer will not be able to get an accurate picture of the data because there is no way to verify which of the tables is right or which is wrong!</p>
<p><strong>So, if you want accurate, consistent, reliable sql reports, make sure that you are following the best normalization practices</strong> &#8230;</p>
</li>
<li>
<h3>Writing Overly Complex Sql Queries Because of Poor Normalization</h3>
<p>
A heatlhcare services organization hired our company for a <strong>database consulting</strong> project because their database analysts were getting over-whelmed with providing, accurate, fast, reliable Sql-based reports to medical doctors in their organization!
</p>
<p>After our investigation, we found a poorly normalized database with indexes on text columns, manually generated primary keys, multi-valued domains and other bad database design practices.</p>
<p>This healthcare services provider, wasted so much man-hours trying to get consistent, accurate, reliable report for their medical doctors because the results varied depending on who wrote the report or which table was joined to get the information! </p>
<blockquote><p>This poor database design was also causing their database analysts to <strong>write overly complicated, time consuming, error prone or complex sql queries</strong> for common, every day tasks!</p>
</blockquote>
<p>Since these database analysts were joining patient information tables on text columns, their sql queries were guaranteed to under-perform.</p>
<p>Since the columns where multi-valued, sub-queries had to be used to parse the values of table columns and since the tables did not accurately model the entities used in the business or their relationships, the sql queries where awkward and non-intuitive at best!</p>
<p>The solution was not to spend more time re-writing their sql queries but to normalize and redesign their database, recreate the indexes and then redesign the sql queries from scratch!</p>
</li>
</ul>
<blockquote><p>If you ever find yourself in a situation where you are bending over backwards in your work, trying to make your sql queries return the results that you want, make sure that your database design models your business process and that it follows best practices!</p>
</blockquote>
<p>The job of a Sql Query Writer does not start with just writing efficient sql queries but with learning and practicing database design or normalization best practices.</p>
<p>Only after you ensure that your database design follows generally accepted best practices, are you <strong>empowered </strong>to write <strong>intuitive, high-performing, reliable, consistent </strong>or efficient Sql queries or reports.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2011/05/12/will-better-database-design-improve-sql-query-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>Is Learning Sql Online So Hard?</title>
		<link>http://www.it-career-coach.net/2011/02/23/is-learning-sql-online-hard/</link>
		<comments>http://www.it-career-coach.net/2011/02/23/is-learning-sql-online-hard/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 00:57:53 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[data analyst classes]]></category>
		<category><![CDATA[data analyst courses]]></category>
		<category><![CDATA[data analyst education]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database developer training. rdbms study material]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[DB2 Developers]]></category>
		<category><![CDATA[Microsoft Access Training]]></category>
		<category><![CDATA[MS Access Training]]></category>
		<category><![CDATA[MsAccess Classes]]></category>
		<category><![CDATA[MsAccess Courses]]></category>
		<category><![CDATA[MsAccess Cousres]]></category>
		<category><![CDATA[MsAccess Training]]></category>
		<category><![CDATA[MySQL Classes]]></category>
		<category><![CDATA[MySQl Courses]]></category>
		<category><![CDATA[MySql Training]]></category>
		<category><![CDATA[online SQL developer training]]></category>
		<category><![CDATA[online sql training]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[Oracle Classes]]></category>
		<category><![CDATA[Oracle Courses]]></category>
		<category><![CDATA[Oracle Training]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[SQL Server programming training]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[IN]]></category>
		<category><![CDATA[MicrosoftAccess]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[msoffice]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PLSQL]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=3116</guid>
		<description><![CDATA[Learning new Information Technology (IT) skills is typically thought of as painful because the Study Textbooks used in the Information Technology (IT) industry are usually written by geeks for a geeky, hard-core, technical audience. This is why one of the challenges facing professionals today is how to overcome the difficulty, complexity or high learning curves [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2011%2F02%2F23%2Fis-learning-sql-online-hard%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2011%2F02%2F23%2Fis-learning-sql-online-hard%2F&amp;style=normal&amp;hashtags=databases,IN,MicrosoftAccess,msaccess,msoffice,mysql,PLSQL,RDBMS,SQL,sqlserver,TSQL&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_3118" class="wp-caption aligncenter" style="width: 435px"><img src="http://www.it-career-coach.net/wp-content/uploads/2011/02/is-learning-sql-online-so-hard.jpg" alt="Is Learning Sql Online So Hard?" title="Is Learning Sql Online So Hard?" width="425" height="282" class="size-full wp-image-3118" /><p class="wp-caption-text">Is Learning Sql Online So Hard?</p></div>
<blockquote><p>Learning new Information Technology (IT) skills is typically thought of as painful because the Study Textbooks used in the Information Technology (IT) industry are usually written by geeks for a geeky, hard-core, technical <em>audience</em>.</p>
<p>This is why one of the challenges facing professionals today is how to overcome the <strong>difficulty, complexity or high learning curves</strong> typically associated with learning new Information Technology (IT) skills.</p>
</blockquote>
<p>Keeping in mind that Sql or Database skills are useful in any industry including financial, insurance, banking or information technology sectors, <strong>wouldn&#8217;t it be really helpful if learning Sql or databases was made easy?</strong></p>
<p><a href="http://www.it-career-coach.net/shopping-cart" target="_blank" title="online, interactive sql courses for beginners, advanced professionals and managers"><strong>Sql Boot Camp</strong></a> is the interactive online training course for SQL beginners, advanced database professionals or managers who want a better or more productive online sql learning environment.</p>
<p><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" target="_blank" title="online, interactive sql courses for beginners, advanced professionals and managers"><i>Sql Boot Camps Online Training Courses makes learning SQL Query Writing better and easier and here is why:</i></a></p>
<h2>Are your Sql Courses for Beginners or Advanced Practitioners?</h2>
<p><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" target="_blank" title="online, interactive sql courses for beginners, advanced professionals and managers"> Our Online Sql Courses </a>cover what you need to know about <i>database design, database development, beginner to advanced SQL query writing</i>.</p>
<p>You do not need previous knowledge of Sql or Databases before you enroll in our <a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" target="_blank" title="online, interactive sql courses for beginners, advanced professionals and managers"><strong>Sql Courses</strong></a> because you will be taught the concepts in a <b>step-by-step</b>,<b> easy to understand</b>,<b>beginner to advanced level fashion</b>.</p>
<blockquote><p>The Sql Courses managed by our online learning management environment (LMS) are presented in such a way that you only learn an advanced-level course after you are taught and tested on the fundamentals of the preceding Sql Courses.</p>
</blockquote>
<p>For example, you won&#8217;t get to learn subqueries until you have learnt the basics of <i>INNER JOINS / OUTER JOINS</i> and other SQL fundamentals.</p>
<p>And you won&#8217;t be tasked with developing a database until you have mastered relational database principles like Normalization, Referential Integrity or Entities.</p>
<h2>How Do You Teach Your Online Sql Courses?</h2>
<p>However, <strong>we teach our Sql Courses using Videos and not textbooks</strong>.</p>
<p>Videos are definitely easier to understand keeping in mind that Information Technology (IT) textbooks are typically hard to understand or follow.</p>
<p>After each video lesson is completed, your video is placed in your own <strong>private reference library</strong>so that you can watch it as often as you want on any day.</p>
<p>Another advantage that watching videos has over reading textbooks is that concepts like Sql Query Writing or Database Development can be demonstrated more easily in Video format than by reading about them from a textbook.</p>
<blockquote><p>So, even if you are watching one of our more advanced Sql Courses and you realize that you have forgotten some of the preceding lessons, you can easily visit your reference library and watch those videos again!</p>
</blockquote>
<h2>How Do I Learn Sql More Easily or Better?</h2>
<p>Our <a href="http://www.it-career-coach.net/shopping-cart" target="_blank" title="online, interactive sql courses for beginners, advanced professionals and managers"><strong>online SQL Courses</strong></a> are designed for working professionals who want a <strong>better, faster or easier</strong> way of learning SQL Query Writing or Database Development.</p>
<p><b>Repetition in training is the key to skill mastery</b>.</p>
<blockquote><p><i>To master any new skill you need to </i><b>repeat the same set of tasks multiple times</b> or in different ways, each time testing the underlying concepts, until it sinks in and becomes second nature &#8230; and that is exactly what our Sql Courses will do for you!</p>
</blockquote>
<p>Lets take a Sql Course like Normalization and work through how you will learn it faster or better.</p>
<p><strong>First</strong>, you will be presented with a Database Video on Normalization. You can discuss any concepts after watching the Videos privately with your Course Instructor or publicly with your discussion Database study group members.</p>
<p><strong>Next</strong> you may be asked to work on a Handson Database Normalization project based on the principles taught on the Sql Videos.</p>
<blockquote><p>After you submit your project back to your course instructor using the Assignments tab of the Learning Management System (LMS), you may get additional feedback on the <em>correctness</em> or <em>comprehensiveness</em> of your normalization practices or move on to the next lesson which may be a Practice Test or Quiz on the concepts you learned on the Videos.</p>
</blockquote>
<p>You may even receive <strong>multiple Sql Videos, practice tests, quizzes or projects</strong> for a single Sql topic like Normalization.</p>
<p>Presenting Sql Courses using repetition helps you learn from different angles until you make the internal connections required for comprehension or skill mastery.
<p><strong>Research has shown that practice tests help you to learn new concepts better or more easily.</strong></p>
<p>So, when we present a Sql video course, we also include practice tests that show you the correct answers.</p>
<p><em>As you review the concepts, you will be given the opportunity to repeat each quiz as many times as you want or until you really understand that topic!</em></p>
<p>Finally, we also teach our Sql Courses using practical handson-assignments that improve your ability to perform on the job.</p>
<p>Not only do we use Videos and then Quizzes to improve your understanding, we actually give you projects that build on everything that you have learnt so that you actually get it!</p>
<blockquote><p>There is probably nothing that beats the combination of handson projects, practice tests and Sql videos when it comes to learning Sql online, OK?</p>
</blockquote>
<h2>Do You Want An Interactive, Advanced Online SQL Training Course?</h2>
<p><i>One of the key distinguishing features of our Sql Courses is the availability of private coaching.</i></p>
<p>Say that you watch a Sql video on normalization, take all the quizzes and work on the handson assignments and you still don&#8217;t get it (which is not likely), you can actually post a private message for your course instructor, who will be able to correspond or walk you through that same material.</p>
<p><strong>This experience is like that of having a private Sql coach and a Sql trainer in one and the same course!</strong></p>
<blockquote><p>This feature can come in handy when you want to discuss the applications of our Sql Courses to challenges you are facing in your organization without making those details public.</p>
</blockquote>
<p>For example, you may be designing a database with a lot of complex relationships (like what obtains with healthcare databases), you may post a question about applying referential integrity rules to our public discussion forums for other like minded database professionals to discuss or post your challenges on your private discussion forum for your course instructor only!</p>
<p>Keeping in mind, that the billing rate of a database professional is anywhere from <strong>$50/hr. to $75/hr.</strong></p>
<p>The value in this <strong>private coaching feature</strong> alone can pay for your investment in your Sql course!</p>
<h2>How Relevant Is My Online Sql Course To Learning Oracle, Sql Server or Microsoft Access?</h2>
<p>Our Sql Courses are based on Sql Server and it will work for you regardless of your version of Sql Server.</p>
<ol>
<li>
<p>If you have a Windows Vista or Windows 7 computer, you will be given access to a free, fully functional version of SQL Server on your own computer.</p>
</li>
<li>
<p>If you are on a MAC or you cannot afford to buy a Windows Computer, you will be given access to a web-based, private SQL Server database installation.</p>
</li>
<li>
<p>You will also be taught database design from scratch and because of that, you will learn how to design relational databases independent of any vendor or database environment.</p>
</li>
</ol>
<blockquote><p><a href="http://www.it-career-coach.net/shopping-cart" target="_blank" title="online, interactive sql courses for beginners, advanced professionals and managers"><strong>Sql Boot Camp</strong></a> is taught using SQL Server because it offers all the relational database features that are in the Microsoft Access database and in-addition, it also offers you the ability to manage your data more reliably and with a higher guaranteed level of performance.</p>
</blockquote>
<p>SQL Server is also a professional, enterprise grade database that affords you the ability to write advanced SQL Queries or design databases that support any level of complexity.</p>
<p>Finally Sql Server is unusual as an enterprise grade database because it offers a lower learning curve which means that you will <strong>learn an enterprise database in less time</strong> or <strong>put your skills to work more easily</strong>.</p>
<p><a href="http://www.it-career-coach.net/2011/02/17/oracle-or-ms-access-which-is-better/" target="_blank" title="learning Enterprise Database Platforms"><strong>Click here to read my review of Learning Enterprise Database Platforms</strong></a></p>
<h2>What Will Learning Sql Do For Your Career?</h2>
<p><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" target="_blank" title="Learn Sql Online At Sql Boot Camp"><strong>Here are few of the reasons why you may want to consider learning Sql or Databases.</strong></a></p>
<ol>
<li>Learning Sql gives you one authentic, recognized, popular enterprise software that you put on your resume.</li>
<li>Learning Sql gives you mastery over one database which is relevant to any Information Technology (IT) careers including business analysts, computer programmers, project managers, financial analysts.</li>
<li>Mastering a database provides you with the ability to query databases directly without depending on third party departments, vendors or other professionals.</li>
<li>Learning a database opens the door to working with other database management systems including Oracle, Microsoft Access, MySQL, IBM DB2, etc.</li>
<li>Learning Sql Databases gives you a skill that can help you get your foot in through the door of the Information Technology Industry.</li>
<li>Mastering Sql makes you more productive on the job because you will be able to recognize or solve Sql / Database problems quicker, better and more easily or before they bog down your system.</li>
</ol>
<p>Do you want to learn or master a database regarded by the Information Technology (IT) Industry as enterprise, high-performing, reliable and scalable? <a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" target="_blank" title="Learn Sql Online At Sql Boot Camp"><strong>If you answered yes, click here to sign-up for Sql Boot Camp</strong></a></p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2011/02/23/is-learning-sql-online-hard/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>Oracle Or Microsoft Access, Which Is Better?</title>
		<link>http://www.it-career-coach.net/2011/02/17/oracle-or-ms-access-which-is-better/</link>
		<comments>http://www.it-career-coach.net/2011/02/17/oracle-or-ms-access-which-is-better/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 23:14:10 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[accelerated job search]]></category>
		<category><![CDATA[become a data analyst]]></category>
		<category><![CDATA[career action plan]]></category>
		<category><![CDATA[career advice]]></category>
		<category><![CDATA[career coach]]></category>
		<category><![CDATA[career coaching]]></category>
		<category><![CDATA[career success tips]]></category>
		<category><![CDATA[data analyst classes]]></category>
		<category><![CDATA[data analyst courses]]></category>
		<category><![CDATA[data analyst entry level jobs]]></category>
		<category><![CDATA[data analyst interview questions]]></category>
		<category><![CDATA[data analyst job description]]></category>
		<category><![CDATA[data analyst job interviews]]></category>
		<category><![CDATA[data analyst manager]]></category>
		<category><![CDATA[data analyst online training]]></category>
		<category><![CDATA[data analyst responsibilities]]></category>
		<category><![CDATA[data analyst roles and responsibilities]]></category>
		<category><![CDATA[data analyst salary]]></category>
		<category><![CDATA[Data Analyst Training]]></category>
		<category><![CDATA[data analysts courses]]></category>
		<category><![CDATA[Database Administrator]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[Database Developer]]></category>
		<category><![CDATA[database developer books]]></category>
		<category><![CDATA[database developer boot camp]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[database developer questions]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database developer training. rdbms study material]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[Database Marketing Jobs]]></category>
		<category><![CDATA[Database Report Writer]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[hgh school]]></category>
		<category><![CDATA[high demand]]></category>
		<category><![CDATA[high school graduates]]></category>
		<category><![CDATA[highest paying careers]]></category>
		<category><![CDATA[highest paying jobs]]></category>
		<category><![CDATA[Microsoft Access Training]]></category>
		<category><![CDATA[Microsoft Excel]]></category>
		<category><![CDATA[MS Access]]></category>
		<category><![CDATA[Ms Access Report Writer]]></category>
		<category><![CDATA[MS Access Training]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[Oracle Training]]></category>
		<category><![CDATA[SPSS]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[Statistics Training]]></category>
		<category><![CDATA[dataanalyst]]></category>
		<category><![CDATA[IN]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[msoffice]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[sqlserver]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=3105</guid>
		<description><![CDATA[Are you matching your strengths to your opportunities or are you just being ideological … interested only in following your own ideas even when they won&#8217;t get you any results? Here is a situation that illustrates the challenges of being ideological versus being results oriented. It is a situation that illustrates the challenges of learning [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2011%2F02%2F17%2Foracle-or-ms-access-which-is-better%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2011%2F02%2F17%2Foracle-or-ms-access-which-is-better%2F&amp;style=normal&amp;hashtags=dataanalyst,databases,IN,msaccess,msoffice,Oracle,SQL,sqlserver&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_3106" class="wp-caption aligncenter" style="width: 428px"><img src="http://www.it-career-coach.net/wp-content/uploads/2011/02/oracle-or-ms-access-which-career-is-better-for-you.jpg" alt="Oracle Or Microsoft Access, Which Is Better For Me?" title="Oracle Or Microsoft Access, Which Is Better For Me?" width="418" height="287" class="size-full wp-image-3106" /><p class="wp-caption-text">Oracle Or Microsoft Access, Which Is Better For Me?</p></div>
<blockquote><p>Are you matching your strengths to your opportunities or are you just being ideological … interested only in following your own ideas even when they won&#8217;t get you any results?</p>
<p>Here is a situation that illustrates the challenges of being ideological versus being results oriented. It is a situation that illustrates the challenges of learning an enterprise software like Oracle compared to a poor man&#8217;s database like Microsoft Access.</p>
<p><strong>Are you wondering about who this situation involves</strong>? You are safe my friend because today, I will mainly be talking about me <img src='http://www.it-career-coach.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</blockquote>
<p>When I started out in the industry, my first priority was to get my foot into the door.</p>
<p><strong>My goals were</strong>:</p>
<ol>
<li>To transition my career without incurring a lot of additional debt</li>
<li>To learn a marketable skill so that I could get a job quickly</li>
<li>To get myself into a position where I would be in high-demand by delivering excellent results</li>
</ol>
<p>There were a number of career paths that looked promising and I looked into them all. Here a few of them:</p>
<h3>Business Analysis</h3>
<p>The business analyst career path was mostly available to systems analysts or management consultants people or poorly defined. </p>
<p>By poorly defined, i mean that it depended on the whims of hiring managers (it was subjective and depended on the employers needs or definitions) and so, there was no very clear or direct path to becoming a business analyst (this was in the ‘90s).</p>
<h3>Network Administration</h3>
<p>I had worked in network administration in an internship job right after college. My duties entailed helping support a Lotus CC:Mail/ Novell Netware Network</p>
<p>Based on my own first-hand experience, I ruled out computer networking primarily because I realized that I was not passionate about that industry.</p>
<h3>Systems Programming</h3>
<p>While in college, I had tried to learn C/C++ and I also decided that it wasn’t my thing because it took a long time to develop a fully functional software using C/C++</p>
<p>Based on experience, I knew that I wouldn&#8217;t be able to master C/C+ in a few months  or get a job easily.</p>
<p>My finding was that it would take a number of years to become really expert or highly skilled at C/C++.</p>
<p>I was also certain, that even when I became highly skilled, I still won&#8217;t be able to deliver stellar results based on C/C++.</p>
<p><a href="http://www.it-career-coach.net/2007/07/25/learning-c-programming-language-is-bad-for-your-career-c-programmers-cant-find-jobs/" target="_blank" title="C/C++ programming language is bad for your career">In case you&#8217;re interested, read my thoughts on choosing C/C++ as a programming language here&#8230;</a></p>
<h3>Enterprise Database Software</h3>
<p>I investigated getting an entry level job in SAP / Oracle / IBM or some other enterprise software since that is where it seemed that the big bucks where being made. In the 90’s, the major database players included <strong>IBM, Oracle, Microsoft</strong>.</p>
<p>Oracle was very popular in the enterprise database computing circle. However, learning Oracle was no small feat.</p>
<blockquote><p>I mean that installing Oracle on your own local computer for learning purposes was not an easy proposition even for experienced oracle professionals because companies hired senior / experienced Oracle consultants just to install and setup Oracle correctly on their servers.</p>
</blockquote>
<p>In addition to that, Oracle was targeted at the enterprise buyer which meant that purchasing a full-featured Oracle license for an individual like me without corporate sponsorship &#8230; was simply beyond my budget!</p>
<p>In addition, even if I raised the money to buy an Oracle License, I would have to spend additional weeks installing Oracle correctly by myself or else hire an Oracle database consultant to install it (Oracle database consultants billed anywhere from <strong>$60/hr. to $120/hr.</strong>)</p>
<p>And assuming that I overcame the hurdle of buying an Oracle license and then installing Oracle, <strong>I would still have to figure out one more thing about Oracle … how to learn Oracle!</strong>
<p>You see, Oracle was one of those complex enterprise software application that had a really high learning curve.</p>
<blockquote><p>The chances that I was going to learn or master Oracle in time enough to get a job was very low because professionals who had been working with Oracle for years where still struggling to understand it &#8230; it was that complex!</p>
</blockquote>
<p><strong>So, tell me, what will you have done if you were in my shoes?</strong></p>
<p>Did I fixate on learning Oracle … even though I knew professionals that worked with Oracle for years were still struggling to get to a comfort level with it?</p>
<p>Absolutely not! One of the Oracle professionals that I was personally acquainted with had started working with or learning Oracle while we were still in college.</p>
<p>By the time I was evaluating learning Oracle, this professional (a lady based in the United Kingdom) was just getting comfortable with Oracle &#8230; and that is after working with it for 8 to 10 years!</p>
<p>So, I decided that the Oracle database and many of the other popular enterprise software applications available at that time had too high a learning curve!</p>
<blockquote><p>Yes, I know that everyone&#8217;s situation is different and yes I understand that &#8220;<strong>what is good for the goose is not always good for the gander</strong>&#8220;.</p>
</blockquote>
<p>But my situation was that I was married and I had to pay my bills.</p>
<p>Even though my wife was willing to support me, I wasn&#8217;t okay with asking her to take care of all the bills while I went on a multi-year learning trip.</p>
<p><em>Not only that,I had been out of college for a few years and didn&#8217;t want to risk taking another 8 to 10 years to learn a new career!</em></p>
<p><strong>And I definitely didn&#8217;t want to start a career that would require such an expensive re-training that I would have to go deeply in debt!</strong></p>
<p><i>Put yourself in my shoes and tell me what you would have done if faced with my situation keeping in my objectives which were</i>:</p>
<ul>
<li>
<p><strong>To learn a marketable skill in a short time</strong>: I had to learn a marketable skill so that I could easily get a job and get out of unemployment.</p>
</li>
<li>
<p><strong>To be prudent or save money</strong>: I had to pay my bills and account for all sorts of living expenses, while paying for my own re-training.</p>
</li>
<li>
<p><strong>To get into a line of work where I could easily become competent</strong>: I needed to learn a skill that I would become an expert at in a reasonable short time.</p>
</li>
</ul>
<h3>What will you have done in my shoes &#8230; because I choose Microsoft Access!</h3>
<blockquote><p>In those days, a lot of professionals looked down on Microsoft Access as a sort of poor man’s relational database even though Microsoft Access had a lot going for it at that point in time.</p>
</blockquote>
<h3>Low Cost of Learning</h3>
<p>Microsoft Access was available as part of the Microsoft Office family of products.</p>
<p>The cost of a Microsoft Office / Access license was as low as $300. And I budgeted an additional $100 for buying Microsoft Access textbooks from the local seller … Barnes &#038; Noble. <i>I would never forget the price that I paid for my very first Microsoft Access Book … just $49.50</i>.</p>
<blockquote><p>So, for less than $500, I was guaranteed that I would learn or master Microsoft Access … which was great news for me as an unemployed newbie IT professional!</p>
</blockquote>
<h3>Low Learning Curve</h3>
<p>It took me between 30 and 60 days to study or master Microsoft Access from textbooks. After which I spent my remaining time, taking Microsoft Access practice tests and building relational databases.</p>
<p>In my first job interview test administered by a local staffing agency in Tulsa, Oklahoma, I scored above 90% and got hired into the systems / data analysis department of a local e-commerce firm with a starting salary of $15/hr.</p>
<h3>Accelerated Time To Market</h3>
<p>By my third month of working with Microsoft Access, I had completed a project that was estimated to last about 6 weeks in 2 weeks.</p>
<blockquote><p>Because I could achieve those sorts of results, the IT Manager called a recruiting firm without my knowledge or permission and advised them to find more challenging work for me &#8230; which they did!</p>
</blockquote>
<p>By my third month, I was billing $76,000/yr. and my billing rate continued to increase with time!</p>
<p>Dear Friend,</p>
<p>What I have learnt is that the only thing that stops us from achieving the results we want is our limiting belief systems or self-imposed mental boundaries.</p>
<p><strong>So, what works and what doesn&#8217;t?</strong></p>
<ol>
<li>
<h3>Don’t hang your career on getting a recognized certificate or diploma</h3>
<p>That is so old school! The only thing that matters is your ability to perform on the job … and no accredited degree or diploma or program can confer that to you.</p>
<p>In other words, you either learn or know how to get the job done or you don&#8217;t.</p>
</li>
<li>
<h3>Don&#8217;t get stuck learning any vendor&#8217;s software</h3>
<p>Because I got my foot in through the door, I have since had the chance to learn or work with Oracle and IBM enterprise databases at the employer’s expense!</p>
<p>Learning Microsoft Access first actually made it easier for me to learn or work with SQL Server, Oracle and IBM databases later on.</p>
<p><strong>Remember that you are the one that makes the job work and not the software, vendor or qualification</strong>.</p>
<p>I have seen professionals who want to become business analysts get stuck on learning an enterprise requirement management software like IBM Rational RequisitePro.</p>
<p>These good folks forget that many employers can&#8217;t afford the licensing costs of the same software that they are hung up on and they also forget that requirements management is first and foremost a set of principles or techniques and <strong>not a software!</strong>.</p>
<blockquote><p>If you learn requirements management techniques you can for example document requirements using Microsoft Office or your employer can purchase any of the myriads of requirements management software in the market.</p>
</blockquote>
<p><strong>So why are you so hung up on learning IBM Rational RequisitePro as if that makes you a business analyst?</strong></p>
</li>
<li>
<h3>Learn a marketable skill</h3>
<p>One of the biggest challenges facing professionals is the right choice of a career. I know that because I get asked that question every day</p>
<p>I’ve seen professionals get stuck with programming skills that are not marketable like mainframe programming or  C/C++.</p>
<p>In one instance, a C/C++ programmer with a computer science college degree after being unemployable for 3 years got the very first job he interviewed for &#8230; after I coached him on C#, ASP.NET and .NET Framework.</p>
<blockquote><p>His mistake that of failing to learn a marketable skill. The good news is that it only cost him a few months to rectify that mistake. And, once he fixed that, his career was back online again!</p>
</blockquote>
</li>
</ol>
<p>Here is my last advise to you on this point, make sure that you are pragmatic and not ideological about your career choices.</p>
<p>If it is  looking like you are getting stuck on the path you are on, carefully evaluate all the other alternatives available to you.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2011/02/17/oracle-or-ms-access-which-is-better/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>The Entry Level Requirements For Database Jobs</title>
		<link>http://www.it-career-coach.net/2010/08/24/entry-level-requirements-for-database-jobs/</link>
		<comments>http://www.it-career-coach.net/2010/08/24/entry-level-requirements-for-database-jobs/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:09:12 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[data analyst resume]]></category>
		<category><![CDATA[Database Administrator]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[Database Developer]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[database developer questions]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[Database Marketing Jobs]]></category>
		<category><![CDATA[Database Report Writer]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Degrees]]></category>
		<category><![CDATA[Maryland]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[Rockville]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2985</guid>
		<description><![CDATA[This post answers a question submitted to [Ask IT Career Coach], a Career Advice Column that offers practical answers, help or solutions for your most challenging career situations. What Are The Entry Level Requirements For Database Professional Jobs? A reader from Rockville, Maryland wants to become a database professional and is concerned about age-based preferences, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F08%2F24%2Fentry-level-requirements-for-database-jobs%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F08%2F24%2Fentry-level-requirements-for-database-jobs%2F&amp;style=normal&amp;hashtags=database,database+developer+classes,database+developer+courses,database+developer+questions,Database+Developer+Training&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><div id="attachment_2994" class="wp-caption aligncenter" style="width: 435px"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/08/database_administrator.jpg" alt="in demand database jobs " title="in demand database jobs " width="425" height="282" class="size-full wp-image-2994" /><p class="wp-caption-text">in demand database jobs </p></div>
<p>This post answers a question submitted to <a href="http://www.it-career-coach.net/ask-it-career-coach/" target="_blank" title="Career Advice for Information Technology (IT) Professionals"><strong>[Ask IT Career Coach]</strong></a>, a <em>Career Advice Column</em> that offers <strong>practical answers, help or solutions</strong> for your most challenging career situations.</p>
<h1>What Are The Entry Level Requirements For Database Professional Jobs?</h1>
<p>A reader from <strong>Rockville, Maryland</strong> wants to become a database professional and is concerned about <em>age-based preferences, discrimination, educational qualifications and entry level hiring requirements for database professional jobs!</em></p>
<blockquote><p>What is your opinion regarding online it degrees? More specifically, Master&#8217;s degrees in database technology?</p>
<p>Eons of time ago, I took a bunch of Y2K programming courses in college (Assembler, COBOL, PL/1 and the like) and almost became a computer programmer.</p>
<p>As life has it, I pursued a different career. Now towards the twilight of a profession that is in decline, I reconsider working in IT again.</p>
<p>My degrees are in Psychology, not computer science, but I am considering an online master&#8217;s degree in database technology as an efficient way into a field with growth prospects.</p>
<p>My principal concern is regarding employers: 1) with multiple non-computer degrees in Psychology combined with a Master&#8217;s degree in an IT field be seen as competitive against computer science graduates?</p>
<p>2) Is there a preference for younger, college graduates in entry level jobs rather than 2nd career baby boomers?</p>
</blockquote>
<p><strong>What Are Employers Looking For In Entry-Level Database Jobs?</strong></p>
<h1>Educational Requirements for Entry-Level Database Jobs</h1>
<p>The question is: &#8220;<strong>how do non-IT degrees compare to computer science degrees</strong>&#8220;?</p>
<p>My answer is that the primary concern of employers is not your number of <strong>IT degrees or non IT degrees</strong> but your practical ability to work with databases.</p>
<p>In other words, you are asking the wrong question because getting more database degrees does not satisfy employers. What satisfies hiring managers is practical database development or management skills.</p>
<blockquote><p>Practical database development or management is not the core focus of computer science or information technology colleges. Because these institutions focus on teaching the abstract science or passing on the theoretical knowledge.</p>
<p>However employers are not hiring for theoretical knowledge because that is mostly relevant in the academic world!</p>
</blockquote>
<p>What employers are hiring for is extensive hands-on practical skills and experience in modern database management software including <strong>MySQL, Oracle, SQL Server or Microsoft Access</strong>.</p>
<h1>Age-based Requirements for Entry Level Database Jobs</h1>
<p>Your age can only stop you from getting hired if you are incompetent at what you do!</p>
<p>If you are just average, you will get a job regardless of your age. If you have excellent skills or hands-on experience, you will be able to market yourself at a high billing rate regardless of your age!</p>
<blockquote><p>Besides, focusing on your age is a sure way to waste your time or energy because there is nothing that you can do about your age!</p>
<p>However, there is a lot that you can do about your skills or your level of competence and that should always be your primary focus!<br />
</blockquote>
<p>Just so you know, the Information Technology (IT) Industry is a <strong>talent</strong> driven, <strong>performance</strong> hungry, <strong>skills</strong> intensive field.</p>
<p>In other words, your only concern should be to keep your skills <strong>relevant, sharp or marketable</strong>.</p>
<p>Just do these things and you will always be employable in the database or technology world!</p>
<h1>Database Professionals Career Advice Column</h1>
<p>In this post, I answered the question of what employers are looking for in entry-level database professional jobs.</p>
<p>If you have any question about this, be sure to post it as a comment on this page and I would answer it for you.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/08/24/entry-level-requirements-for-database-jobs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>The Database Administrator (DBA) Job Description</title>
		<link>http://www.it-career-coach.net/2010/04/15/the-database-administrator-dba-job-description/</link>
		<comments>http://www.it-career-coach.net/2010/04/15/the-database-administrator-dba-job-description/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:40:02 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[career action plan]]></category>
		<category><![CDATA[career advice]]></category>
		<category><![CDATA[career coach]]></category>
		<category><![CDATA[career coaching]]></category>
		<category><![CDATA[career success tips]]></category>
		<category><![CDATA[coach]]></category>
		<category><![CDATA[coaching]]></category>
		<category><![CDATA[Database Administrator]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[Database Developer]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[DB2 Developers]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL developer interview questions]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PLSQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2876</guid>
		<description><![CDATA[In this issue, I will be answering a question submitted by a reader on &#8220;The Roles, Responsibilities or Job Description of Database Administrators (DBAs)&#8220;. You can Ask IT Career Coach your toughest or most pressing questions and I will answer it fully just as I am answering this reader&#8217;s question below! If you enjoy reading [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F04%2F15%2Fthe-database-administrator-dba-job-description%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F04%2F15%2Fthe-database-administrator-dba-job-description%2F&amp;style=normal&amp;hashtags=Database+Administrator,DBA,Oracle,PLSQL,SQL,sql+server,TSQL&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><div id="attachment_2905" class="wp-caption aligncenter" style="width: 435px"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/04/database_administartor_dba.jpg" alt="Database Administrator (DBA)&#039;s Job Description" title="Database Administrator (DBA)&#039;s Job Description" width="425" height="282" class="size-full wp-image-2905" /><p class="wp-caption-text">Database Administrator (DBA)'s Job Description</p></div>
<p>In this issue, I will be answering a question submitted by a reader on &#8220;<strong>The Roles, Responsibilities or Job Description of Database Administrators (DBAs)</strong>&#8220;.</p>
<p>You can <strong>Ask IT Career Coach</strong> your toughest or most pressing questions and I will answer it fully just as I am answering this reader&#8217;s question below!</p>
<p>If you enjoy reading this post, please be sure to &#8230; <a target="_blank" target="_blank" href="http://twitter.com/home?status=The+Database+Administrator+%28DBA%29+Job+Description%20http://www.it-career-coach.net/?p=2876" title=Share this post"><strong>Share this Post with Friends</strong></a></p>
<p><strong>Here is the reader&#8217;s question:</strong>:</p>
<h1>About The Database Administrator&#8217;s (DBA) Job Description</h1>
<blockquote>
<p>I am a final year BE student interested in developing a career in DBA</p>
<p>Can you tell me the future prospects for DBA jobs and do i need to have a good knowledge of programming like C,C++,java,.net etc to be a DBA?</p>
<p>And I have also heard that getting jobs in DBA as freshers is very tough and companies don&#8217;t prefer DBA as freshers.<br />
</blockquote>
<h1>The Duties, Roles And Responsibilities of Database Administrators (DBAs)</h1>
<p>The Database Administrator (DBA)&#8217;s job comes with a lot of responsibility and because of that, a lot of experience is usually required for the job.</p>
<p>This is the reason why Database Administrators tend to be seasoned database professionals and not entry level database professionals.</p>
<p>With that in mind, your first goal should be to learn database development first and then get a job where you can work your way up to becoming a DBA by first proving your competency as a database developer first.<br />
<h2>Does A DBA Need To Know Scripting Languages?</h2>
<p>DBAs are not computer programmers so they do not need to master every facet of programming with C/C++, C#, Java, .NET, etc.</p>
<p>However DBAs also need to write scripts for database maintenance jobs in a specific programming language.</p>
<blockquote><p>For example, DBAs importing data into a SQL Server database may need to know enough of the Visual Basic scripting language (VBScript) to write some of the Extraction, Transform and Load (ETL) or Data Transformation Services (DTS) tasks required for the Extraction, Transformation or Loading (ETL) process.</p>
</blockquote>
<h1>Does A DBA Need To Know SQL Programming?</h1>
<p>Though DBAs are not required to master computer programming, the normal day to day DBA duties may involve extensive programming in SQL.</p>
<p>For example, a DBA may have to write fairly extensive programming solutions in the SQL Language as part of stored procedures or some other database script.
<p>It&#8217;s important to note that each relational database platform has its own native programming language (T-SQL, PL/SQL, Access SQL, etc.)</p>
<h1>Introducing The DBA&#8217;s Job Description</h1>
<p>Here is a quick overview of the database administrator&#8217;s (DBA) job description.</p>
<p>The database administrator or DBA is responsible for maintaining the database, applying the patches and upgrading the database.</p>
<p>The DBA is also responsible for maintaining the security of the database.</p>
<p><strong><br />
Here is some additional information on the roles and responsibilities of a DBA:</p>
<p></strong></p>
<ul>
<li>
<p>The  DBAs responsibilities includes installing the database on a production system.</p>
</li>
<li>
<p>The DBA role tends towards supporting production, staging or quality assurance databases and rarely sandbox or developer databases.</p>
<p>Supporting Sandbox or developer databases are usually part of the database developer&#8217;s job description.</p>
</li>
<li>
<p>The DBA is also responsible for maintaining the uptime or availability of production databases.</p>
<p>DBAs have to monitor production databases regularly or respond to any database issues by bringing down the database or taking the database offline.</p>
</li>
<li>
<p>The DBA&#8217;s  roles, responsibilities and duties also includes monitoring or optimizing the performance, security, backup, recovery or integrity of database management systems.</p>
</li>
</ul>
<p>This post was written in answer to a question submitted by a reader on &#8220;The Database Administrator&#8217;s Job Description.</p>
<p>If you have a question, be sure to post it here as a comment on this post or submit it to: <a href="http://www.it-career-coach.net/ask-it-career-coach/" target="_blank" title = "Ask IT Career Coach"><strong>[Ask IT Career Coach]</strong></a>.</p>
<h1>How To Become A Database Administrator?</h1>
<p>The first step in becoming a database administrator is to learn SQL Query Writing, master relational database design and development and study advanced sql topics.</p>
<p>Database Administrator&#8217;s tend to be highly skilled database developers and are usually promoted from within. What that means is that in all likelihood, you would start out as a database developer, gain a lot of experience and then move up the ranks or get promoted to a database administrator (DBA).</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/04/15/the-database-administrator-dba-job-description/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>A Step By Step Guide For Creating SQL Reports</title>
		<link>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/</link>
		<comments>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 11:21:10 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[AS400 Report Writer]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[online database developer training]]></category>
		<category><![CDATA[online rdbms training]]></category>
		<category><![CDATA[online report development training]]></category>
		<category><![CDATA[online report writing training]]></category>
		<category><![CDATA[online SQL developer training]]></category>
		<category><![CDATA[online sql training]]></category>
		<category><![CDATA[PL SQL Oracle Report Writer]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[Report Writing]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2875</guid>
		<description><![CDATA[While a fair amount of the work that goes into creating, maintaining or optimizing databases is hidden from decision makers, the work that goes into creating reports is immediately visible to management and so, must be given a good deal of attention. This post is written as a guide for creating SQL based reports. It [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F03%2F15%2Fa-step-by-step-guide-for-creating-sql-reports%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F03%2F15%2Fa-step-by-step-guide-for-creating-sql-reports%2F&amp;style=normal&amp;hashtags=Report+Writing,SQL+Report+Writer,SQL+report+writing+training&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><div id="attachment_2892" class="wp-caption aligncenter" style="width: 420px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/03/step_by_step_guide.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/03/step_by_step_guide.jpg" alt="A Step by Step Guide" title="A Step by Step Guide" width="410" height="293" class="size-full wp-image-2892" /></a><p class="wp-caption-text">A Step by Step Guide</p></div><br />
<blockquote>
<p>While a fair amount of the work that goes into creating, maintaining or optimizing databases is hidden from decision makers, <strong>the work that goes into creating reports is immediately visible to management</strong> and so, must be given a good deal of attention.
</p>
<p>This post is written as a guide for creating SQL based reports. It helps ensure that high quality, valid, reliable reports are created by report writers.
</p>
<p>After reading this post,  you would have a formal process for creating SQL reports and a step by step guide for reporting on data contained in AS400, Oracle, SQL Server, Microsoft Access or some other database platform.</p>
</blockquote>
<h1>A Step By Step Guide For Creating SQL Reports</h1>
<p>Here is a step by step process for creating SQL Reports &#8230; </p>
<ul>
<li>
<p><strong>Step One</strong>: Gather and Document the Requirements for your Report</p>
</li>
<li>
<p><b>Step Two</b>: Find out where you will be pulling your data from (AS400, Oracle, SQL Server, etc)</p>
</li>
<li>
<p><b>Step Three</b>: Write the SQL Queries for extracting your data from the database</p>
</li>
<li>
<p><b>Step Four</b>: Present and format your SQL Results in a Reporting Tool</p>
</li>
<li>
<p><b>Step Five</b>: Distribute your SQL Based Reports to the end users</p>
</li>
</ul>
<h1>Gather Or Document Requirements</h1>
<p>Considering the complexity of reporting requirements, you may need to first document the requirements of your project before you start developing the reports.</p>
<p>Writing a requirements document would help you ensure that you understand your users, their reporting needs and the operational or business environment.</p>
<p>A requirements document will also help validate the robustness of your reporting solution upfront &#8230; before you start developing the reports.</p>
<h1>How To Access Reporting Data From Heterogeneous Databases?</h1>
<p>Many organizations store there data in more than one type of database which poses a challenge from a skills stand-point. </p>
<p>If your organization uses AS400, Oracle and SQL Server to store data and you&#8217;ve been asked to write a report that draws from all of them, you may find that challenging because each type of database uses a different flavor of SQL.</p>
<p>If this is your situation, then you need to start with the database that you&#8217;re the most familiar with (Microsoft Access, SQL Server, etc.) and see if you can connect to all the other databases from that. </p>
<blockquote><p>Note that many database systems like SQL Server or MS Access offer you the ability to access the data contained in other types of databases easily.</p>
</blockquote>
<h1>How To Design Or Format Reports?</h1>
<blockquote><p>If you are asked to design a SQL based report that presents data in tables or charts with formatting of page titles, page numbering, column headers, sub-totals, totals, page breaks or more &#8230; <strong>here is what you can do</strong></p>
</blockquote>
<ul>
<li>
<p>You can choose a reporting tool like <strong>Crystal Reports</strong> or <strong>SQL Server Reporting Services</strong> or <strong>Microsoft Access</strong>.</p>
<p>Out of these three, Microsoft Access Reports may be the easiest to learn or use in formatting or designing your reports.</p>
</li>
<li>
<p>You can develop or code your reports as a web-page. Note that coding or developing your report using a web-development language like PHP or ASP.NET is a flexible but skill intensive approach to creating reports.</p>
<p>Using a web development language like ASP.NET or PHP, you can execute SQL statements on a database and then return the results formatted into tables, columns, charts, etc, on your web-page.</p>
<p>You can also paginate the results or add advanced searching or filtering options. When you write all the code yourself, you have complete control over what you can do or create with your SQL reports.</p>
</li>
</ul>
<h1>How To Deliver Or Distribute Reports?</h1>
<p>Depending on the organization you work for, you may have to distribute your reports based on the preferences of your users.</p>
<blockquote><p>For example, while some business users expect their reports to be printed and placed on their desk, others may prefer that their reports be distributed by e-mail.</p>
</blockquote>
<p>You can choose between the several possible types of report delivery options including PDF, Microsoft Excel or even deliver your report as a HTML web page.</p>
<h1>How To Schedule Reports?</h1>
<p>Finally, you also have to decide what reporting frequency will be most appropriate for your situation (daily, weekly, monthly, end of year), etc.</p>
<p>Some reports take a while to prepare or consume a fair amount of server resources, so they need to be done nightly or on weekends.</p>
<p>Others like tax or payroll reports may need to be prepared weekly or monthly.</p>
<blockquote><p>The takeaway is that you need to be mindful of each type of report and verify when or how often you need to prepare it.</p>
</blockquote>
<p>So, now you have a set of steps for preparing reports. Start by gathering your reporting requirements. Next, determine the sources of data that will be presented on the report. Then create the reports using SQL. Finally, format and distribute the reports to the appropriate users.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>7 Top Database Careers In High Demand</title>
		<link>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/</link>
		<comments>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 08:23:44 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[data warehousing analyst]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer books]]></category>
		<category><![CDATA[database developer boot camp]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[database developer questions]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[Database Marketing Jobs]]></category>
		<category><![CDATA[Database Report Writer]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql books]]></category>
		<category><![CDATA[sql boot camp]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[sql data analysts]]></category>
		<category><![CDATA[SQL developer interview questions]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[SQL Developers]]></category>
		<category><![CDATA[sql interview questions]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[SQL Programmers]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL questions]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[SQL Server programming training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[Data Analyst Training]]></category>
		<category><![CDATA[data analysts]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2852</guid>
		<description><![CDATA[The 7 Top, In-Demand Database Careers Database skills are foundational to jobs in the IT Industry. By that, I mean whether you&#8217;re a business analyst, software tester, project manager, software developer or even a web designer, you&#8217;ll be using relational database and sql query writing skills at some time in your career. Database or SQL [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F23%2Ftop-database-careers-in-high-demand%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F23%2Ftop-database-careers-in-high-demand%2F&amp;style=normal&amp;hashtags=Data+Analyst+Training,data+analysts&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_2853" class="wp-caption alignright" style="width: 435px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/database-sql-careers.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/database-sql-careers.jpg" alt="database careers in demand" title="database careers in demand" width="425" height="282" class="size-full wp-image-2853" /></a><p class="wp-caption-text">database careers in demand</p></div>
<h2>The 7 Top, In-Demand Database Careers</h2>
<blockquote><p>Database skills are foundational to jobs in the IT Industry.</p>
<p>By that, I mean whether you&#8217;re a <i>business analyst, software tester, project manager, software developer or even a web designer</i>, you&#8217;ll be using relational database and sql query writing skills at some time in your career.</p>
</blockquote>
<p>Database or SQL skills are also important because they position you for multiple careers paths ranging from that of the database developer to the data mining professional.</p>
<h3>Career Paths for Database Professionals</h3>
<p>Here is a comprehensive list of database career paths and their respective roles, duties, responsibilities and skill sets.</p>
<ol>
<li>
<h3>Relational Database Developer Career</h3>
<p> This is one of the foundational database careers in the sense that you can hardly qualify for other database career path without a strong relational database design &#038; development foundation.</p>
<blockquote><p>Database developers are <strong>responsible for</strong> <i>designing, architecting or developing</i> relational databases using a <strong>database development tool like</strong> <i>Microsoft Access, SQL Server, MySQL or Oracle</i>.</p>
</blockquote>
</li>
<li>
<h3>SQL Developer / Query Writer Career</h3>
<p> This is the another foundational database career in the sense that you will need strong SQL query writing skills regardless of your role, job or designation in the IT Industry.</p>
<blockquote><p>SQL Developers or Query Writers are typically <strong>responsible for</strong> updating, deleting, creating or manipulating the data contained in relational databases <strong>using a database programming or query language</strong> known as SQL.</p>
</blockquote>
<p>There are several dialects of SQL marketed by database vendors and each dialect is executed in the database using an administrative <strong>front-end tool like</strong> SQL Server&#8217;s T-SQL Management Studio.</p>
</li>
<li>
<h3>Database Administrator (DBA) Careers</h3>
<p> DBAs are responsible for keeping the database up and running for the company&#8217;s operations.</p>
<blockquote><p>DBAs are also responsible for installing, configuring and maintaining the entire database infrastructure or platform in their organizations.</p>
<p>In addition, DBAs secure their databases from unauthorized access, manage the storage available on databases and optimize their performance.</p>
</blockquote>
<p>DBAs are found in organizations that store and maintain their own data in-house using relational database management systems like SQL Server, Oracle and MySQL.</p>
</li>
<li>
<h3>The Report Writer Career</h3>
<p> Report Writer Career paths are equally important in the database industry.</p>
<p>Report Writers need to have strong relational database and SQL query writing or development skills.</p>
<blockquote><p>The Report Writer&#8217;s <strong>responsibility includes designing, developing, scheduling and distributing</strong> database reports.</p>
<p>Report Writers utilize tools like <i>Crystal Report Writer, Business Objects, Microsoft Access or SQL Server Reporting Services</i> for their work.</p>
</blockquote>
<p>Report Writers also tend to spend a good amount of time collecting requirements or presenting their reports to stakeholders, executives, management, business analysts or software developers.</p>
</li>
<li>
<h3>Data Analyst Career</h3>
<p> The Data Analyst career is <strong>frequently confused for a purely statistical career </strong>path.</p>
<p>Data Analysis roles actually utilize SQL query writing, relational database development and statistical data analysis skills.</p>
<blockquote><p>In the IT industry, the information accessed and analyzed by data analysts resides in relational databases. So, data analysts have to also master the relational database and sql query writing path of their careers as well &#8230; and not just the statistical skills.</p>
</blockquote>
<p>A lot of people <i>struggle with the distinctions between purely statistical careers and the database analyst careers</i> &#8230; don&#8217;t be one of those!</p>
</li>
<li>
<h3>The Data Warehousing / Business Intelligence (BI) Career</h3>
<p> BI and Data Warehousing careers require skillsets that are almost opposite to that of the relational database developer.</p>
<blockquote><p>While traditional database developers focus on their normalization skills, data warehouse / BI professionals do the exact opposit by developing enterprise, de-normalized databases.</p>
<p>Another key difference is that while traditional database developers typically create Online Transaction Processing (OLTP) databases, data warehousing / BI professionals focus on building Online Analytical Processing (OLAP) databases.</p>
</blockquote>
<p>The BI / Data Warehousing professional&#8217;s responsibilities also include creating and delivering multi-dimensional reporting tools using Business Intelligence tools like Oracle&#8217;s Business Intelligence (BI) or Microsoft&#8217;s SQL Server Buisness Intelligence platform.</p>
<p>From a responsibility standpoint, the data warehousing / BI professional is responsible for aggregating the data from multiple corporate databases (developed by database developers) into enterprise, corporate databases.</p>
</li>
<li>
<h3>The Data Mining Career</h3>
<p> Data Mining careers require a rigorous background, education or training in specialized computer-based <strong>data mining algorithms</strong> or techniques.</p>
<blockquote><p>Data Mining professionals run algorithms like Neural Networks, Classification, Regression, Segmenattion, Association or Sequence Analysis algorithms on large databases.</p>
</blockquote>
<p>Traditionally, data mining professionals had to have a strong background in <strong>mathematics, statistics and computer science</strong> because they often had to create data mining algorithms from scratch!</p>
<p>But these days, vendors like Microsoft are placing analytics and even data mining within the hands of every motivated database professional through out-of-the-box data mining algorithms like those of SQL Server&#8217;s Data Mining Suite.</p>
</li>
</ol>
<p>The foundational skills required for database careers are taught in the <a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="online, web-based sql developer / database training" target="_blank"><i>SQL Boot Camp</i></a> and the additional statistical data analysis requirements for data analysts taught in the <a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="online, web-based data analyst training" target="_blank"><strong>Data Analysts Boot Camp</strong></a>.</p>
<blockquote><p>If you are interested in gaining one of the most verstaile IT career skills, you should register for either the <a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="online, web-based sql developer / database training" target="_blank"><strong>SQL Boot Camp</strong></a> or the <a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="online, web-based data analyst training" target="_blank"><i>Data Analysts Boot Camp</i></a> (which includes all the courses in the SQL Boot Camp and additional statistical, data analysis training.)</p>
</blockquote>
<p>The only thing left &#8230; is to take your SQL / Data Analysts training knowing that relational database development, SQL query writing and statistical data analysis skills will help advance your future for a long time!</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>How To Write Complicated Or Complex SQL Queries</title>
		<link>http://www.it-career-coach.net/2010/01/25/how-to-write-complicated-or-complex-sql-queries/</link>
		<comments>http://www.it-career-coach.net/2010/01/25/how-to-write-complicated-or-complex-sql-queries/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 10:34:47 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[a data analyst]]></category>
		<category><![CDATA[crm data analyst]]></category>
		<category><![CDATA[data analysis]]></category>
		<category><![CDATA[data analyst]]></category>
		<category><![CDATA[data analyst at work]]></category>
		<category><![CDATA[data analyst career]]></category>
		<category><![CDATA[Data Analyst Careers]]></category>
		<category><![CDATA[data analyst classes]]></category>
		<category><![CDATA[data analyst courses]]></category>
		<category><![CDATA[data analyst education]]></category>
		<category><![CDATA[data analyst entry level jobs]]></category>
		<category><![CDATA[data analyst interview]]></category>
		<category><![CDATA[data analyst interview question]]></category>
		<category><![CDATA[data analyst online training]]></category>
		<category><![CDATA[data analyst responsibilities]]></category>
		<category><![CDATA[data analyst salary]]></category>
		<category><![CDATA[data analyst skill]]></category>
		<category><![CDATA[data analyst skills]]></category>
		<category><![CDATA[Data Analyst Training]]></category>
		<category><![CDATA[data analyst work]]></category>
		<category><![CDATA[data analysts courses]]></category>
		<category><![CDATA[data analysts jobs]]></category>
		<category><![CDATA[database developer boot camp]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[database developer questions]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[employment]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2769</guid>
		<description><![CDATA[Many database professionals have a hard time writing complex, complicated or advanced SQL queries for the following reasons. In a healthcare database project that I consulted on, I had to write fairly complicated and efficient SQL queries for physicians at several practices because of their specialized reporting requirements. The real problem was not the complexity [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F01%2F25%2Fhow-to-write-complicated-or-complex-sql-queries%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F01%2F25%2Fhow-to-write-complicated-or-complex-sql-queries%2F&amp;style=normal&amp;hashtags=Data+Analyst+Training,Database+Developer+Training,database+training,employment&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<blockquote><p><div id="attachment_2783" class="wp-caption alignleft" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/01/Database_Development_V2.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/01/Database_Development_V2-300x199.jpg" alt="Master Complex SQL Queries" title="Master Complex SQL Queries" width="300" height="199" class="size-medium wp-image-2783" /></a><p class="wp-caption-text">Master Complex SQL Queries</p></div>
<p>Many database professionals have a hard time writing complex, complicated or advanced SQL queries for the following reasons.</p>
<p>In a healthcare database project that I consulted on, I had to write fairly complicated and efficient SQL queries for physicians at several practices because of their specialized reporting requirements.</p>
</blockquote>
<p><strong>The real problem was not the complexity of the physicians database but it&#8217;s poor suitability to the physicians reporting needs.</strong></p>
<p>Based on experience gathered from consulting on several database or data analysis projects, I have observed that writing <strong>complex or complicated</strong> SQL queries, may prove challenging because of the following:</p>
<ul>
<li>
<p><strong>Quick and Dirty Database Design</strong>: you inherited a bad relational database design and because of that, it takes a number of complex or fairly complicated SQL queries to get answers out of your data.</p>
<p>For some reason, the database was developed without sufficient thought or planning, limiting the organization&#8217;s ability to access its data!</p>
</li>
<li>
<p><strong>Over Normalized Database</strong>: you created a perfectly normalized textbook database but now, you need a large  number of table joins to access the operational data needed by your organization on a regular basis.</p>
</li>
<li>
<p><strong>Changing Reporting Requirements</strong>: the data reporting needs of your organization has grown but your database design has not changed.</p>
<p>For some reason, you cannot update your database design, so you resort to tasking your database with complex or complicated SQL query statements in a bid to extract answers that it&#8217;s not originally designed to report.</p>
</li>
<li>
<p><strong>Complex Data Reporting Requirements</strong>: The data reporting requirements of your organization are truly complex and it will typically take a complex amount of SQL query statements to get at your data regardless of how well one designs the relational database.</p>
</li>
<li>
<p><strong>Poor Reporting Requirements</strong>: In some cases, complicated SQL queries are written because the data is not well known or understood.</p>
<p>This is fairly common when SQL queries are written against a large relational data model without understanding the data or relationships between tables in the data model.</p>
<p>This may also happen when a database developer joins several tables in complex subqueries without realizing that the information could be retrieved from a smaller set of tables.</p>
</li>
<li>
<p><strong>Basic SQL Writing Skills</strong>: database developers unaware of the limitations of their SQL query writing skills, may attempt to write SQL queries beyond their skill level.</p>
<p>This may happen when <strong>you are tasked with writing complicated SQL queries without adequate training</strong>.</p>
<p>For example, business analysts, computer programmers or reporting analysts write SQL queries even though that may not be part of their primary functions!</p>
</li>
</ul>
<p>Writing SQL Queries can get complex or complicated if you don&#8217;t fully understand what you are dealing with.</p>
<p>To succeed, you need a<strong> good understanding</strong> of your data, <strong>good requirements</strong>, <strong>strong relational database design</strong> as well as <strong>strong SQL query writing skills</strong>.</p>
<p>Don&#8217;t settle for anything less than a clear understanding of your challenge and a strong set of skills for dealing with it!</p>
<blockquote><p>If you are facing the challenge of writing complex or complicated sql queries, consider a SQL Training Program like the <a href="http://www.it-career-coach.net/shopping-cart/"><strong>SQLBootCamp</strong></a> where you are taken step by step through the entire SQL Query Writing process &#8230; starting from creating a normalized relational databases to writing basic or advanced sql queries!</p>
</blockquote>
<p>Just so, you know,  <a href="http://www.it-career-coach.net/shopping-cart/"><strong>SQLBootCamp Online Training</strong></a> can help you <a href="http://www.it-career-coach.net/shopping-cart/"><strong>Get Started Writing Complex Or Efficient SQL Queries</strong></a>.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/01/25/how-to-write-complicated-or-complex-sql-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>Career Spotlight on Microsoft Access Database Developers</title>
		<link>http://www.it-career-coach.net/2009/12/15/career-spotlight-on-microsoft-access-database-developers/</link>
		<comments>http://www.it-career-coach.net/2009/12/15/career-spotlight-on-microsoft-access-database-developers/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 19:33:02 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[career success tips]]></category>
		<category><![CDATA[data analyst online training]]></category>
		<category><![CDATA[data analyst responsibilities]]></category>
		<category><![CDATA[data analyst roles and responsibilities]]></category>
		<category><![CDATA[Data Analyst Training]]></category>
		<category><![CDATA[data research analyst]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer boot camp]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[Ms Access Report Writer]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[access database development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database development systems]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[enterprise database development]]></category>
		<category><![CDATA[microsoft access database]]></category>
		<category><![CDATA[microsoft access databases]]></category>
		<category><![CDATA[microsoft access developer]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2739</guid>
		<description><![CDATA[The Microsoft Access Relational Database has been around for a while and it is used in many businesses, Information Technology (IT) Teams and organizations. Microsoft Access is commonly used in building desktop software applications, data analysis programs and corporate databases where the number of records are as few as 2 billion records or the number [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F12%2F15%2Fcareer-spotlight-on-microsoft-access-database-developers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F12%2F15%2Fcareer-spotlight-on-microsoft-access-database-developers%2F&amp;style=normal&amp;hashtags=access+database+development,Data+Analyst+Training,database,database+development+systems,development,enterprise+database+development,microsoft+access+database,microsoft+access+databases,microsoft+access+developer,SQL&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<blockquote><p><div id="attachment_2815" class="wp-caption alignleft" style="width: 210px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2009/12/Microsoft_Access_Developer_Career.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2009/12/Microsoft_Access_Developer_Career-200x300.jpg" alt="Microsoft Access Developer Career" title="Microsoft Access Developer Career" width="200" height="300" class="size-medium wp-image-2815" /></a><p class="wp-caption-text">Microsoft Access Developer Career</p></div>
<p>The Microsoft Access Relational Database has been around for a while and it is used in many businesses, Information Technology (IT) Teams and organizations.</p>
<p><strong>Microsoft Access is commonly used in building desktop software applications, data analysis programs and corporate databases where the number of records are as few as 2 billion records or the number of users who access the system at any one time are as few as ten concurrent users.</strong></p>
<p>The ease with which Microsoft access database developers create functional relational databases, add data entry forms, build reports and distribute their database projects to multiple users creates a market for skilled Microsoft Access Relational Database developers.</p>
</blockquote>
<p>However, Microsoft Access database solutions are not well suited for web, distributed, enterprise or large database development projects leading. Because of this, Microsoft Access database developers have to transition their skills to enterprise database development systems like SQL Server and Oracle at some point in their career!</p>
<p>This series of articles reviews the the merits and demerits of Microsoft Access database development and offers a transition plan or career path for updating Microsoft Access Database Development Skills.</p>
<h1>The Case for Microsoft Access Developer Careers</h1>
<ol>
<li>
<p><strong>Easy of Use</strong> &#8211; Microsoft Access is one of the easiest relational database platforms used in business because of it&#8217;s intuitive graphical user interface (GUI).</p>
</li>
<li>
<p><strong>Office User</strong> &#8211; Microsoft Access is also popular with business or power users. It is relatively easy to install, configure and use on a desktop, laptop or home computer which makes it a winner for many.</p>
</li>
<li>
<p><strong>Low Support Costs</strong> &#8211; Unlike enterprise databases like Oracle or IBM DB2, Microsoft Access databases do not need dedicated database administrators.</p>
<p>The Microsoft Access developer (you) in this case is also the Microsoft Access Database Administrator unlike enterprise databases where there tends to be a split between the <i>duties of the database administrator and the database developer</i>.</p>
</li>
<li>
<p><strong>Data Entry Forms</strong> &#8211; Microsoft Access is a unique database for office environments because it comes with a set of forms for building data entry (entering, editing, deleting, updating) forms.</p>
<p>This feature eliminates the costs and complexity associated with typical software development projects based on Oracle, IBM DB2 and other enterprise databases.</p>
</li>
<li>
<p><strong>In-Built Reporting Capability</strong> &#8211; Microsoft Access also incorporates the ability to generate simple or complex, customized reports.</p>
<p>However, the Microsoft Access Reporting feature is not a full fledged reporting tool like Crystal Reports or SQL Server Reporting Services.</p>
<p>The ease or simplicity of designing and building reports in Microsoft Access eliminates some of the complexity or costs associated with building external reports using enterprise reporting tools.</p>
</li>
<li>
<p><strong>In-Built Application Development Environment</strong> &#8211; Microsoft Access is a flexible database software that allows you to customize or write full-blown software programs using the popular and easy to learn programming language known as VBA or Visual Basic for Applications.</p>
<p>Many database developers actually use the VBA feature of Microsoft Access to jump start their programming careers by learning VBA and then transitioning to other programming languages like Visual Basic!</p>
</li>
<li>
<p><strong>Graphical SQL Query Building</strong> &#8211; Writing SQL is made easy in Microsoft Access because of it&#8217;s Graphical Query Designer which allows you to join tables and add filters or clauses to them.</p>
<p>You can also see or modify the generated SQL query using a a flavor of SQL known as Access SQL or Microsoft Access&#8217;s in-built Query Wizards.</p>
</li>
<li>
<p><strong>Data Analysis Tool</strong> &#8211; because Microsoft Access allows you to build tables, data entry forms and reports quite easily, it is commonly used as a Data Analysis tool.</p>
<p>Using Microsoft Office Access, you can for example, design a survey, create a table to store the data, build a simple data entry form, build a report and then give multiple users access to your reports or application.</p>
</li>
<li>
<p><strong>External Database Access </strong> &#8211; database developers who are unfamiliar with enterprise databases like Oracle or SQL Server access them through a Microsoft Access database</p>
<p>This is partly because the Microsoft Access database developer can connect, query or modify the data in an enterprise database without having to leave the safety and comfort of the familiar Microsoft Access environment!</p>
</li>
<li>
<p><strong>Multi User Access </strong>- Microsoft Office Access supports a <strong>limited number of users</strong> accessing or modifying it&#8217;s data at the same time.</p>
<p>It is sometimes seen as a better choice for data analysis projects where multiple users have to update, edit, delete or work with the same information while retaining each individual&#8217;s ability to rapidly prototype, build or extend it using forms.</p>
</li>
</ol>
<p>As you can see, there are many reasons why the Microsoft Access Database Development tool is common, popular and frequently used in all sorts of database development, reporting, data analysis and software development projects.</p>
<blockquote><p>To get started, there are many situations that Microsoft Access is not suited for.</p>
<p>Microsoft Access database developers are sometimes not comfortable with enforcing proper database design practices or writing complex subqueries, complex joins within Microsoft Access.</p>
</blockquote>
<p>That is why database developers frequently resort to taking strong SQL Query Writing + Database Development Classes (like at the <a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html">Data Analyst Boot Camp</a>) after first falling in love with Microsoft Access.</p>
<p>Microsoft Access still limits database developers despite it&#8217;s powerful, and flexible relational database engine.</p>
<p>Hence the need to upgrade or transition to enterprise relational databases.</p>
<p>In the next article, I will discuss both the limitations of Microsoft Access as database development tool and the reasons for upgrading to an enterprise database like SQL Server.</p>
<blockquote><p><i>If you are interested in becoming a better database developer by mastering relational database and SQL query writing, you can enroll Online at the <a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html">DataAnalystBootCamp.Com</a></i></u></p>
</blockquote>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2009/12/15/career-spotlight-on-microsoft-access-database-developers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>Learn SQL Online &#8211; The Easy Way!</title>
		<link>http://www.it-career-coach.net/2009/06/21/learn-sql-online-the-easy-way/</link>
		<comments>http://www.it-career-coach.net/2009/06/21/learn-sql-online-the-easy-way/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 00:44:52 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer books]]></category>
		<category><![CDATA[database developer boot camp]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[database developer questions]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database developer training. rdbms study material]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MicrosoftAccess]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PLSQL]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=1656</guid>
		<description><![CDATA[SQL Boot Camp is the hands-on, beginner to advanced level guide to learning SQL online. You are shown, instructed or coached on how to write best-practice SQL code in an instructor-led, convenient and interactive web-based SQL course. You gain mastery of SQL query writing, database design or database development by practicing as you learn from [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F06%2F21%2Flearn-sql-online-the-easy-way%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F06%2F21%2Flearn-sql-online-the-easy-way%2F&amp;style=normal&amp;hashtags=database,MicrosoftAccess,msaccess,MSSQL,mysql,Oracle,PLSQL,RDBMS,SQL,sqlserver,TSQL&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_3215" class="wp-caption aligncenter" style="width: 293px"><img src="http://www.it-career-coach.net/wp-content/uploads/2009/06/learn-sql-online-the-easy-way.jpg" alt="Learn Sql Online - The Easy Way!" title="Learn Sql Online - The Easy Way!" width="283" height="340" class="size-full wp-image-3215" /><p class="wp-caption-text">Learn Sql Online - The Easy Way!</p></div>
<p>SQL Boot Camp is the hands-on, beginner to advanced level guide to learning SQL online.</p>
<p>You are shown, instructed or coached on how to write best-practice SQL code in an instructor-led, convenient and interactive web-based SQL course.</p>
<p>You gain mastery of SQL query writing, database design or database development by practicing as you learn from sql instructors using multiple <strong>videos, quizzes and hands-on database projects</strong>.</p>
<h3>Why Learn SQL Online?</h3>
<p>Databases are everywhere and virtually every firm or organization has multiple databases.</p>
<p>Because companies everywhere use data, access data or store data in databases, the relevance, future and demand for SQL skills is guaranteed!</p>
<p>You need to learn SQL so you can access the facts stored away in databases by yourself &#8230; <strong>without relying on someone else</strong> to access the data for you</p>
<p>You also need to learn SQL so you can build databases used in transactional or analytical software or web-based applications.</p>
<p><strong>What Do You Want To Know About Learning SQL Online at SQL Boot Camp?</strong></p>
<ol>
<li>
<h3>You can register for SQL Training from any home or office location.</h3>
<ul>
<li>
<p>You can take your training from home or the office because your SQL Training will be available online through videos, a web-based learning management system (LMS) and SQL trainers who will help you gain critical, hands-on SQL, Database Design and Database Development project experience.</p>
</li>
</ul>
</li>
<li>
<h3>You gain improved database skills Or hands-on SQL expertise.</h3>
<ul>
<li>
<p>After you enroll in SQL training, the web based training software creates a new training schedule for you and then sends you a personalized e-mail with links to your SQL videos or Database lessons, assignments or quizzes.</p>
</li>
<li>
<p>You are assigned a number of days for each SQL trainng video, SQL quiz, SQL assignment or hands-on database design or development project.</p>
<p>You may however complete your work earlier or later than scheduled based on your own schedule.</p>
</li>
<li>
<p>
	You can submit your SQL projects back to a live SQL course instructor using a feature of the SQL training program.</p>
</li>
<li>
<p>
	Your SQL course instructors review and grade each of your database projects or provide personalized help, assistance or corrective feedback.</p>
</li>
<li>
<p>
	Your SQL skills are sharpened through multiple quizzes and your grades are automatically dsiplayed in a secure, private online report card.</p>
</li>
<li>
<p>Your understanding or progress at learning SQL is constantly monitored or evaluated and you are given various opportunities to practice as you learn!</p>
</li>
</ul>
</li>
<li>
<h3>You Retain Access to SQL Training Videos After the Course Is Completed!</h3>
<ul>
<li>
<p>You retain FULL and PERMANENT access to ALL SQL training videos after training is completed.
</li>
<li>
<p>The SQL training videos will remain accessible through the &#8220;Resources&#8221; Menu on the training portal.</p>
</li>
</ul>
</li>
<li>
<h3>Online SQL Training Is Flexible, Convenient, Affordable</h3>
<ul>
<li>
<p>Yes, you are given ample time to complete each SQL training module including the SQL training videos or SQL practice tests or hands on SQL projects.</p>
</li>
<li>
<p>Yes, you can login for SQL training at any time.</p>
</li>
<li>
<p>Yes, you may pause your SQL training any time because of work or life commitments.</p>
</li>
<li>
<p>Yes, you may pause your SQL training without any penalty.</p>
</li>
<li>
<p>Yes, you do not have to begin or complete your SQL training at the same time as everyone else.</p>
</li>
<li>
<p>Yes, you do not have to login at the same time as everyone else or at a specific time of the day or night.</p>
</li>
<li>
<p>Yes, your SQL training is a &#8220;<b>go at your own pace</b>&#8220;, <b>anytime</b>, <b>anywhere</b>, <b>anypace</b> training. Yes, you can take some of your training <b>at work</b> (during lunchtime) or <b>at home</b> (after dinner) or <b>on the road</b> (from your laptop)! </p>
</li>
</ul>
</li>
<li>
<h3>No Entrance Examination Or Pre-requisite Courses Required</h3>
<ul>
<li>
<p>Your SQL training will walk you step by step &#8230; from <strong>utter beginner</strong> to <strong>advanced level </strong>without any prior SQL background.</p>
</li>
<li>
<p>Your SQL course instructors do not assume anything about your background, so you are taken through the basics and then taken to the advanced-level SQL courses.</p>
</li>
<li>
<p>Your SQL training Videos are all hands-on, instructional videos &#8230; which means that you <b>learn by simply watching </b>the SQL course instructors.</p>
</li>
<li>
<p>The SQL training videos cover both theoretical topics and practical requirements for Database Design or Database Development or SQL Query Writing.</p>
</li>
<li>
<p>You do not need extra time to prepare for SQL training before registering because all the preparation, foundational topics or pre-requisite knowledge is in-built and included as part of your SQL training courses.</p>
</li>
</ul>
</li>
</li>
<li>
<h3>You Determine The Pace Of Your SQL Training</h3>
<ul>
<li>
<p>Yes, you can accelerate or speed-up your SQL training or customize your SQL learning to suit your own study time.</p>
</li>
<li>
<p>Yes, you can finish SQL training in more time or less time than the estimated duration.</p>
</li>
<li>
<p>You can control your SQL training pace or customize it to your personal preferences. So you don&#8217;t have to start or finish at the same time as everyone else.</p>
</li>
</ul>
</li>
<li>
<h3>SQL Boot Camp&#8217;s Learning Management System (LMS) Shortens Your Learning Curve</h3>
<ul>
<li>
<p>The scheduling, tracking, monitoring and management of all SQL Boot Camp&#8217;s training content is done through modules in-built into the SQL training program.</p>
</li>
</ul>
</li>
<li>
<h3>You Don&#8217;t Need To Install Additional Software Programs to Watch SQL Training Videos</h3>
<ul>
<li>
<p>You don&#8217;t need to install additional software programs to view the SQL training videos online.</p>
</li>
<li>
<p>SQL Boot Camp uses a web-based training system that allows you to view the SQL training videos anytime from any location.</p>
</li>
<li>
<p>All the necessary software training features are already built into your SQL training system so, you don&#8217;t need to mess around with tiresome software installations.</p>
</li>
<li>
<p>&#8230; And yes, that means you don&#8217;t need to worry about browser requirements either!</p>
</li>
</ul>
</li>
</ol>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2009/06/21/learn-sql-online-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>Beginner To Advanced SQL Skills In Hot Demand</title>
		<link>http://www.it-career-coach.net/2009/01/07/beginner-to-advanced-sql-skills-in-hot-demand/</link>
		<comments>http://www.it-career-coach.net/2009/01/07/beginner-to-advanced-sql-skills-in-hot-demand/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 00:30:44 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[data analyst online training]]></category>
		<category><![CDATA[Data Analyst Training]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[online sql training]]></category>
		<category><![CDATA[report development training]]></category>
		<category><![CDATA[report writing training]]></category>
		<category><![CDATA[sql boot camp]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[database for beginners]]></category>
		<category><![CDATA[online data analyst training]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql for beginners]]></category>
		<category><![CDATA[Sql Training]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=357</guid>
		<description><![CDATA[Beginner to Advanced SQL Skills are among the top-paying, hottest, in-demand tech skills. The demand for SQL skills is strongest across the breadth of Information Technology careers that includes the business analyst, web developer, data analyst, report writer, computer programmer or IT manager. This article explains the reason why IT professionals at different stages in [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F01%2F07%2Fbeginner-to-advanced-sql-skills-in-hot-demand%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F01%2F07%2Fbeginner-to-advanced-sql-skills-in-hot-demand%2F&amp;style=normal&amp;hashtags=Data+Analyst+Training,database+for+beginners,online+data+analyst+training,online+sql+training,SQL,sql+for+beginners,Sql+Training&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div>
<div id="attachment_358" class="wp-caption alignleft" style="width: 324px"><img src="http://www.it-career-coach.net/wp-content/uploads/2009/01/california_gold_rush_1949.jpg" alt="California Gold Rush Of 1949" title="california_gold_rush_1949" width="314" height="207" class="size-full wp-image-358" /><p class="wp-caption-text">California Gold Rush Of 1949</p></div>
</div>
<p>Beginner to Advanced SQL Skills are among the top-paying, hottest, in-demand tech skills.</p>
<p>The demand for SQL skills is strongest across the breadth of Information Technology careers that includes the business analyst, web developer, data analyst, report writer, computer programmer or IT manager.</p>
<p>This article explains the reason why IT professionals at different stages in their careers (beginners, intermediate or senior) experience a consistently high demand for beginner to advanced SQL Query Writing skills.
</p>
<h2>Why Are Beginner Or Advanced SQL Skills in Hot Demand?</h2>
<ul>
<li>
<p>
<b>High Demand For Web Applications</b>: Just about every commercial website or web application stores transactional or business data in a relational database management system (RDBMS). The rush to build web applications for business to business (B2B) or business to consumer (B2C) transactions rivals that of the <a target="_blank" href="http://en.wikipedia.org/wiki/California_Gold_Rush" title="california gold rush" target="_blank" rel="nofollow"><b>California Gold Rush </b> of 1848</a>
</p>
</li>
<li>
<p>
<b>Competing On Data</b>: Businesses are preserving more of their corporate data so they can discover profitable trends or patterns and compete better in the market place. The increasing drive towards storing data on every customer interaction or transaction is also driving up the demand for data analysts, database developers, report writers who are beginning to use or have mastered SQL database development, SQL query writing or SQL programming.
</p>
</li>
</ul>
<h2>Why Learning SQL Matters</h2>
<ul>
<li>
<p>
<b>SQL Is Easier For Beginners To Learn Or Master</b>: SQL is an easier or faster skill for beginners to learn or master compared to programming languages like Java, C++, PHP or C#.
</p>
</li>
<li>
<p>
<b>SQL Is Standardized</b>: Businesses tend to prefer one programming language or the other. For example, a business may standardize on Java and ignore C# skills or vice versa. However, SQL Programmers have a wider acceptance in the industry because the majority of SQL implementations derive from a standard, well-known form of SQL known as ANSI SQL.
</p>
</li>
</ul>
<p>If you are interested in improving your SQL skills, consider taking a Beginner to Advanced SQL Course. Here is some <b>brief information </b>about the SQL Training Curriculum</p>
<h2>Study Guide For Beginner SQL Skills</h2>
<p>
If you are just beginning to learning SQL, conisder starting with the following courses:
</p>
<ul>
<li>
<p>
<b>Relational Database Design Course</b>: Study both the logical and physical database design process
</p>
</li>
<li>
<p>
<b>SQL SELECT Queries Course</b>: Study how to write simple SQL SELECT statements using the FROM, WHERE, GROUP BY, HAVING Clauses
</p>
</li>
</ul>
<h2>Study Guide For Advanced SQL Skills?</h2>
<p>
If you are not new to SQL and would like to advance SQL skills, considering studying the following SQL courses:
</p>
<ul>
<li>
<p><b>Complex SQL Queries Course</b>: Study how to write complex SQL statements using Subqueries, UNION, JOINS, UPDATE, DELETE, INSERT statements</p>
</li>
<li>
<p><b>Stored Procedure Course</b>: Study how to write stored procedures, functions, triggers </p>
</li>
<li>
<p><b>Database Optimization Course</b>: Study how to optimize your database stored procedures, indexes and queries</p>
</li>
</ul>
<h2>Download The Comprehensive Beginner To Advanced SQL Curriculum</h2>
<p>
If you are interested in improving your SQL skills, you may <a target="_blank" href="http://www.sqlbootcamp.com/more-information/" title="More Information On SQL Training" target="_blank"><b>click here to download the detailed SQL Training Curriculum</b></a> or <a href="http://www.it-career-coach.net/contact-me/" title="Contact SQL Boot Camp Training Team" target="_blank"><b>click here to contact the SQL Boot Camp team</b></a> and schedule for the next Beginner to Advanced SQL Training Class.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2009/01/07/beginner-to-advanced-sql-skills-in-hot-demand/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>How to Learn SQL or Databases</title>
		<link>http://www.it-career-coach.net/2006/09/04/how-to-learn-sql-or-databases/</link>
		<comments>http://www.it-career-coach.net/2006/09/04/how-to-learn-sql-or-databases/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 21:16:45 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[data analysts]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[hgh school]]></category>
		<category><![CDATA[high demand]]></category>
		<category><![CDATA[high school]]></category>
		<category><![CDATA[high school graduates]]></category>
		<category><![CDATA[highest paying careers]]></category>
		<category><![CDATA[highest paying jobs]]></category>
		<category><![CDATA[IT analyst classes]]></category>
		<category><![CDATA[IT analyst courses]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[skills]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[SQL Developers]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[SQL Programmers]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[Structured Query Language]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[IN]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PLSQL]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/2006/09/04/sql-developers-are-in-high-demand-and-how-to-become-a-sql-programmer/</guid>
		<description><![CDATA[The demand for SQL query writing or database skills is tied to the high demand for web, intranet and internet application development skills Organizations invest in web projects because they need to automate their business operations as it grows in complexity, expands in size or becomes more profitable. This post addresses the following questions: Why [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2006%2F09%2F04%2Fhow-to-learn-sql-or-databases%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2006%2F09%2F04%2Fhow-to-learn-sql-or-databases%2F&amp;style=normal&amp;hashtags=databases,DB2,IBM,IN,msaccess,MSSQL,mysql,Oracle,PLSQL,RDBMS,SQL,sqlserver,TSQL&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<blockquote><p><div id="attachment_3134" class="wp-caption aligncenter" style="width: 435px"><img src="http://www.it-career-coach.net/wp-content/uploads/2006/09/how-to-learn-sql-or-databases-online.jpg" alt="How To Learn SQL or Databases Online" title="How To Learn SQL or Databases Online" width="425" height="282" class="size-full wp-image-3134" /><p class="wp-caption-text">How To Learn SQL or Databases Online</p></div>
<p>The demand for SQL query writing or database skills is tied to the <strong>high demand</strong> for web, intranet and internet application development skills</p>
<p>Organizations invest in web projects because they need to <strong>automate their business operations</strong> as it <strong>grows in complexity</strong>, expands in size or becomes more profitable.</p>
</blockquote>
<p><strong>This post addresses the following questions</strong>:</p>
<ul>
<li>Why is SQL query writing skills needed?</li>
<li>What do SQL query writers do?</li>
<li>How can you become a SQL query writer?</li>
<li>What makes SQL query writers different from other developers?</li>
</ul>
<p><i>Read the rest of this post to review my answers to the questions.</i></p>
<h3>What Is SQL?</h3>
<p>SQL (<strong>Structured Query Language</strong>) pronounced &#8220;sequel&#8221;, is a SET based language used to manipulate (add, retrieve, edit, update, delete) data in relational database management systems (<strong>RDBMS</strong>).</p>
<p>SQL is used for creating <i>data structures (tables, views, stored procedures)</i>, writing the queries that retrieves data used in reports, making changes, updating maintaining data and in analysis work for identifying trends or insights.</p>
<p>SQL also describes a family of set-based languages that adhere loosely to the <strong>ANSI-SQL</strong> standards</p>
<blockquote><p>Database vendors implement their own version of SQL, so each relational database including Microsoft Access, SQL Server, Oracle or MySQL has a flavor, dialect or syntax of SQL peculiar to it.</p>
<p>Oracle uses a flavor of SQL known as <i>Oracle PL/SQL</i>, SQL Server is <i>Transact SQL (TSQL)</i> and Microsoft Access is <i>Access SQL</i>.</p>
</blockquote>
<p>However, if you learn or master any version of SQL, working with other versions will not be hard because they operate according to a set of basic principles or commands.</p>
<h3>Why Are SQL Query Writing Skills Needed?</h3>
<ul>
<li>Sql skills are now taken as regarded as nice to have for many other careers. In some organizations, business analysts and data analysts are expected to have handson sql query analysis skills.</p>
<p>Most software development positions now regard database development or sql query skills as mandatory.</li>
<li>
<p>Learning SQL query writing allows you to transition into high demand careers in computer programming or web development.</p>
<p>This is a big deal because computer programmers can earn as much as six figures and web developers have the most portable set of skills.</p>
</li>
<li>
<p>Learning SQL transfers a versatile programming skill that is considerably less complex than traditional software development programming languages.</p>
<p>Computer programming languages take up to a year or even more to learn or master why Sql skills can be mastered in a relatively short time &#8230; as little as 4 months.</p>
</li>
<li>
<p>Web or windows applications provide services that require database capabilities for retrieving, saving or manipulating data which in turn creates a demand for database and SQL development skills.</p>
</li>
</ul>
<h3>Tips On Learning Sql Query Writing</h3>
<ol>
<li>
<p><strong>Learn One SQL Dialect</strong>: There are as many <strong>dialects of SQL</strong> as there are types of relational databases.</p>
<p>For example the SQL language used in SQL Server differs from that used in Oracle which differs from that used in MySQL.</p>
<blockquote><p>However, when starting out, focus on learning and mastering just one SQL dialect like <strong>Microsoft&#8217;s Transact SQL</strong>.</p>
</blockquote>
<p>Then when the need actually presents itself at work, like when you have to learn additional SQL dialects like <strong>Oracle&#8217;s PL/SQL</strong> or <strong>Microsoft&#8217;s Access</strong>, learn that because your job requires that</p>
<p>In other words, don&#8217;t try to learn every version or flavor of skill!</p>
</li>
<li>
<p><strong>Use SQL for Database Work</strong>: SQL programming is SET based and is designed for manipulating (adding, retrieving, editing, deleting) data.</p>
<p>Unlike other types of programming like Java or C# which are more Object Oriented and are used for creating full blown web and windows applications.</p>
<blockquote><p>One of the secrets to success in working with SQL is to use it for SET based operations and traditional programming languages for procedural coding!</p>
</blockquote>
<p>In other words, don&#8217;t write SQL queries for problems that will be better solved by traditional programming languages and don&#8217;t write code for problems that are better solved with Sql Queries.</p>
</li>
<li>
<p><strong>Learning SQL Is Easy</strong>: Becoming a SQL programmer is <strong>easier than most people think</strong> because programming with SQL on databases like SQL Server is less complex than programming with languages like Java or C#.</p>
<p><strong>The reasons are</strong>:</p>
<blockquote><ul>
<li>You can&#8217;t create web applications or windows applications in SQL which removes one layer of complexity.</li>
<li>You are expected to use a fully fledged application development language like Java or C# to develop complex business rules and not SQL.</li>
</ul>
</blockquote>
</li>
<li>
<p><strong>Learn both the Theory and Practice of Databases</strong>: To become a SQL developer, you must master both the theory and practices of Relational Database Design and Development for real world databases like Microsoft Access, SQL Server or Oracle.</p>
</li>
<li>
<p><strong>Know This Before You Apply for SQL Positions</strong>: There are fewer pure SQL developer jobs than other types of programming jobs like Java or Microsoft .NET Programming.</p>
<p>This is because traditional SQL development is part of what a professional software developer does.</p>
<blockquote><p>So, be ready to apply your Sql Query Writing or Database skills in the context of data analyst, software developer, project manager, report writer or even technical management jobs.</p>
</blockquote>
</li>
<li>
<p><strong>Know How your SQL Skills Will Be Applied</strong>:
<p>If you are interviewing for a new position with a recruiter or hiring manager know the percentage of SQL query writing, database design &#038; development, data analysis or report writing that you will be doing on the job.</p>
</li>
<li>
<p><strong>SQL Developer&#8217;s Responsibility</strong>: A SQL developer&#8217;s responsibility is to create the stored procedures, views and tables used in the database.</p>
<p>It is also the Sql Developer&#8217;s responsibility to maintain the data contained in the database or extract useful insight, trends or information from it.</p>
</li>
</ol>
<h3>SQL Query Writers Or Database Developer Job Satisfaction</h3>
<p><strong>Learning SQL or Database Development online is fun and easy</strong>.</p>
<p>Sql Query Writing or Database Developer careers do not have the steeper learning curve that comes with software developer careers because the relational database development environment is less complex than that of the traditional computer programming environment.</p>
<p>In addition, SQL Queries and Relational Database skills are useful in software development, business analysis, financial analysis or modeling, data analysis, report writing and several other types of jobs &#8230; in other words, SQL is a very portable skill.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2006/09/04/how-to-learn-sql-or-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
	</channel>
</rss>

