Matija Lah ima več kot 17 let izkušenj s strežnikom Microsoft SQL Server, pretežno z arhitekturo rešitev upravljanja podatkov pravne narave. Med leti 2007 in 2017/2018 je bil za svoje sodelovanje v skupnostih SQL Server nagrajen z nazivom Most Valuable Professional (Data Platform). Matija se pretežno ukvarja z upravljanjem in rabo pravnih informacij ter s procesiranjem besedil v naravnih jezikih.
Implementing Supertypes and Subtypes in SQL Server
- Stopnja 300
-
Datum
sreda
22. maj 2019 09:30
A common problem in database design is the implementation of entities that are different physically (for instance, they share some attributes but have additional, specific, attributes), but should logically participate in the same relationships as one and the same. For instance, the customer can either be a natural person (a person, for short), or a legal person (an organization or a company). The majority of the attributes of a natural person are, of course, different from the majority of the attributes of a legal person; however, from the perspective of how they participate in business operations, they need to be considered as equal. In this session you will learn how to use specific native SQL Server functionalities to solve this particular problem: sparse columns, XML, JSON, and/or even User-defined CLR types – in an OLTP database, as well as in a star (or snowflake) schema data warehouse.