12%
Sams Teach Yourself SQL in 24 Hours: (Sams Teach Yourself -- Hours)

Sams Teach Yourself SQL in 24 Hours: (Sams Teach Yourself -- Hours)

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

In just 24 sessions of one hour or less, you’ll learn how to use SQL to build effective databases, efficiently retrieve your data, and manage everything from performance to security! Using this book’s straightforward, step-by-step approach, you’ll learn hands-on through practical examples. Each lesson builds on what you’ve already learned, giving you a strong real-world foundation for success. The authors guide you from the absolute basics to advanced techniques—including views, transactions, Web data publishing, and even powerful SQL extensions for Oracle and Microsoft SQL Server!   Step-by-step instructions carefully walk you through the most common SQL tasks.   Quizzes and Exercises at the end of each chapter help you test your knowledge.   By the Way notes present interesting information related to the discussion.   Did You Know? tips offer advice or show you easier ways to perform tasks.   Watch Out! cautions alert you to possible problems and give you advice on how to avoid them.   Learn how to… Understand what SQL is, how it works, and what it does Define efficient database structures and objects “Normalize” raw databases into logically organized tables Edit relational data and tables with DML Manage database transactions Write effective, well-performing queries Categorize, summarize, sort, group, and restructure data Work with dates and times Join tables in queries, use subqueries, and combine multiple queries Master powerful query optimization techniques Administer databases and manage users Implement effective database security Use views, synonyms, and the system catalog Extend SQL to the enterprise and Internet Master important Oracle and Microsoft SQL Server extensions to ANSI SQL

