SQL in 10 Minutes, Sams Teach Yourself - Softcover

9780672336072: SQL in 10 Minutes, Sams Teach Yourself
View all copies of this ISBN edition:
 
 

Sams Teach Yourself SQL in 10 Minutes, Fourth Edition

New full-color code examples help you see how SQL statements are structured


Whether you're an application developer, database administrator, web application designer, mobile app developer, or Microsoft Office users, a good working knowledge of SQL is an important part of interacting with databases. And Sams Teach Yourself SQL in 10 Minutes offers the straightforward, practical answers you need to help you do your job.


Expert trainer and popular author Ben Forta teaches you just the parts of SQL you need to know–starting with simple data retrieval and quickly going on to more complex topics including the use of joins, subqueries, stored procedures, cursors, triggers, and table constraints.


You'll learn methodically, systematically, and simply–in 22 short, quick lessons that will each take only 10 minutes or less to complete.


With the Fourth Edition of this worldwide bestseller, the book has been thoroughly updated, expanded, and improved. Lessons now cover the latest versions of IBM DB2, Microsoft Access, Microsoft SQL Server, MySQL, Oracle, PostgreSQL, SQLite, MariaDB, and Apache Open Office Base. And new full-color SQL code listings help the beginner clearly see the elements and structure of the language.

10 minutes is all you need to learn how to...

  • Use the major SQL statements
  • Construct complex SQL statements using multiple clauses and operators
  • Retrieve, sort, and format database contents
  • Pinpoint the data you need using a variety of filtering techniques
  • Use aggregate functions to summarize data
  • Join two or more related tables
  • Insert, update, and delete data
  • Create and alter database tables
  • Work with views, stored procedures, and more
Table of Contents

1 Understanding SQL

2 Retrieving Data

3 Sorting Retrieved Data

4 Filtering Data

5 Advanced Data Filtering

6 Using Wildcard Filtering

7 Creating Calculated Fields

8 Using Data Manipulation Functions

9 Summarizing Data

10 Grouping Data

11 Working with Subqueries

12 Joining Tables

13 Creating Advanced Joins

14 Combining Queries

15 Inserting Data

16 Updating and Deleting Data

17 Creating and Manipulating Tables

18 Using Views

19 Working with Stored Procedures

20 Managing Transaction Processing

21 Using Cursors

22 Understanding Advanced SQL Features

Appendix A: Sample Table Scripts

Appendix B: Working in Popular Applications

Appendix C : SQL Statement Syntax

Appendix D: Using SQL Datatypes

Appendix E: SQL Reserved Words


"synopsis" may belong to another edition of this title.

From the Back Cover:

 

About the Author:
Ben Forta is Adobe Systems’ Director of Developer Relations and has more than 20 years of experience in the computer industry in product development, support, training, and product marketing. He is the author of the best-selling Sams Teach Yourself SQL in 10 Minutes, spinoff titles on MySQL and SQL Server T-SQL, ColdFusion Web Application Construction Kit and Advanced ColdFusion Application Development (both published by Adobe Press), Sams Teach Yourself Regular Expressions in 10 Minutes, as well as books on Flash, Java, Windows, and other subjects. He has extensive experience in database design and development, has implemented databases for several highly successful commercial software programs and websites, and is a frequent lecturer and columnist on Internet and database technologies. 

"About this title" may belong to another edition of this title.

  • PublisherSams Publishing
  • Publication date2012
  • ISBN 10 0672336073
  • ISBN 13 9780672336072
  • BindingPaperback
  • Edition number4
  • Number of pages288
  • Rating

Top Search Results from the AbeBooks Marketplace

Stock Image

Forta, Ben
Published by Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Paperback Quantity: 1
Seller:
Big Bill's Books
(Wimberley, TX, U.S.A.)

Book Description Paperback. Condition: new. Brand New Copy. Seller Inventory # BBB_new0672336073

More information about this seller | Contact seller

Buy New
US$ 21.89
Convert currency

Add to Basket

Shipping: US$ 3.00
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Softcover Quantity: 1
Seller:
LibraryMercantile
(Humble, TX, U.S.A.)

Book Description Condition: new. Seller Inventory # newMercantile_0672336073

More information about this seller | Contact seller

Buy New
US$ 22.43
Convert currency

Add to Basket

Shipping: US$ 3.00
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Paperback Quantity: 1
Seller:
GoldenWavesOfBooks
(Fayetteville, TX, U.S.A.)

Book Description Paperback. Condition: new. New. Fast Shipping and good customer service. Seller Inventory # Holz_New_0672336073

More information about this seller | Contact seller

Buy New
US$ 21.53
Convert currency

Add to Basket

