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

<channel>
	<title>ebook.achmatim.net &#187; Database</title>
	<atom:link href="http://ebook.achmatim.net/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://ebook.achmatim.net</link>
	<description>IT Ebook Collections &#124; Programming, Web Development, Web Design, Database, Internet &#38; Blogging</description>
	<lastBuildDate>Wed, 19 May 2010 11:03:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sams Teach Yourself SQL in 24 Hours, Second Edition</title>
		<link>http://ebook.achmatim.net/sams-teach-yourself-sql-in-24-hours-second-edition/</link>
		<comments>http://ebook.achmatim.net/sams-teach-yourself-sql-in-24-hours-second-edition/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 23:13:33 +0000</pubDate>
		<dc:creator>achmatim</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[sams]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://ebook.achmatim.net/?p=166</guid>
		<description><![CDATA[
Written by college instructors, Sams Teach Yourself SQL in 24 Hours quickly teaches beginning- to intermediate-level SQL users how to create, store, access and manipulate data using a proven step-by-step format that teaches SQL by example. This book contains a thorough explanation of database concepts, SQL procedures, and low-level programming, enabling readers to gain an [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><img class="alignleft" title="sql-book" src="http://my.safaribooksonline.com/static/201002-255-my/images/0672318997/0672318997_s.jpg" alt="" width="116" height="144" />Written by college instructors, <strong><span>Sams Teach Yourself SQL in 24 Hours</span></strong> quickly teaches beginning- to intermediate-level <strong>SQL </strong>users how to create, store, access and manipulate data using a proven step-by-step format that teaches SQL by example. This book contains a thorough explanation of <strong>database </strong>concepts, SQL procedures, and low-level programming, enabling readers to gain an understanding of the whys as well as the hows behind SQL.</p>
<p>This book presents complete code listings and output, followed with analysis that explains exactly what the listings are doing. These practical code examples can be incorporated easily by the reader into other projects. Coverage includes SQL, as well as SQL in an enterprise setting and on the Web and Intranet.</p>
<p><span id="more-166"></span></p>
<p>Authors <span>Ryan Stephens</span> and <span>Ronald Plew</span> are President and Vice President of Perpetual Technologies, Inc., where their duties include Oracle database administration and consulting and Oracle, SQL, and UNIX training. They have both been teaching at the collegiate level for over three years as adjunct professors at Indiana University-Purdue University in Indianapolis. Both are Oracle Certified Professionals, having specialized in Oracle and UNIX for more than 10 years each.</p>
<p>Book Informations:</p>
<ul>
<li><strong>By: </strong><a href="http://www.informit.com/authors/author_bio.aspx?ISBN=9780672318993" target="_blank">Ronald R. Plew; Ryan K. Stephens</a></li>
<li><strong>Publisher: </strong><span>Sams</span></li>
<li><strong>Pub. Date: </strong><span>March 28, 2000</span></li>
<li><strong>Print ISBN-10: </strong><span>0-672-31899-7</span></li>
<li><strong>Print ISBN-13: </strong><span>978-0-672-31899-3</span></li>
<li><strong>Pages in Print Edition: </strong><span>464</span></li>
</ul>
</div>
<h2>Download Links</h2>
<ol class="related_post">
<li><a href="http://ebook.achmatim.net/download.php?id=53" title="Sams Teach Yourself SQL" target="_blank">Download from rapidshare.com</a> (175 hits)</li>
<li><a href="http://ebook.achmatim.net/download.php?id=54" title="Sams Teach Yourself SQL" target="_blank">Download from rapidshare.com</a> (130 hits)</li>
</ol>
<h2  class="related_post_title">Related Ebook</h2>
<ul class="related_post">
<li><a href="http://ebook.achmatim.net/creating-your-mysql-database-practical-design-tips-and-techniques/" title="Creating your MySQL Database: Practical Design Tips and Techniques">Creating your MySQL Database: Practical Design Tips and Techniques</a></li>
</ul>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_3798" title="Sams Teach Yourself SQL in 24 Hours, Second Edition" url="http://ebook.achmatim.net/sams-teach-yourself-sql-in-24-hours-second-edition/"></script><img src="http://ebook.achmatim.net/?ak_action=api_record_view&id=166&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ebook.achmatim.net/sams-teach-yourself-sql-in-24-hours-second-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating your MySQL Database: Practical Design Tips and Techniques</title>
		<link>http://ebook.achmatim.net/creating-your-mysql-database-practical-design-tips-and-techniques/</link>
		<comments>http://ebook.achmatim.net/creating-your-mysql-database-practical-design-tips-and-techniques/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 04:02:01 +0000</pubDate>
		<dc:creator>achmatim</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://ebook.achmatim.net/?p=23</guid>
		<description><![CDATA[
This book is an innovative and essential short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily. If you&#8217;re creating a dynamic web application using open-source tools, then you&#8217;re probably going to be setting up a MySQL database. Getting the design of this database right for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.amazon.com/dp/1904811302?tag=achmatnet-20&amp;camp=0&amp;creative=0&amp;linkCode=as1&amp;creativeASIN=1904811302&amp;adid=11MERDDV2A016ZQTWJ42&amp;" target="_blank"><br />
<img class="alignleft" src="https://images-na.ssl-images-amazon.com/images/I/51aVPGX7rOL._SL110_.jpg" alt="" /></a>This book is an innovative and essential short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily. If you&#8217;re creating a dynamic web application using open-source tools, then you&#8217;re probably going to be setting up a MySQL database. Getting the design of this database right for your application and its data is vital, but it&#8217;s often an intimidating and little-known process for non-developers and developers alike.</p>
<p><span id="more-23"></span></p>
<p>Written by the creator of the popular phpMyAdmin tool, this book is a short but complete guide on how to design good data structures for MySQL. For most of us, setting up the database for an application is often an afterthought. While you don&#8217;t need to be a professional database designer to create a working application, knowing a few insider tips and techniques can make both the process easier and the end result much more effective. This book doesn&#8217;t set out to make you an expert in data analysis, but it does provide a quick and easy way to raise your game in this essential part of getting your application right.</p>
<p>The book covers: Asking users the right questions to collect relevant data for the system you are building Detecting bad structures Sound data-naming techniques, for both table and column names Modeling data with future growth in mind Implementing security policies with data privileges and views Tuning the structure for performance Producing system documentation (data dictionary, relational schema) Testing the model with appropriate SQL queries This book takes a practical approach, implementing all theoretical concepts with examples. It is a fast-paced tutorial that focuses on critical decisions that you need to make every time you build MySQL databases. It is rich with tips and advice from an experienced practitioner.</p>
<p>The book is ideal for anyone working with applications that use a MySQL database backend will benefit greatly from the advice and techniques in this book. Although a working knowledge of both SQL and MySQL is assumed, the book is suitable for both beginners and intermediate users alike. Whether you read it through and absorb the advice or work through it on a live project, the efficiency and maintainability of your databases will certainly improve as a result.</p>
<ul>
<li>Chapter 1: Introduction</li>
<li>Chapter 2: Data Collection</li>
<li>Chapter 3: Data Naming</li>
<li>Chapter 4: Data Grouping</li>
<li>Chapter 5: Data Structure Tuning</li>
<li>Chapter 6: Case Study: An Airline System</li>
</ul>
<h2>Download</h2>
<ol>
<li><a title="Rapidshare" href="http://rapidshare.com/files/11288641/1904811302.zip" target="_blank">Download Link #1</a></li>
<li><a title="EazyUPload" href="http://www.eazyupload.net/download/lkkvzZXW/1904811302.zip.htm" target="_blank">Download Link #2</a></li>
</ol>
<h2>Download Links</h2>
<ol class="related_post"></ol>
<h2  class="related_post_title">Related Ebook</h2>
<ul class="related_post">
<li><a href="http://ebook.achmatim.net/sams-teach-yourself-sql-in-24-hours-second-edition/" title="Sams Teach Yourself SQL in 24 Hours, Second Edition">Sams Teach Yourself SQL in 24 Hours, Second Edition</a></li>
<li><a href="http://ebook.achmatim.net/the-definitive-guide-to-mysql-5-third-edition/" title="The Definitive Guide to MySQL 5, Third Edition">The Definitive Guide to MySQL 5, Third Edition</a></li>
<li><a href="http://ebook.achmatim.net/php6-and-mysql-bible/" title="PHP6 and MySQL Bible">PHP6 and MySQL Bible</a></li>
<li><a href="http://ebook.achmatim.net/foundation-php-for-dreamweaver-8/" title="Foundation PHP for Dreamweaver 8">Foundation PHP for Dreamweaver 8</a></li>
<li><a href="http://ebook.achmatim.net/mastering-phpmyadmin-3-1-for-effective-mysql-management/" title="Mastering phpMyAdmin 3.1 for Effective MySQL Management">Mastering phpMyAdmin 3.1 for Effective MySQL Management</a></li>
</ul>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_3798" title="Creating your MySQL Database: Practical Design Tips and Techniques" url="http://ebook.achmatim.net/creating-your-mysql-database-practical-design-tips-and-techniques/"></script><img src="http://ebook.achmatim.net/?ak_action=api_record_view&id=23&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://ebook.achmatim.net/creating-your-mysql-database-practical-design-tips-and-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
