Joe Celko's SQL Programming Style - Celko, Joe; - Prospero Internetes Könyváruház

Joe Celko's SQL Programming Style

 
Kiadó: Morgan Kaufmann
Megjelenés dátuma:
 
Normál ár:

Kiadói listaár:
EUR 36.95
Becsült forint ár:
16 062 Ft (15 297 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

12 849 (12 238 Ft + 5% áfa )
Kedvezmény(ek): 20% (kb. 3 212 Ft)
A kedvezmény érvényes eddig: 2024. december 31.
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Megrendelésre a kiadó utánnyomja a könyvet. Rendelhető, de a szokásosnál kicsit lassabban érkezik meg.
Nem tudnak pontosabbat?
 
  példányt

 
Hosszú leírás:
Are you an SQL programmer that, like many, came to SQL after learning and writing procedural or object-oriented code? Or have switched jobs to where a different brand of SQL is being used, or maybe even been told to learn SQL yourself? If even one answer is yes, then you need this book. A "Manual of Style" for the SQL programmer, this book is a collection of heuristics and rules, tips, and tricks that will help you improve SQL programming style and proficiency, and for formatting and writing portable, readable, maintainable SQL code. Based on many years of experience consulting in SQL shops, and gathering questions and resolving his students' SQL style issues, Joe Celko can help you become an even better SQL programmer.
Tartalomjegyzék:

Chapter 1: Names and Data Elements

Chapter 2: Fonts, Punctuation, and Spacing

Chapter 3: Data Declaration Language

Chapter 4: Scales and Measurements

Chapter 5: Data Encoding Schemes

Chapter 6: Coding Choices

Chapter 7: How to Use Views

Chapter 8: How to Write Stored Procedures

Chapter 9: Heuristics

Chapter 10: Thinking in SQL