Shipping: US$ 4.00
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Paperback Quantity: 1
Seller:
GoldenDragon
(Houston, TX, U.S.A.)

Book Description Paperback. Condition: new. Buy for Great customer experience. Seller Inventory # GoldenDragon0672336073

More information about this seller | Contact seller

Buy New
US$ 23.09
Convert currency

Add to Basket

Shipping: US$ 3.25
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Brand: Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Softcover Quantity: 1
Seller:
Ergodebooks
(Houston, TX, U.S.A.)

Book Description Softcover. Condition: New. 4. Sams Teach Yourself SQL in 10 Minutes, Fourth EditionNew full-color code examples help you see how SQL statements are structuredWhether you're an application developer, database administrator, web application designer, mobile app developer, or Microsoft Office users, a good working knowledge of SQL is an important part of interacting with databases. And Sams Teach Yourself SQL in 10 Minutes offers the straightforward, practical answers you need to help you do your job.Expert trainer and popular author Ben Forta teaches you just the parts of SQL you need to know-starting with simple data retrieval and quickly going on to more complex topics including the use of joins, subqueries, stored procedures, cursors, triggers, and table constraints.You'll learn methodically, systematically, and simply-in 22 short, quick lessons that will each take only 10 minutes or less to complete.With the Fourth Edition of this worldwide bestseller, the book has been thoroughly updated, expanded, and improved. Lessons now cover the latest versions of IBM DB2, Microsoft Access, Microsoft SQL Server, MySQL, Oracle, PostgreSQL, SQLite, MariaDB, and Apache Open Office Base. And new full-color SQL code listings help the beginner clearly see the elements and structure of the language.10 minutes is all you need to learn how to.Use the major SQL statements Construct complex SQL statements using multiple clauses and operators Retrieve, sort, and format database contents Pinpoint the data you need using a variety of filtering techniques Use aggregate functions to summarize data Join two or more related tables Insert, update, and delete data Create and alter database tables Work with views, stored procedures, and more Table of Contents1 Understanding SQL2 Retrieving Data3 Sorting Retrieved Data4 Filtering Data5 Advanced Data Filtering6 Using Wildcard Filtering7 Creating Calculated Fields8 Using Data Manipulation Functions9 Summarizing Data10 Grouping Data11 Working with Subqueries12 Joining Tables13 Creating Advanced Joins14 Combining Queries15 Inserting Data16 Updating and Deleting Data17 Creating and Manipulating Tables18 Using Views19 Working with Stored Procedures20 Managing Transaction Processing21 Using Cursors22 Understanding Advanced SQL FeaturesAppendix A: Sample Table ScriptsAppendix B: Working in Popular ApplicationsAppendix C : SQL Statement SyntaxApp. Seller Inventory # DADAX0672336073

More information about this seller | Contact seller

Buy New
US$ 26.97
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Softcover Quantity: 1
Seller:
GF Books, Inc.
(Hawthorne, CA, U.S.A.)

Book Description Condition: New. Book is in NEW condition. 0.85. Seller Inventory # 0672336073-2-1

More information about this seller | Contact seller

Buy New
US$ 29.99
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Softcover Quantity: 1
Seller:
Book Deals
(Tucson, AZ, U.S.A.)

Book Description Condition: New. New! This book is in the same immaculate condition as when it was published 0.85. Seller Inventory # 353-0672336073-new

More information about this seller | Contact seller

Buy New
US$ 29.99
Convert currency

Add to Basket

Shipping: FREE
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Paperback Quantity: 1
Seller:
GoldBooks
(Denver, CO, U.S.A.)

Book Description Paperback. Condition: new. New Copy. Customer Service Guaranteed. Seller Inventory # think0672336073

More information about this seller | Contact seller

Buy New
US$ 27.26
Convert currency

Add to Basket

Shipping: US$ 4.25
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Brand: Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Softcover Quantity: 1
Seller:
Front Cover Books
(Denver, CO, U.S.A.)

Book Description Condition: new. Seller Inventory # FrontCover0672336073

More information about this seller | Contact seller

Buy New
US$ 29.91
Convert currency

Add to Basket

Shipping: US$ 4.30
Within U.S.A.
Destination, rates & speeds
Stock Image

Forta, Ben
Published by Sams Publishing (2012)
ISBN 10: 0672336073 ISBN 13: 9780672336072
New Soft cover Quantity: > 20
Seller:
PhinsPlace
(Grand Rapids, MI, U.S.A.)

Book Description Soft cover. Condition: New. 4th Edition. Seller Inventory # ABE-1602348423309

More information about this seller | Contact seller

Buy New
US$ 28.99
Convert currency

Add to Basket

Shipping: US$ 6.99
Within U.S.A.
Destination, rates & speeds

There are more copies of this book

View all search results for this book