SQL clearly explained /
Although the core of the SQL language remains relatively unchanged, the most recent release of the SQL standard (SQL:2008) includes two sets of extensions: 1) support for object-relational databases and 2) support for XML. The second edition of this book included some material about the object-relat...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Burlington, MA :
Morgan Kaufmann,
�2010.
|
Edición: | 3rd ed. |
Colección: | Morgan Kaufmann series in data management systems.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Chapter 1: The relational data model
- Chapter 2: Manipulating relations with relational algebra
- Chapter 3: Introduction to SQL
- Chapter 4: Simple SQL retrieval
- Chapter 5: Retrieving data from more than one table
- Chapter 6: Advanced retrieval operations
- Chapter 7: Calculations and grouping queries
- Chapter 8: Data Modifications
- Chapter 9: Schemas and tables
- Chapter 10: Views, temporary tables, CTEs and indexes
- Chapter 11: Keeping the design up to date
- Chapter 12: Users and access rights
- Chapter 13: Users, sessions, and transaction manipulation
- Chapter 14: Triggers and stored procedures
- Chapter 15: Embedded SQL
- Chapter 16; Dynamic SQL
- Chapter 17: XML support
- Chapter 18: The object-relational data model
- Chapter 19: Object-relational support.