Currently browsing author

Amaury Valdes, Page 21

HTML5 introduction

HTML5 Introduction

HTML5 is markup language  used for structuring and presenting content for the World Wide Web.  HTML5 itself began back in January of 2008. …

SQL Pivoting using Case Statement

Using Aggregated CASE Statement I previously illustrated how to using PIVOT table in SQL Server. Today we will cover how to accomplish …

SQL Server Pivot Table Example

What is a Pivot Table? A pivot table can aggregate and rotate data from rows to columns. You can also sort, count …