Dimensions
140 x 210 x 20mm
Sams Teach Yourself Microsoft SQL Server T-SQL in 10 Minutes offers straightforward, practical answers when you need fast results. By working through the book's 30 lessons of 10 minutes or less, you'll learn what you need to know to take advantage of Microsoft SQL Server's T-SQL language.
This handy pocket guide starts with simple data retrieval and moves on to more complex topics, including the use of joins, subqueries, full text-based searches, functions and stored procedures, cursors, triggers, table constraints,
XML, JSON, and much more.
Learn how to...
Use T-SQL in the Microsoft SQL Server environment
Construct complex T-SQL statements using multiple clauses and operators
Filter data so you get the information you need quickly
Retrieve, sort, and format database contents
Join two or more related tables
Make SQL Server work for you with globalization and localization
Create subqueries to pinpoint your data
Automate your workload with triggers
Create and alter database tables
Work with views, stored procedures, and more
Contents at a Glance 1 Understanding SQL2 Introducing SQL Server3 Working with SQL Server4 Retrieving Data5 Sorting Retrieved Data6 Filtering Data7 Advanced Data Filtering8 Using Wildcard Filtering9 Creating Calculated Fields10 Using Data Manipulation Functions11 Summarizing Data12 Grouping Data13 Working with Subqueries14 Joining Tables15 Creating Advanced Joins16 Combining Queries17 Full-Text Searching18 Inserting Data19 Updating and Deleting Data20 Creating and Manipulating Tables21 Using Views22 Programming with T-SQL23 Working with Stored Procedures24 Using Cursors25 Using Triggers26 Managing Transaction Processing27 Working with XML and JSON28 Globalization and Localization29 Managing Security30 Improving PerformanceA The Example TablesB T-SQL Statement SyntaxC T-SQL DatatypesD T-SQL Reserved Words