Practical SQL Queries for Microsoft SQL Server 2008 R2
Autor Art Tennicken Limba Engleză Paperback – 16 dec 2010
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.
400+ ready-to-use, powerful SQL queries
Learn powerful techniques for surfacing and delivering actionable business intelligence using SQL. Practical SQL Queries for Microsoft SQL Server 2008 R2 contains more than 400 downloadable SQL queries you can use to extract meaningful insights from large amounts of data. The application, syntax, and results of each query are described in detail. The book emphasizes SQL for use in SSMS, but the queries also apply to SSRS, WinForms, WebForms, and many other applications.- Enter, maintain, and retrieve database data
- Search records using the Where clause
- Sort SQL query results with the Order By clause
- Create tables and perform joins on tables
- Perform set operations using Union, Intersect, and Except
- Group data and produce totals with the Group By clause
- Manipulate and transform data using built-in functions
- Create reusable views and user-defined functions
- Use stored procedures to change SQL dynamically based on conditional factors
- Create, maintain, and secure database objects with DDL and DCL
- Deliver SQL query results to end users
Preț: 296.02 lei
Preț vechi: 370.02 lei
-20% Nou
Puncte Express: 444
Preț estimativ în valută:
56.65€ • 58.85$ • 47.06£
56.65€ • 58.85$ • 47.06£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780071746878
ISBN-10: 0071746870
Pagini: 336
Dimensiuni: 188 x 234 x 16 mm
Greutate: 0.55 kg
Editura: McGraw Hill Education
Colecția McGraw-Hill
Locul publicării:United States
ISBN-10: 0071746870
Pagini: 336
Dimensiuni: 188 x 234 x 16 mm
Greutate: 0.55 kg
Editura: McGraw Hill Education
Colecția McGraw-Hill
Locul publicării:United States
Cuprins
Chapter 1. Select: Single Table; Chapter 2. Where; Chapter 3. Order By; Chapter 4. Select: Multiple Tables; Chapter 5. Aggregates; Chapter 6. Select: New Tables; Chapter 7. Except/Intersect/Union; Chapter 8. Group By; Chapter 9. System Functions; Chapter 10. Subqueries; Chapter 11. Delete/Insert/Update; Chapter 12. Views/User-Defined Functions; Chapter 13. Stored Procedures/Programming; Chapter 14. Data Definition Language (DDL) and Data Control Language (DCL); Chapter 15. After You Finish; Index