|
You are here |
shekhargulati.com | ||
| | | | |
www.red-gate.com
|
|
| | | | | One of the most important aspects of data management is the ability to ensure that the data in your database is well defined and consistent. Some aspects of that are ensured through the relational data structures you design. Another piece of control is using the correct data type. Then, we get to constraints. A constraint is a way to validate data prior to adding it to your database. This is one more tool in the toolbox that helps you maintain good data. | |
| | | | |
maciejwalkowiak.com
|
|
| | | | | Java & Spring Boot - Freelance Software Consultant | |
| | | | |
blog.lawrencejones.dev
|
|
| | | | | ULIDs are an alternative to UUIDs that solve several problems, but it's not all plain sailing. This post shares experience using ULIDs in production, exp... | |
| | | | |
blog.crossjoin.co.uk
|
|
| | | Often, when calling web services from Power BI or Power Query, you'll need to generate some JSON inside your query to send to these web services. The M language makes this relatively easy to do with the Json.FromValue() function but there's only one example of how to use it in the help so I though... | ||