Limit this search to....

T-SQL Fundamentals
Contributor(s): Ben-Gan, Itzik (Author)
ISBN: 150930200X     ISBN-13: 9781509302000
Publisher: Microsoft Press
OUR PRICE:   $47.49  
Product Type: Paperback
Published: August 2016
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Programming Languages - Sql
- Computers | Databases - General
Dewey: 005.756
LCCN: 2015955815
Physical Information: 1" H x 7.4" W x 8.9" (1.70 lbs) 464 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Effectively query and modify data using Transact-SQL
Master T-SQL fundamentals and write robust code for Microsoft SQL Server and Azure SQL Database. Itzik Ben-Gan explains key T-SQL concepts and helps you apply your knowledge with hands-on exercises. The book first introduces T-SQL's roots and underlying logic. Next, it walks you through core topics such as single-table queries, joins, subqueries, table expressions, and set operators. Then the book covers more-advanced data-query topics such as window functions, pivoting, and grouping sets. The book also explains how to modify data, work with temporal tables, and handle transactions, and provides an overview of programmable objects.


Microsoft Data Platform MVP Itzik Ben-Gan shows you how to:

  • Review core SQL concepts and its mathematical roots
  • Create tables and enforce data integrity
  • Perform effective single-table queries by using the SELECT statement
  • Query multiple tables by using joins, subqueries, table expressions, and set operators
  • Use advanced query techniques such as window functions, pivoting, and grouping sets
  • Insert, update, delete, and merge data
  • Use transactions in a concurrent environment
  • Get started with programmable objects-from variables and batches to user-defined functions, stored procedures, triggers, and dynamic SQL