Table of Contents:
Part I:  An SQL Concepts Overview HOUR 1:  Welcome to the World of SQL 1 SQL Definition and History     1 SQL Sessions     8 Types of SQL Commands     9 The Database Used in This Book     12 Summary     17 Q&A     17 Workshop     18   Part II:  Building Your Database HOUR 2:  Defining Data Structures 21 What Is Data?     21 Basic Data Types     22 Summary     31 Q&A     31 Workshop      32 HOUR 3: Managing Database Objects     37 What Are Database Objects?     37 What Is a Schema?     37 Tables: The Primary Storage for Data     39 Integrity Constraints     49 Summary     54 Q&A     55 Workshop     55 HOUR 4: The Normalization Process     61 Normalizing a Database     61 Denormalizing a Database     69 Summary     70 Q&A     70 Workshop     71 HOUR 5: Manipulating Data     73 Overview of Data Manipulation     73 Populating Tables with New Data     74 Updating Existing Data     80 Deleting Data from Tables     82 Summary     83 Q&A     83 Workshop     84 HOUR 6: Managing Database Transactions     87 What Is a Transaction?     87 Controlling Transactions     88 Transactional Control and Database Performance     95 Summary     96 Q&A     96 Workshop     97   Part III: Getting Effective Results from Queries HOUR 7: Introduction to the Database Query     99 What Is a Query?     99 Introduction to the SELECT Statement     99 Examples of Simple Queries     108 Summary     112 Q&A     112 Workshop     113 HOUR 8: Using Operators to Categorize Data     115 What Is an Operator in SQL?     115 Comparison Operators     116 Logical Operators     119 Conjunctive Operators     126 Negative Operators     129 Arithmetic Operators     133 Summary     136 Q&A     137 Workshop     137 HOUR 9: Summarizing Data Results from a Query     141 What Are Aggregate Functions?     141 Summary     150 Q&A     150 Workshop     150 HOUR 10: Sorting and Grouping Data     153 Why Group Data?     153 The GROUP BY Clause     154 GROUP BY Versus ORDER BY     159 CUBE and ROLLUP Expressions     161 The HAVING Clause     164 Summary     165 Q&A     166 Workshop     166 HOUR 11: Restructuring the Appearance of Data     169 ANSI Character Functions     169 Common Character Functions     170 Miscellaneous Character Functions     179 Mathematical Functions     183 Conversion Functions     183 Combining Character Functions     186 Summary     187 Q&A     188 Workshop     188 HOUR 12: Understanding Dates and Times     191 How Is a Date Stored?     191 Date Functions     193 Date Conversions     198 Summary     204 Q&A     204 Workshop     205   Part IV: Building Sophisticated Database Queries HOUR 13: Joining Tables in Queries     207 Selecting Data from Multiple Tables      207 Understanding Joins     208 Join Considerations     217 Summary     221 Q&A     222 Workshop     222 HOUR 14: Using Subqueries to Define Unknown Data     225 What Is a Subquery?     225 Embedded Subqueries     231 Correlated Subqueries     233 Subquery Performance     234 Summary     235 Q&A     235 Workshop     236 HOUR 15: Combining Multiple Queries into One     239 Single Queries Versus Compound Queries     239 Compound Query Operators     240 Using ORDER BY with a Compound Query     246 Using GROUP BY with a Compound Query     248 Retrieving Accurate Data     250 Summary     250 Q&A     250 Workshop     251   Part V: SQL Performance Tuning HOUR 16: Using Indexes to Improve Performance     255 What Is an Index?     255 How Do Indexes Work?     256 The CREATE INDEX Command     257 Types of Indexes     258 When Should Indexes Be Considered?     260 When Should Indexes Be Avoided?     261 Altering an Index     263 Dropping an Index     263 Summary     264 Q&A     264 Workshop     265 HOUR 17: Improving Database Performance     267 What Is SQL Statement Tuning?     267 Database Tuning Versus SQL Statement Tuning     268 Formatting Your SQL Statement     268 Full Table Scans     274 Other Performance Considerations     275 Cost-Based Optimization     279 Performance Tools     280 Summary     280 Q&A     281 Workshop     281   Part VI: Using SQL to Manage Users and Security HOUR 18: Managing Database Users     285 User Management in the Database     285 The Management Process     288 Tools Utilized by Database Users     296 Summary     296 Q&A     297 Workshop     297 HOUR 19: Managing Database Security     299 What Is Database Security?     299 What Are Privileges?     301 Controlling User Access     304 Controlling Privileges Through Roles     308 Summary     310 Q&A     310 Workshop     311   Part VII: Summarized Data Structures HOUR 20: Creating and Using Views and Synonyms     313 What Is a View?     313 Creating Views     316 WITH CHECK OPTION     320 Creating a Table from a View     321 Views and the ORDER BY Clause     322 Updating Data Through a View     322 Dropping a View     323 Performance Impact of Using Nested Views     323 What Is a Synonym?     324 Summary     325 Q&A     326 Workshop     326 HOUR 21: Working with the System Catalog     329 What Is the System Catalog?     329 How Is the System Catalog Created?     331 What Is Contained in the System Catalog?     331 System Catalog Tables by Implementation     333 Querying the System Catalog     334 Updating System Catalog Objects     336 Summary     337 Q&A     337 Workshop     338   Part VIII: Applying SQL Fundamentals in Today’s World HOUR 22: Advanced SQL Topics     339 Cursors     339 Stored Procedures and Functions     343 Triggers     346 Dynamic SQL     348 Call-Level Interface     349 Using SQL to Generate SQL     350 Direct Versus Embedded SQL     351 Windowed Table Functions     351 Working with XML     352 Summary     353 Q&A     353 Workshop     354 HOUR 23: Extending SQL to the Enterprise, the Internet, and the Intranet     355 SQL and the Enterprise     355 Accessing a Remote Database     357 SQL and the Internet     360 SQL and the Intranet     361 Summary     362 Q&A     363 Workshop     363 HOUR 24: Extensions to Standard SQL     367 Various Implementations     367 Example Extensions     370 Interactive SQL Statements     373 Summary     374 Q&A     375 Workshop     375   Part IX: Appendixes APPENDIX A: Common SQL Commands     377 SQL Statements     377 SQL Clauses     381 APPENDIX B: Using the Databases for Exercises     383 Windows Installation Instructions for MySQL     383 Windows Installation Instructions for Oracle     386 Windows Installation Instructions for Microsoft SQL Server     388 APPENDIX C: Answers to Quizzes and Exercises     391 APPENDIX D: CREATE TABLE Statements for Book Examples     439 APPENDIX E: INSERT Statements for Data in Book Examples     443 APPENDIX F: Glossary     451 APPENDIX G: Bonus Exercises     455 INDEX     461  


Best Sellers


Product Details
  • ISBN-13: 9780132603911
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Language: English
  • Series Title: Sams Teach Yourself
  • Weight: 1 gr
  • ISBN-10: 0132603918
  • Publisher Date: 13 May 2011
  • Binding: Digital download
  • No of Pages: 489
  • Series Title: Sams Teach Yourself -- Hours


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Sams Teach Yourself SQL in 24 Hours: (Sams Teach Yourself -- Hours)
Pearson Education (US) -
Sams Teach Yourself SQL in 24 Hours: (Sams Teach Yourself -- Hours)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Sams Teach Yourself SQL in 24 Hours: (Sams Teach Yourself -- Hours)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA