Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 29, 2019 07:50 pm GMT

SQL & Database Wrap Up - July 2019

Hi! I'm Helen, one of your friendly mods looking after the #sql and #database tags.

At the end of each month, I'll be showcasing some of the great posts, projects and insights from the data community.

First up, Lorraine taught us about Database Normalisation. Database Normalisation is one of the first concepts to get your head around when designing a database or understanding how tables fit together. It's a great read for beginners or those needing a refresher.

Next, Alex put these concepts into action by showing us how to build a database, with all the rules around data integrity, for recipes in a cookbook. It's an art, a science and even better with pizza.

Michael wrote about how easy it is to spin up an instance of SQL Server in a container and destroy it when youre done. Why would you ever manually install the SQL engine on your development machine when it's this easy with a container?

Akash then showed us how to improve query performance on SQL Server using up to three columns in indexes, and utilising INCLUDE to add even more without taking up extra space.

Sticking with SQL Server, this post shows how Window Functions can be used to create a running total, or rank alongside each row. A powerful and useful tool for your SQL toolkit.

Ronsoak then took us on a journey through all the lessons learned while building a VS Code Extension for AWS Redshift. The finished product is available on Github if you'd like to check it out, but the journey is just as good and it's a great read.

Robert then taught us about SQL Joins and when to use INNER, LEFT and FULL joins to get the right answers. These are handy to know even if you have tools to do it for you.

If you've ever wondered why you need a VIEW or a FUNCTION in your Postgres database then Enrique has a post to answer all your questions.

Our last post of the month is from Ian who has started a Series on Apache Cassandra. The first post in the Series covers how to take, and restore a snapshot. I'm looking forward to reading more in the Series.

That wraps up the review for this month. If you'd like to see more check out the #sql and #database tags or follow The Database Dev on Twitter.

the-database-dev-twitter


Original Link: https://dev.to/helenanders26/sql-database-wrap-up-july-2019-505k

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To