Giới thiệu sách SQL: Beginning T-SQL
Vietnamese
- Read more about Giới thiệu sách SQL: Beginning T-SQL
- Log in to post comments
Table of Contents
Foreword xv
Acknowledgments xvii
Introduction xxi
1 Views 1
What Are Views? 1
ORDER BY in a View 3
Refreshing Views 6
Modular Approach 8
Updating Views 16
View Options 20
ENCRYPTION 20
SCHEMABINDING 20
CHECK OPTION 22
VIEW_METADATA 23
Indexed Views 24
Conclusion 29
Chapter 1: Getting Started
Chapter 2: Writing Simple SELECT Queries
Chapter 3: Using Functions and Expressions
Chapter 4: Querying Multiple Tables
Chapter 5: Grouping and Summarizing Data
Chapter 6: Manipulating Data
Chapter 7: Understanding T-SQL Programming Logic
Chapter 8: Moving Logic to the Database
Chapter 9: Working with New Data Types
Chapter 10: Writing Advanced Queries