SQL for dummies
Written in the friendly 'Dummies' style, this book covers the core features of the SQL language and shows programmers and Web developers how to use SQL to build relational databases and extract valuable information from them. Topics covered include how to use SQL to structure a DBMS and im...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Hoboken, New Jersey ; Indianapolis, Indiana :
Wiley Publishing, Inc
2006.
|
Edición: | 6th ed |
Colección: | --For dummies
--For dummies. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627262306719 |
Tabla de Contenidos:
- SQL For Dummies 6th Edition; About the Author; Dedication; Author's Acknowledgments; Contents at a Glance; Table of Contents; Introduction; About This Book; Who Should Read This Book?; How This Book Is Organized; Icons Used in This Book; Getting Started; Chapter 1: Relational Database Fundamentals; Chapter 2: SQL Fundamentals; Chapter 3: The Components of SQL; Chapter 4: Building and Maintaining a Simple Database Structure; Chapter 5: Building a Multitable Relational Database; Chapter 6: Manipulating Database Data; Chapter 7: Specifying Values; Chapter 8: Using Advanced SQL Value Expressions
- Chapter 9: Zeroing In on the Data You WantChapter 10: Using Relational Operators; Chapter 11: Delving Deep with Nested Queries; Chapter 12: Recursive Queries; Chapter 13: Providing Database Security; Chapter 14: Protecting Data; Chapter 15: Using SQL within Applications; Chapter 16: Accessing Data with ODBC and JDBC; Chapter 17: Operating on XML Data with SQL; Chapter 18: Stepping through a Dataset with Cursors; Chapter 19: