Cargando…

Relational database programming : a set-oriented approach /

Learn the best way of writing code to run inside a relational database. This book shows how a holistic and set-oriented approach to database programming can far exceed the performance of the row-by-row model that is too often used by developers who haven't been shown a better way. Two styles of...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ardeleanu, Stefan (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Place of publication not identified] : Apress, 2016.
Colección:Expert's voice in databases.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction
  • 1. The Concept of Style
  • 2. SQL: Beauty and the Beast!
  • 3. A Holistic Vision Against the Data
  • 4. Data by Set or by Row?
  • 5. Data Transfer Paradigm
  • 6. The Challenge from Scalar Functions
  • 7. Writing SQL versus Writing Procedurally
  • 8. Row Triggers and the Need for Atomic Solutions
  • 9. Final Reflections and Thoughts.