SQL in 10 Minutes, Sams Teach Yourself
US $6.28
Condition:
Very Good
A book that does not look new and has been read but is in excellent condition. No obvious damage to the cover, with the dust jacket (if applicable) included for hard covers. No missing or damaged pages, no creases or tears, and no underlining/highlighting of text or writing in the margins. May be very minimal identifying marks on the inside cover. Very minimal wear and tear. See the seller’s listing for full details and description of any imperfections.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Shipping:
Free Standard Shipping.
Located in: Blue Springs, Missouri, United States
Delivery:
Estimated between Mon, May 19 and Sat, May 24 to 94104
Returns:
14 days returns. Buyer pays for return shipping. If you use an eBay shipping label, it will be deducted from your refund amount.
Payments:
Special financing available. See terms and apply now- for PayPal Credit, opens in a new window or tab
Earn up to 5x points when you use your eBay Mastercard®. Learn moreabout earning points with eBay Mastercard
Shop with confidence
Seller assumes all responsibility for this listing.
eBay item number:156959768229
Item specifics
- Condition
- Release Year
- 2012
- Book Title
- SQL in 10 Minutes, Sams Teach Yourself
- ISBN
- 9780672336072
- Subject Area
- Computers
- Publication Name
- Sams Teach Yourself Sql in 10 Minutes
- Publisher
- Pearson Education
- Item Length
- 8.2 in
- Subject
- Programming Languages / Sql, Databases / General
- Publication Year
- 2012
- Series
- Sams Teach Yourself Ser.
- Type
- Textbook
- Format
- Trade Paperback
- Language
- English
- Item Height
- 0.8 in
- Features
- Revised
- Item Weight
- 13.2 Oz
- Item Width
- 5.4 in
- Number of Pages
- 288 Pages
About this product
Product Identifiers
Publisher
Pearson Education
ISBN-10
0672336073
ISBN-13
9780672336072
eBay Product ID (ePID)
117226316
Product Key Features
Number of Pages
288 Pages
Language
English
Publication Name
Sams Teach Yourself Sql in 10 Minutes
Subject
Programming Languages / Sql, Databases / General
Publication Year
2012
Features
Revised
Type
Textbook
Subject Area
Computers
Series
Sams Teach Yourself Ser.
Format
Trade Paperback
Dimensions
Item Height
0.8 in
Item Weight
13.2 Oz
Item Length
8.2 in
Item Width
5.4 in
Additional Product Features
Edition Number
4
Intended Audience
Scholarly & Professional
LCCN
2012-041020
Dewey Edition
21
Dewey Decimal
005.75/65
Table Of Content
Sams Teach Yourself SQL in 10 Minutes, Fourth Edition 1 Understanding SQL Database Basics What Is SQL? Try It Yourself 2 Retrieving Data The SELECT Statement Retrieving Individual Columns Retrieving Multiple Columns Retrieving All Columns Retrieving Distinct Rows Limiting Results Using Comments 3 Sorting Retrieved Data Sorting Data Sorting by Multiple Columns Sorting by Column Position Specifying Sort Direction 4 Filtering Data Using the WHERE Clause The WHERE Clause Operators 5 Advanced Data Filtering Combining WHERE Clauses Using the IN Operator Using the NOT Operator 6 Using Wildcard Filtering Using the LIKE Operator Tips for Using Wildcards 7 Creating Calculated Fields Understanding Calculated Fields Concatenating Fields Performing Mathematical Calculations 8 Using Data Manipulation Functions Understanding Functions Using Functions 9 Summarizing Data Using Aggregate Functions Aggregates on Distinct Values Combining Aggregate Functions 10 Grouping Data Understanding Data Grouping Creating Groups Filtering Groups Grouping and Sorting SELECT Clause Ordering 11 Working with Subqueries Understanding Subqueries Filtering by Subquery Using Subqueries as Calculated Fields 12 Joining Tables Understanding Joins Creating a Join 13 Creating Advanced Joins Using Table Aliases Using Different Join Types Using Joins with Aggregate Functions Using Joins and Join Conditions 14 Combining Queries Understanding Combined Queries Creating Combined Queries 15 Inserting Data Understanding Data Insertion Copying from One Table to Another 16 Updating and Deleting Data Updating Data Deleting Data Guidelines for Updating and Deleting Data 17 Creating and Manipulating Tables Creating Tables Updating Tables Deleting Tables Renaming Tables 18 Using Views Understanding Views Creating Views 19 Working with Stored Procedures Understanding Stored Procedures Why to Use Stored Procedures Executing Stored Procedures Creating Stored Procedures 20 Managing Transaction Processing Understanding Transaction Processing Controlling Transactions 21 Using Cursors Understanding Cursors Working with Cursors 22 Understanding Advanced SQL Features Understanding Constraints Understanding Indexes Understanding Triggers Database Security A Sample Table Scripts Understanding the Sample Tables Obtaining the Sample Tables B Working in Popular Applications Using Apache Open Office Base Using Adobe ColdFusion Using IBM DB2 Using MariaDB Using Microsoft Access Using Microsoft ASP Using Microsoft ASP.NET Using Microsoft Query Using Microsoft SQL Server (including Microsoft SQL Server Express) Using MySQL Using Oracle Using Oracle Express Using PHP Using PostgreSQL Using SQLite Configuring ODBC Data Sources C SQL Statement Syntax ALTER TABLE COMMIT CREATE INDEX CREATE PROCEDURE CREATE TABLE CREATE VIEW DELETE DROP INSERT INSERT SELECT ROLLBACK SELECT UPDATE D Using SQL Datatypes String Datatypes Numeric Datatypes Date and Time Datatypes Binary Datatypes E SQL Reserved Words
Edition Description
Revised edition
Synopsis
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 App, 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, 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 App, 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., 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
LC Classification Number
QA76.9.D3
Item description from the seller
Popular categories from this store
Seller feedback (97,411)
- 2***7 (338)- Feedback left by buyer.Past 6 monthsVerified purchaseGreat find. Great price. Item as described. Packaged nicely. Great communication with seller. I would purchase again from this seller. The book arrived late due to postal delays not the seller.Self-Love Workbook for Women: Release Self-Doubt, Build Self (#156605543175)
- a***a (494)- Feedback left by buyer.Past monthVerified purchaseReceived quickly - Fine condition - Well packed - Exact description - Great value - Top quality - Looks very good - Trusted seller – Good communication - Excellent service
- s***u (309)- Feedback left by buyer.Past 6 monthsVerified purchaseGreat seller! The Kansas City, MO Post Office took about 11 days to get the package from "accepted at facility" to "in transit," but the seller was helpful when I contacted them about it. I would do business with them again. Paperback book was in great condition when it arrived! Great price too.The Lost Art of Reading Natures Signs: Use Outdoor Clues to Find Your Way, Predi (#156628259793)
Product ratings and reviews
Most relevant reviews
- Dec 16, 2019
Not valuable for the beginner, intermediate, or expert.
Verified purchase: YesCondition: Pre-OwnedSold by: second.sale
- Aug 17, 2023
Excellent introduction to SQL
Verified purchase: YesCondition: Pre-OwnedSold by: thrift.books
- Mar 24, 2021
Excellent!
Verified purchase: YesCondition: NewSold by: crygil_4787
- Oct 23, 2023
concise and informative
Verified purchase: YesCondition: Pre-OwnedSold by: thrift.books
More to explore :
- Teaching Textbooks,
- Education & Teaching Textbooks,
- Teaching Textbook Textbooks,
- Teaching Paperback Textbooks,
- Teaching Textbooks in English,
- Nonfiction Teaching Fiction & Nonfiction Books,
- Algebra 2 Teaching Textbooks,
- Nonfiction Teaching Hardcovers Books,
- Nonfiction Do-It-Yourself Fiction & Books,
- Do-It-Yourself Audio CDs Plays